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 + + * 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 * 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 @@
Desktop Notifications Specification - Version 0.4 - 29 September 2004 + Version 0.5 + 2 October 2004 Mike @@ -29,6 +29,15 @@ + + 0.5 + 2 October 2004 + cdh + + Added a "suppress-sound" hint. Added a "sound" capability. Renamed the + "soundfile" hint to sound-file". + + 0.4 29 September 2004 @@ -36,7 +45,8 @@ Added image support in markup, and made the restrictions on markup more clear. Removed the High urgency. Added new notification types. Fixed - notification expiration. + notification expiration. + 0.3 @@ -693,12 +703,21 @@ - "soundfile" + "sound-file" string The path to a sound file to play when the notification pops up. + + "suppress-sound" + boolean + + 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. + + @@ -789,6 +808,14 @@ server to specify both. + + "sound" + + The server supports sounds on notifications. If returned, the + server must support the "sound-file" and + "suppress-sound" hints. + +