summaryrefslogtreecommitdiffstats
path: root/desktop-entry/ChangeLog
diff options
context:
space:
mode:
authorWaldo Bastian <waldo.bastian@intel.com>2007-02-07 07:25:42 +0000
committerWaldo Bastian <waldo.bastian@intel.com>2007-02-07 07:25:42 +0000
commite1775a202af19adf9c73e6954293e2e95f8f13a0 (patch)
tree4a0f9747762b529ee4cf3cabf40064db1ed8ae6a /desktop-entry/ChangeLog
parent647153fb87e5f642a7b7a3fdcec90961f36e89ab (diff)
downloadxdg-specs-e1775a202af19adf9c73e6954293e2e95f8f13a0.tar.xz
See http://lists.freedesktop.org/archives/xdg/2006-November/008714.html
Diffstat (limited to 'desktop-entry/ChangeLog')
-rw-r--r--desktop-entry/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog
index 4144c9a..e014539 100644
--- a/desktop-entry/ChangeLog
+++ b/desktop-entry/ChangeLog
@@ -1,3 +1,14 @@
+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