diff options
-rw-r--r-- | menu/ChangeLog | 4 | ||||
-rw-r--r-- | menu/menu-spec.xml | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/menu/ChangeLog b/menu/ChangeLog index 2406bf7..b49b172 100644 --- a/menu/ChangeLog +++ b/menu/ChangeLog @@ -1,3 +1,7 @@ +2004-12-13 Mark McLoughlin <mark@skynet.ie> + + * menu-spec.xml: elaboration from Waldo. + 2004-12-08 Mark McLoughlin <mark@skynet.ie> * menu-spec.xml: make <OnlyUnallocated/> be for entries diff --git a/menu/menu-spec.xml b/menu/menu-spec.xml index b227535..de3c1a0 100644 --- a/menu/menu-spec.xml +++ b/menu/menu-spec.xml @@ -1048,7 +1048,10 @@ entries</ulink>: <varname>Categories</varname>, add it to the menu to be displayed and mark it as having been allocated. For each <Exclude>, match the rules against the currently-included desktop entries. For each desktop entry that matches, remove it again - from the menu. + from the menu. Note that an entry that is included in a menu but excluded + again by a later <Exclude> is still considered allocated (for the + purposes of <OnlyUnallocated>) even though that entry no longer + appears in the menu. </para> <para> Two passes are necessary, once for regular menus where any entry may |