[release-notes/gnome-3-6] Use <sys> instead of <app> when it's a non-UI module
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes/gnome-3-6] Use <sys> instead of <app> when it's a non-UI module
- Date: Fri, 14 Sep 2012 08:15:59 +0000 (UTC)
commit 287f4437de81caf35c81a8f22151b99bb515e7c8
Author: Andre Klapper <a9016009 gmx de>
Date: Fri Sep 14 10:15:53 2012 +0200
Use <sys> instead of <app> when it's a non-UI module
help/C/developers-deprecations.page | 8 ++++----
help/C/lookingforward-misc.page | 10 +++++-----
help/C/users-evolution.page | 2 +-
3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/help/C/developers-deprecations.page b/help/C/developers-deprecations.page
index 59a1e6f..50ae735 100644
--- a/help/C/developers-deprecations.page
+++ b/help/C/developers-deprecations.page
@@ -20,20 +20,20 @@
<list>
<!-- gsettings migration: https://bugzilla.gnome.org/show_bug.cgi?id=622558 -->
<item><p>
- 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>, <app>libgweather</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>.
+ 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>, <app>libgweather</app> and <app>network-manager-applet</app>) now <link href="http://developer.gnome.org/gio/2.34/ch30.html">use <sys>GSettings</sys> as their storage backend instead of deprecated <sys>GConf</sys></link>.
</p></item>
<!-- pygobject migration: https://bugzilla.gnome.org/show_bug.cgi?id=626218 -->
<item><p>
- <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.
+ <app>alacarte</app> and <app>pitivi</app> migrated from static <sys>PyGTK</sys> bindings to dynamic <sys>PyGObject</sys> 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>
- <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>.
+ <app>Disks</app> has been migrated from <link href="http://developer.gnome.org/gio/2.34/ch31.html">using <sys>dbus-glib</sys> to GDBus</link>.
</p></item>
<!-- libsecret 1.0 migration: https://bugzilla.gnome.org/show_bug.cgi?id=679893 and https://mail.gnome.org/archives/desktop-devel-list/2012-March/msg00086.html -->
<item><p>
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>
- <p>The <app>libsecret</app> library is a new client for the <link href="http://standards.freedesktop.org/secret-service/">Secret Service DBus API</link>. It allows storage of passwords in a common way on the desktop.
+ <p>The <sys>libsecret</sys> library is a new client for the <link href="http://standards.freedesktop.org/secret-service/">Secret Service DBus API</link>. It allows storage of passwords in a common way on the desktop.
<!-- TODO:XXX: Check bugs 679849 (NetworkManager), 679851 (gnome-shell), 679855 (evince), 679870 (tracker) and 679918 (epiphany) and add them in case they made it on time before hardcode freeze! -->
</p></item>
<!-- gstreamer 1.0 migration: https://bugzilla.gnome.org/show_bug.cgi?id=679412 -->
diff --git a/help/C/lookingforward-misc.page b/help/C/lookingforward-misc.page
index 0f9c016..6646920 100644
--- a/help/C/lookingforward-misc.page
+++ b/help/C/lookingforward-misc.page
@@ -26,18 +26,18 @@
<item><p>For Developers</p>
<list>
<item><p>
- <app>libgnome-keyring</app> will be completely <link href="developer.gnome.org/libsecret/0.9/migrating.html">deprecated in favor of <app>libsecret</app></link>.</p>
- <p>The <app>libsecret</app> library is a new client for the <link href="http://standards.freedesktop.org/secret-service/">Secret Service DBus API</link>. It allows storage of passwords in a common way on the desktop.
+ <sys>libgnome-keyring</sys> will be completely <link href="developer.gnome.org/libsecret/0.9/migrating.html">deprecated in favor of <sys>libsecret</sys></link>.</p>
+ <p>The <sys>libsecret</sys> library is a new client for the <link href="http://standards.freedesktop.org/secret-service/">Secret Service DBus API</link>. It allows storage of passwords in a common way on the desktop.
</p></item>
<!-- https://bugzilla.gnome.org/show_bug.cgi?id=678610 -->
<item><p>
-GNOME's browser <app>Web</app> will be ported to <app>WebKit2</app>.
+GNOME's browser <app>Web</app> will be ported to <sys>WebKit2</sys>.
</p></item>
<item><p>
-<app>Evolution</app> will use <app>WebKit</app> also for composing messages. This will deprecate <app>GtkHtml</app>.
+<app>Evolution</app> will use <sys>WebKit</sys> also for composing messages. This will deprecate <sys>GtkHtml</sys>.
</p></item>
<item><p>
-<app>Evolution-Exchange</app> (one of Evolution's connectors to Microsoft Exchange servers) might be deprecated in favor of <app>Evolution-EWS</app> and <app>Evolution-MAPI</app>.
+<sys>Evolution-Exchange</sys> (one of Evolution's connectors to Microsoft Exchange servers) might be deprecated in favor of <sys>Evolution-EWS</sys> and <sys>Evolution-MAPI</sys>.
</p></item>
</list>
</item>
diff --git a/help/C/users-evolution.page b/help/C/users-evolution.page
index 73daa00..ceb555f 100644
--- a/help/C/users-evolution.page
+++ b/help/C/users-evolution.page
@@ -26,7 +26,7 @@
<list>
<!-- http://git.gnome.org/browse/evolution/commit/?id=6bd1c6833a2c51898ac45865767dd01ba66a95c5 and followup commits. http://www.progdan.cz/2012/03/evolution-meets-webkit/ and see http://mbarnes.livejournal.com/5100.html -->
<item><p>
-Rendering of email now uses <app>Webkit</app> which improves the rendering of HTML enabled mail.
+Rendering of email now uses <sys>Webkit</sys> which improves the rendering of HTML enabled mail.
</p></item>
<!-- https://bugzilla.gnome.org/show_bug.cgi?id=245025 -->
<item><p>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]