diff options
Diffstat (limited to 'desktop-entry')
-rw-r--r-- | desktop-entry/ChangeLog | 8 | ||||
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog index 7ab3435..28371ff 100644 --- a/desktop-entry/ChangeLog +++ b/desktop-entry/ChangeLog @@ -1,18 +1,26 @@ 2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: small typo + http://lists.freedesktop.org/archives/xdg/2007-March/009437.html + +2007-04-28 Vincent Untz <vuntz@gnome.org> + * desktop-entry-spec.xml: this changes the type of the version from numeric to string. It's needed if we consider the possibility that there are some desktop entry files out there using 0.9.x as a value for this key. The change doesn't break anything. + http://lists.freedesktop.org/archives/xdg/2007-March/009437.html 2007-04-28 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: UnmountIcon is a localestring key. + http://lists.freedesktop.org/archives/xdg/2007-March/009437.html 2007-04-28 Vincent Untz <vuntz@gnome.org> * desktop-entry-spec.xml: clarify that lists should always end with a semicolon, even if there's only one value. + http://lists.freedesktop.org/archives/xdg/2007-March/009437.html 2007-02-06 Waldo Bastian <waldo.bastian@intel.com> * Clearify that %U may result in either local paths or file: URLs diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index e2c5304..91d3dd0 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -230,7 +230,7 @@ stripped. </para> <para> - The matching of is done as follows. If + The matching is done as follows. If <varname>LC_MESSAGES</varname> is of the form <literal><replaceable>lang</replaceable>_<replaceable>COUNTRY</replaceable>.<replaceable>ENCODING</replaceable>@<replaceable>MODIFIER</replaceable></literal>, then it will match a key of the form |