summaryrefslogtreecommitdiffstats
path: root/desktop-entry/ChangeLog
blob: 7113101864eb6473fe51b083505eae1a7f963f17 (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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
2008-09-12  Vincent Untz  <vuntz@gnome.org>

	* desktop-entry-spec.xml: reword sentence about characters allowed in
	key names to avoid some ambiguity.
	Patch by Simon McVittie <simon.mcvittie@collabora.co.uk>

2008-03-04  Vincent Untz  <vuntz@gnome.org>

	* desktop-entry-spec.xml: bump version to 1.1-draft, so we can publish
	it. See http://bugs.freedesktop.org/show_bug.cgi?id=14097

2007-09-10  Vincent Untz  <vuntz@gnome.org>

	* desktop-entry-spec.xml: fix Icon key in example: it was using the
	.png extension for an icon name. Which is wrong :-)

2007-07-27  Vincent Untz  <vuntz@gnome.org>

	* desktop-entry-spec.xml: don't say that the files are encoded as
	lines of 8-bit characters, which is wrong for UTF-8. Use something a
	bit better proposed by Matthias Clasen <mclasen@redhat.com>
	Bug #11417.

2007-05-30  Vincent Untz  <vuntz@gnome.org>

	* desktop-entry-spec.xml: s/DESKTOP_LAUNCH_ID/DESKTOP_STARTUP_ID/
	Thanks to Dan Winship <danw@gnome.org> for catching this.
	Bug #11081.

2007-04-28  Vincent Untz  <vuntz@gnome.org>

	* desktop-entry-spec.xml: scanf behavior is locale-dependent, and the
	numeric type shouldn't be. Specify that the value is a floating point
	number as recognized by scanf in the C locale.
	Thanks to Dan Winship <danw@gnome.org> for catching this.
	http://lists.freedesktop.org/archives/xdg/2007-April/009732.html

2007-04-28  Vincent Untz  <vuntz@gnome.org>

	* desktop-entry-spec.xml: clarify description for the TryExec key.
	http://lists.freedesktop.org/archives/xdg/2007-March/009556.html

2007-04-28  Vincent Untz  <vuntz@gnome.org>

	* desktop-entry-spec.xml: change "the $PATH" to "the $PATH environment
	variable".
	http://lists.freedesktop.org/archives/xdg/2007-March/009552.html

2007-04-28  Vincent Untz  <vuntz@gnome.org>

	* desktop-entry-spec.xml: improve the description of the Comment key.
	http://lists.freedesktop.org/archives/xdg/2007-March/009440.html

2007-04-28  Vincent Untz  <vuntz@gnome.org>

	* desktop-entry-spec.xml: a desktop file of type Application should
	always have an Exec key. Same for Link Type and URL key.
	http://lists.freedesktop.org/archives/xdg/2007-March/009437.html

2007-04-28  Vincent Untz  <vuntz@gnome.org>

	* desktop-entry-spec.xml: desktop files of type Directory have a
	.directory extension right now (at least in GNOME), but according to
	the spec, this is wrong. The patch fixes this. Also, it removes a
	small part of text explaining the name of a desktop file describing a
	directory.
	http://lists.freedesktop.org/archives/xdg/2007-March/009437.html

2007-04-28  Vincent Untz  <vuntz@gnome.org>

	* desktop-entry-spec.xml:clarify a bit the text about keys that only
	makes sense in a specific context. Also, state that the keys should
	not be used outside of this context. For example, the URL key should
	not be present if the type is not Link.
	http://lists.freedesktop.org/archives/xdg/2007-March/009437.html

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
	* Deprecate %d, %n, %D and %N. They aren't usable on Gnome and
	you can do the same with dirname and basename in a script.
	* Clearify that %f, %u, %F or %U should only be used once.
	* Clearify that these codes should be ignored if there is no file
	to open.
	* Forbid the use of field codes in quoted arguments.
	* Clearify that %F and %U should only be used as a stand alone argument.
	* Bumped version to 1.0

2006-10-30  Waldo Bastian <waldo.bastian@intel.com>
        * Remove equal sign from reserved characters in Exec args
        * Add backslash to list of reserved characters in Exec args

2006-10-04  Waldo Bastian <waldo.bastian@intel.com>
        * Deprecate %v, it is FSDevice specific

2006-08-30  Waldo Bastian <waldo.bastian@intel.com>
        * list FSDevice type as KDE specific
        * refer to Icon Theme Specification

2006-08-22  Waldo Bastian <waldo.bastian@intel.com>
        * clarification of Exec key
        * correction of StartupWMClass, clarify StartupNotify (Lubos Lunak)
        * deprecate SortOrder and FilePattern key (Vincent Untz)
        * remove section on "MIME Type caching" from spec (Vincent Untz)
        * groups and keys must be unique (Vincent Untz)
        See http://lists.freedesktop.org/archives/xdg/2006-August/008446.html

2006-05-28  Vincent Untz <vuntz@gnome.org>
        * cleanup of text and some reorg for clearity
        * move all of the legacy-mixed encoding stuff to the appendix
        * deprecate the Swallow* keys
        * improve definition of group headers
        * reorder the list of standard keys so they are sorted by type
        See http://lists.freedesktop.org/archives/xdg/2006-May/008131.html

Tue Jul 13 18:04:11 2004  Jonathan Blandford  <jrb@gnome.org>

	* desktop-entry-spec.xml: Update the MIME description to make it
	more relevent.

2004-04-19  Mark McLoughlin  <mark@skynet.ie>

	Pointed out by Ville Skyttä <ville.skytta@iki.fi>

	* desktop-entry-spec.xml: fix minor typo.

2004-04-18  Mark McLoughlin  <mark@skynet.ie>

	Patch from Ville Skyttä <ville.skytta@iki.fi>

	* desktop-entry-spec.xml: editorial changes, fixes for
	typos and general cleanups.

Mon Jul  7 18:26:14 2003  Owen Taylor  <otaylor@redhat.com>

	* destop-entry-spec.sgml: Merge changes by Havoc
	Pennington that had been made in web module:

	2002/04/20: add changes posted to xdg-list a while back

Sat Aug 24 17:00:48 2002  Owen Taylor  <otaylor@redhat.com>

	* desktop-entry-spec.sgml: In legacy-mixed table, fix duplicate 
	pt entry, language code for Armenian. Make explicit that
	language-country locale tags can match a single language in
	the table. (Pablo Saratxaga)

Tue Mar 13 12:37:03 2001  Owen Taylor  <otaylor@redhat.com>

	* 0.9.3

	* Reworked the description of encoding handling for
	Legacy-Mixed for clarity and added a bit more details
	on how encoding-matching should be done. 
 
Thu Mar  8 17:42:05 2001  Owen Taylor  <otaylor@redhat.com>

	* Import into CVS.