- Added a "suppress-sound" hint.

- Added a "sound" capability.
- Renamed the "soundfile" hint to "sound-file."
- Bumped to version 0.5.
This commit is contained in:
Christian Hammond 2004-10-02 06:45:31 +00:00
parent 22b29718c5
commit e63e4a8141
2 changed files with 39 additions and 4 deletions

View File

@ -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> Wed Sep 29 22:35:16 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
* notification-spec.xml: * notification-spec.xml:

View File

@ -6,8 +6,8 @@
<article id="index"> <article id="index">
<articleinfo> <articleinfo>
<title>Desktop Notifications Specification</title> <title>Desktop Notifications Specification</title>
<releaseinfo>Version 0.4</releaseinfo> <releaseinfo>Version 0.5</releaseinfo>
<date>29 September 2004</date> <date>2 October 2004</date>
<authorgroup> <authorgroup>
<author> <author>
<firstname>Mike</firstname> <firstname>Mike</firstname>
@ -29,6 +29,15 @@
</author> </author>
</authorgroup> </authorgroup>
<revhistory> <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> <revision>
<revnumber>0.4</revnumber> <revnumber>0.4</revnumber>
<date>29 September 2004</date> <date>29 September 2004</date>
@ -36,7 +45,8 @@
<revremark> <revremark>
Added image support in markup, and made the restrictions on markup more Added image support in markup, and made the restrictions on markup more
clear. Removed the High urgency. Added new notification types. Fixed clear. Removed the High urgency. Added new notification types. Fixed
notification expiration.</revremark> notification expiration.
</revremark>
</revision> </revision>
<revision> <revision>
<revnumber>0.3</revnumber> <revnumber>0.3</revnumber>
@ -693,12 +703,21 @@
</thead> </thead>
<tbody valign="top"> <tbody valign="top">
<row> <row>
<entry><literal>"soundfile"</literal></entry> <entry><literal>"sound-file"</literal></entry>
<entry>string</entry> <entry>string</entry>
<entry> <entry>
The path to a sound file to play when the notification pops up. The path to a sound file to play when the notification pops up.
</entry> </entry>
</row> </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> </tbody>
</tgroup> </tgroup>
</table> </table>
@ -789,6 +808,14 @@
server to specify both. server to specify both.
</entry> </entry>
</row> </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> </tbody>
</tgroup> </tgroup>
</table> </table>