emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add notifications-specification-version


From: Julien Danjou
Subject: [PATCH] Add notifications-specification-version
Date: Sat, 11 Sep 2010 13:07:07 +0200

Signed-off-by: Julien Danjou <address@hidden>
---
 lisp/ChangeLog        |    1 +
 lisp/notifications.el |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6b75cde..db26358 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
 
        * notifications.el (notifications-notify): Add support for
        image-path and sound-name.
+       (notifications-specification-version): Add this variable.
 
 2010-09-11  Michael R. Mauger  <address@hidden>
 
diff --git a/lisp/notifications.el b/lisp/notifications.el
index eaf4e42..68db58e 100644
--- a/lisp/notifications.el
+++ b/lisp/notifications.el
@@ -42,6 +42,9 @@
 
 (require 'dbus)
 
+(defconst notifications-specification-version "1.1"
+  "The version of the Desktop Notifications Specification implemented.")
+
 (defconst notifications-application-name "Emacs"
   "Default application name.")
 
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]