aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2012-03-04 14:43:13 +0100
committerMichael Albinus2012-03-04 14:43:13 +0100
commita41a6cf4444fa19fecf0f8b29fcc1dcc58918e64 (patch)
treecc6cd97e149778dc5c1c73713cf00db24e124565 /lisp/ChangeLog
parente627be4c9ddaec9e4037166ebbac2d09b5bce28a (diff)
downloademacs-a41a6cf4444fa19fecf0f8b29fcc1dcc58918e64.tar.gz
emacs-a41a6cf4444fa19fecf0f8b29fcc1dcc58918e64.zip
* notifications.el: Fix previous patch.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 102ef01d772..e338a6d2ebf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,11 +6,11 @@
6 6
72012-03-04 Michael Albinus <michael.albinus@gmx.de> 72012-03-04 Michael Albinus <michael.albinus@gmx.de>
8 8
9 * notifications.el (notifications-unique-name): New defvar. 9 * notifications.el (notifications-on-action-signal)
10 (notifications-on-action-signal, notifications-on-closed-signal): 10 (notifications-on-closed-signal): Check for unique service name of
11 Check for unique service name of incoming event. 11 incoming event. Fix error in removing entry.
12 (top): Register for signals with wildcard service name. 12 (top): Register for signals with wildcard service name.
13 (notifications-notify): Remember daemon unique service name. 13 (notifications-notify): Use daemon unique service name for map entries.
14 14
152012-03-04 Chong Yidong <cyd@gnu.org> 152012-03-04 Chong Yidong <cyd@gnu.org>
16 16