diff options
author | Vincent Untz <vuntz@gnome.org> | 2007-08-18 08:25:10 +0000 |
---|---|---|
committer | uid3020 <uid3020> | 2007-08-18 08:25:10 +0000 |
commit | a217452cc0a8f7f06f81bbfc23d33dec966ae1ac (patch) | |
tree | cdde24e7d37f0e257b7c97c5cacf6f3f7c8919c2 /menu | |
parent | ea2b1a2ea6866aa97aef887def7f68ef9431529e (diff) | |
download | xdg-specs-a217452cc0a8f7f06f81bbfc23d33dec966ae1ac.tar.xz |
accept X-Foo for environments in OnlyShowIn/NotShowIn. Fix bug #11564.
2007-08-18 Vincent Untz <vuntz@gnome.org>
* menu-spec.xml: accept X-Foo for environments in
OnlyShowIn/NotShowIn.
Fix bug #11564.
Diffstat (limited to 'menu')
-rw-r--r-- | menu/ChangeLog | 6 | ||||
-rw-r--r-- | menu/menu-spec.xml | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/menu/ChangeLog b/menu/ChangeLog index 20af183..b46d43a 100644 --- a/menu/ChangeLog +++ b/menu/ChangeLog @@ -1,3 +1,9 @@ +2007-08-18 Vincent Untz <vuntz@gnome.org> + + * menu-spec.xml: accept X-Foo for environments in + OnlyShowIn/NotShowIn. + Fix bug #11564. + 2007-07-27 Vincent Untz <vuntz@gnome.org> * menu-spec.xml: change sysconfdir/desktop/menus/ to sysconfdir/menus/ diff --git a/menu/menu-spec.xml b/menu/menu-spec.xml index 086cc6d..9b75e0f 100644 --- a/menu/menu-spec.xml +++ b/menu/menu-spec.xml @@ -254,6 +254,10 @@ linkend="onlyshowin-registry"/> enumerates the strings to use for some common environments. </para> + <para> + Environments not in this document must be prefixed by the string "X-" + indicating that they are extensions. Environments are case-sensitive. + </para> <sect2 id="desktop-entry-extensions-examples"> <title>Examples of using <varname>Categories</varname> and <varname>OnlyShowIn</varname></title> <para> |