diff options
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 | ||