From: Julien Danjou <julien@danjou.info>
To: emacs-devel@gnu.org
Cc: Julien Danjou <julien@danjou.info>
Subject: [PATCH 2/2] Add notifications-specification-version
Date: Sat, 11 Sep 2010 10:59:55 +0200 [thread overview]
Message-ID: <1284195595-4326-2-git-send-email-julien@danjou.info> (raw)
In-Reply-To: <1284195595-4326-1-git-send-email-julien@danjou.info>
Signed-off-by: Julien Danjou <julien@danjou.info>
---
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 <mmaug@yahoo.com>
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
next prev parent reply other threads:[~2010-09-11 8:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-11 8:59 [PATCH 1/2] Add support for image-path and sound-name Julien Danjou
2010-09-11 8:59 ` Julien Danjou [this message]
2010-09-11 10:21 ` [PATCH 2/2] Add notifications-specification-version Andreas Schwab
2010-09-11 10:44 ` [PATCH] " Julien Danjou
2010-09-11 10:55 ` Stefan Monnier
2010-09-11 11:07 ` Julien Danjou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1284195595-4326-2-git-send-email-julien@danjou.info \
--to=julien@danjou.info \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).