diff options
| author | Michael Albinus | 2012-03-04 14:43:13 +0100 |
|---|---|---|
| committer | Michael Albinus | 2012-03-04 14:43:13 +0100 |
| commit | a41a6cf4444fa19fecf0f8b29fcc1dcc58918e64 (patch) | |
| tree | cc6cd97e149778dc5c1c73713cf00db24e124565 /lisp/ChangeLog | |
| parent | e627be4c9ddaec9e4037166ebbac2d09b5bce28a (diff) | |
| download | emacs-a41a6cf4444fa19fecf0f8b29fcc1dcc58918e64.tar.gz emacs-a41a6cf4444fa19fecf0f8b29fcc1dcc58918e64.zip | |
* notifications.el: Fix previous patch.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
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 | ||
| 7 | 2012-03-04 Michael Albinus <michael.albinus@gmx.de> | 7 | 2012-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 | ||
| 15 | 2012-03-04 Chong Yidong <cyd@gnu.org> | 15 | 2012-03-04 Chong Yidong <cyd@gnu.org> |
| 16 | 16 | ||