From b73913bba44765362d518a6ae8c89afb537ee4da Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Sat, 28 Apr 2007 13:37:36 +0000 Subject: clarify that lists should always end with a semicolon, even if there's 2007-04-28 Vincent Untz * desktop-entry-spec.xml: clarify that lists should always end with a semicolon, even if there's only one value. --- desktop-entry/ChangeLog | 5 +++++ desktop-entry/desktop-entry-spec.xml | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'desktop-entry') diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog index e014539..9dea91c 100644 --- a/desktop-entry/ChangeLog +++ b/desktop-entry/ChangeLog @@ -1,3 +1,8 @@ +2007-04-28 Vincent Untz + + * desktop-entry-spec.xml: clarify that lists should always end with a + semicolon, even if there's only one value. + 2007-02-06 Waldo Bastian * 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 diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index 4f59023..2f8cd12 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -200,10 +200,9 @@ Some keys can have multiple values. In such a case, the value of the key is specified as a plural: for example, string(s). The - multiple values should be separated by a semicolon. Those keys which - have several values should have a semicolon as the trailing character. - Semicolons in these values need to be escaped using - \;. + multiple values should be separated by a semicolon, and the value of the + key should have a semicolon as trailing character. Semicolons in these + values need to be escaped using \;. -- cgit v1.2.3-54-g00ecf