diff options
-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> |