blob: ca2f166eb6475ae096a01635a75edb3306910b81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
2007-01-18 Waldo Bastian <waldo.bastian@intel.com>
* Added support for LSB's tet testing framework
* Renamed test to more meaningful names:
1 -> Category
2 -> OnlyUnallocated
3 -> Deleted
4 -> Move
5 -> All
6 -> Filename
7 -> And
8 -> Or
9 -> Exclude
a -> DesktopFileID
b -> menu-multiple-matching
c -> Directory
d -> submenu-collision
e -> LegacyDir-relative
f -> Move-collapsing
g -> AppDir-relative
h -> DirectoryDir-relative
i -> DefaultMergeDirs
j -> MergeDir-relative
k -> MergeFile-relative
l -> MergeFile2
m -> NoDisplay
n -> NoDisplay2
o -> boolean-logic
p -> MergeFile3
q -> MergeFile-parent
r -> MergeFile-path
s -> desktop-name-collision
t -> Move-ordering
u -> MergeFile-recursive
v -> NotOnlyUnallocated-default
w -> LegacyDir-Move
x -> Move-submenu
y -> Merge-combined
* Added the following new tests:
AppDir
DirectoryDir
MergeDir-absolute
MergeFile-absolute
official-categories
2006-03-28 Waldo Bastian <waldo.bastian@intel.com>
* menu-spec.xml: Added example for installing sub-menu.
2006-03-21 Waldo Bastian <waldo.bastian@intel.com>
* menu-spec.xml: Recommend to use /usr/share for datadir
2005-03-30 Waldo Bastian <bastian@kde.org>
* menu-spec.xml: Change semantics and remove restrictions on <Move>
element to facilitate menu editing.
2005-03-23 Waldo Bastian <bastian@kde.org>
* menu-spec.xml: Clearify DTD conformance and version compatibility
2005-03-22 Waldo Bastian <bastian@kde.org>
* menu-spec.xml, menu.dtd: Added type attribute to <MergeFile>
element to facilitate menu-editing.
2005-02-24 Waldo Bastian <bastian@kde.org>
* menu-spec.xml: Fixed links to www.freedesktop.org
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
which don't match any <Include> rule rather than entries
which don't appear in any menu.
2004-09-03 Mark McLoughlin <mark@skynet.ie>
* menu-spec.xml: minor typo - "This specification adds two
new fields to desktop entries" - s/two/three/
2004-05-07 Mark McLoughlin <mark@skynet.ie>
* menu-spec.xml: fix typo in <Menuname> description. Its
inline_header rather than inline_title according to the DTD.
2004-04-18 Mark McLoughlin <mark@skynet.ie>
Patch from Ville Skyttä <ville.skytta@iki.fi>
* menu-spec.xml: editorial changes and typo fixes.
2003-12-12 Waldo Bastian <bastian@kde.org>
* menu-spec.xml: Correct example in "Legacy Menu Hierarchies"
2003-11-09 Heinrich Wendel <h_wendel@cojobo.net>
* menu-spec.xml: patch for categories based on Suse 9.0
* menu-spec.xml: Grahpics -> Graphics
* menu-spec.xml: DTD fix
* menu.dtd: added dtd
* testsuite: fixed errors highlighted by havoc
2003-10-23 Havoc Pennington <hp@redhat.com>
* menu-spec.xml: clarify how <Move> elements are resolved
2003-10-21 Havoc Pennington <hp@redhat.com>
* create autotools setup
|