[release-notes/gnome-3-6] devs: Finish deprecations page



commit 05eb1fd64cd6da69408f194fd680e3bc979aed2b
Author: Andre Klapper <a9016009 gmx de>
Date:   Thu Sep 13 17:19:05 2012 +0200

    devs: Finish deprecations page

 help/C/developers-deprecations.page |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/help/C/developers-deprecations.page b/help/C/developers-deprecations.page
index cf84c6c..652f50e 100644
--- a/help/C/developers-deprecations.page
+++ b/help/C/developers-deprecations.page
@@ -16,29 +16,37 @@
   </info>
 
   <title>Use of Deprecated Libraries</title>
-<p>XXX: TODO</p>
 
   <list>
+<!-- gsettings migration: https://bugzilla.gnome.org/show_bug.cgi?id=622558 -->
     <item><p>
-    Several applications (such as TODO: XXX) now use <app>GSettings</app> as their storage backend instead of deprecated <app>GConf</app>.
+    Several applications (such as <app>evolution-data-server</app>, <app>evolution-ews</app>, <app>folks</app>, <app>gnome-search-tool</app>, <app>gnome-session</app>, <app>gnome-shell</app>, <app>gnome-user-share</app>, and <app>network-manager-applet</app>) now <link href="http://developer.gnome.org/gio/2.34/ch30.html";>use <app>GSettings</app> as their storage backend instead of deprecated <app>GConf</app></link>.
     </p></item>
+<!-- pygobject migration: https://bugzilla.gnome.org/show_bug.cgi?id=626218 -->
     <item><p>
-    TODO: XXX received <app>GObject</app> introspection support which makes the API of those modules automatically available to a wide variety of other programming languages and runtimes. On a related note, gevice was converted from using static deprecated Python bindings to using introspection.
+    <app>alacarte</app> and <app>pitivi</app> migrated from static <app>PyGTK</app> bindings to dynamic <app>PyGObject</app> introspection-based bindings. This makes the API of those modules automatically available to a wide variety of other programming languages and runtimes.
     </p></item>
+<!-- gdbus migration: https://bugzilla.gnome.org/show_bug.cgi?id=622871 -->
     <item><p>
-    Several packages (such as TODO: XXX) have been converted from <link href="http://developer.gnome.org/gio/2.34/ch31.html";>using <app>dbus-glib</app> to GDBus</link> and from <link href="http://developer.gnome.org/gtk3/3.6/gtk-migrating-unique-GtkApplication.html";><app>libunique</app> to G(tk)Application</link>.
+    <app>Disks</app> has been migrated from <link href="http://developer.gnome.org/gio/2.34/ch31.html";>using <app>dbus-glib</app> to GDBus</link> as a side effect of using <app>disks2</app>.
     </p></item>
+<!-- libsecret 1.0 migration: https://bugzilla.gnome.org/show_bug.cgi?id=679893 -->
     <item><p>
-    Several packages now use <app>libsecret</app>: TODO: XXX
+    Several packages now use <link href="http://developer.gnome.org/libsecret/0.9/migrating.html";><app>libsecret</app> instead of gnome-keyring</link>, such as <app>Disks</app>, <app>empathy</app>, <app>gvfs</app>, <app>vinagre</app>, and <app>vino</app>.
+
     </p></item>
+<!-- gstreamer 1.0 migration: https://bugzilla.gnome.org/show_bug.cgi?id=679412 -->
     <item><p>
-    Many packages migrated from <app>GStreamer</app> 0.10 to <app>GStreamer</app> 1.0: TODO: XXX
+    Many packages migrated from <link href="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random/porting-to-0.11.txt";><app>GStreamer</app> 0.10 to <app>GStreamer</app> 1.0</link>, such as <app>brasero</app>, <app>cheese</app>, <app>gnome-contacts</app>, <app>gnome-control-center</app>, <app>pitivi</app>, <app>sound-juicer</app>, <app>sushi</app>, and <app>vala</app>.
     </p></item>
+<!--  TODO:XXX: In case we manage to finish, replace above string to also include tracker and empathy:
     <item><p>
-    Many packages migrated from using <app>gnome-doc-utils</app> to <app>yelp-tools</app>.
+    Many packages migrated from <link href="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random/porting-to-0.11.txt";><app>GStreamer</app> 0.10 to <app>GStreamer</app> 1.0</link>, such as <app>brasero</app>, <app>cheese</app>, <app>empathy</app>, <app>gnome-contacts</app>, <app>gnome-control-center</app>, <app>pitivi</app>, <app>sound-juicer</app>, <app>sushi</app>, <app>tracker</app>, and <app>vala</app>.
     </p></item>
+-->
+<!-- yelp-tools migration: https://bugzilla.gnome.org/show_bug.cgi?id=681609 -->
     <item><p>
-    Several packages migrated from static <app>PyGTK</app> bindings to dynamic <app>PyGObject</app> introspection-based bindings: TODO: XXX
+    Many packages migrated from using <app>gnome-doc-utils</app> to <app>yelp-tools</app> for their documentation, such as <app>accerciser</app>, <app>anjuta</app>, <app>brasero</app>, <app>eog</app>, <app>evince</app>, <app>gdm</app>, <app>glade</app>, <app>gnome-dictionary</app>, <app>gnome-color-manager</app>, <app>gnome-nettool</app>, <app>gnome-panel</app>, <app>gnome-system-log</app>, <app>gnome-terminal</app>, <app>gnome-user-share</app>, <app>gnote</app>, <app>gtk-doc</app>, <app>gucharmap</app>, <app>jhbuild</app>, <app>mousetweaks</app>, <app>nemiver</app>, <app>orca</app>, <app>seahorse</app>, <app>system-monitor</app>, <app>totem</app>, and <app>zenity</app>.
     </p></item>
   </list>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]