[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/2] Add notifications-specification-version
From: |
Julien Danjou |
Subject: |
[PATCH 2/2] Add notifications-specification-version |
Date: |
Sat, 11 Sep 2010 10:59:55 +0200 |
Signed-off-by: Julien Danjou <address@hidden>
---
lisp/ChangeLog | 1 +
lisp/notifications.el | 4 ++++
2 files changed, 5 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..3325d39 100644
--- a/lisp/notifications.el
+++ b/lisp/notifications.el
@@ -42,6 +42,10 @@
(require 'dbus)
+(defconst notifications-specification-version "1.1"
+ "The version of the Desktop Notifications Specification
+ implemented in Emacs.")
+
(defconst notifications-application-name "Emacs"
"Default application name.")
--
1.7.1