summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2004-10-02 06:45:31 +0000
committerChristian Hammond <chipx86@chipx86.com>2004-10-02 06:45:31 +0000
commite63e4a8141d27a193c6fccb5beb45034f3750a51 (patch)
tree553bf2f66080bb521aba2debbd15ff695875a9a2
parent22b29718c5e3cf7a9a60f81907afd7d396fa24db (diff)
downloadlibnotify-e63e4a8141d27a193c6fccb5beb45034f3750a51.tar.gz
- Added a "suppress-sound" hint.
- Added a "sound" capability. - Renamed the "soundfile" hint to "sound-file." - Bumped to version 0.5.
-rw-r--r--docs/ChangeLog8
-rw-r--r--docs/notification-spec.xml35
2 files changed, 39 insertions, 4 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index aaacec2..e00b761 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,3 +1,11 @@
+Fri Oct 01 23:44:40 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
+
+ * notification-spec.xml:
+ - Added a "suppress-sound" hint.
+ - Added a "sound" capability.
+ - Renamed the "soundfile" hint to "sound-file."
+ - Bumped to version 0.5.
+
Wed Sep 29 22:35:16 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
* notification-spec.xml:
diff --git a/docs/notification-spec.xml b/docs/notification-spec.xml
index ffa63ab..e52661d 100644
--- a/docs/notification-spec.xml
+++ b/docs/notification-spec.xml
@@ -6,8 +6,8 @@
<article id="index">
<articleinfo>
<title>Desktop Notifications Specification</title>
- <releaseinfo>Version 0.4</releaseinfo>
- <date>29 September 2004</date>
+ <releaseinfo>Version 0.5</releaseinfo>
+ <date>2 October 2004</date>
<authorgroup>
<author>
<firstname>Mike</firstname>
@@ -30,13 +30,23 @@
</authorgroup>
<revhistory>
<revision>
+ <revnumber>0.5</revnumber>
+ <date>2 October 2004</date>
+ <authorinitials>cdh</authorinitials>
+ <revremark>
+ Added a "suppress-sound" hint. Added a "sound" capability. Renamed the
+ "soundfile" hint to sound-file".
+ </revremark>
+ </revision>
+ <revision>
<revnumber>0.4</revnumber>
<date>29 September 2004</date>
<authorinitials>cdh</authorinitials>
<revremark>
Added image support in markup, and made the restrictions on markup more
clear. Removed the High urgency. Added new notification types. Fixed
- notification expiration.</revremark>
+ notification expiration.
+ </revremark>
</revision>
<revision>
<revnumber>0.3</revnumber>
@@ -693,12 +703,21 @@
</thead>
<tbody valign="top">
<row>
- <entry><literal>"soundfile"</literal></entry>
+ <entry><literal>"sound-file"</literal></entry>
<entry>string</entry>
<entry>
The path to a sound file to play when the notification pops up.
</entry>
</row>
+ <row>
+ <entry><literal>"suppress-sound"</literal></entry>
+ <entry>boolean</entry>
+ <entry>
+ Causes the server to suppress playing any sounds, if it has that
+ ability. This is usually set when the client itself is going to
+ play its own sound.
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>
@@ -789,6 +808,14 @@
server to specify both.
</entry>
</row>
+ <row>
+ <entry><literal>"sound"</literal></entry>
+ <entry>
+ The server supports sounds on notifications. If returned, the
+ server must support the <literal>"sound-file"</literal> and
+ <literal>"suppress-sound"</literal> hints.
+ </entry>
+ </row>
</tbody>
</tgroup>
</table>