diff options
| author | Michael Albinus | 2012-04-24 17:19:07 +0200 |
|---|---|---|
| committer | Michael Albinus | 2012-04-24 17:19:07 +0200 |
| commit | b613912badfb9050e6310ee14fddc90e0fd16b2c (patch) | |
| tree | 4272e3287e843d565c07b06acd7d1d53ffae8a41 /lisp/ChangeLog | |
| parent | 257440aa1c368048203a111db15f5a791a07f53f (diff) | |
| download | emacs-b613912badfb9050e6310ee14fddc90e0fd16b2c.tar.gz emacs-b613912badfb9050e6310ee14fddc90e0fd16b2c.zip | |
* notifications.el (notifications-interface)
(notifications-notify-method, notifications-notify)
(notifications-close-notification-method): Fix docstring.
(notifications-get-capabilities-method): New defconst.
(notifications-get-capabilities): New defun.
* os.texi: (Notifications): Add notifications-get-capabilities.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b1f1ad99b23..269d72e3754 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-04-24 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * notifications.el (notifications-interface) | ||
| 4 | (notifications-notify-method, notifications-notify) | ||
| 5 | (notifications-close-notification-method): Fix docstring. | ||
| 6 | (notifications-get-capabilities-method): New defconst. | ||
| 7 | (notifications-get-capabilities): New defun. | ||
| 8 | |||
| 1 | 2012-04-24 Leo Liu <sdl.web@gmail.com> | 9 | 2012-04-24 Leo Liu <sdl.web@gmail.com> |
| 2 | 10 | ||
| 3 | * progmodes/python.el: Move hideshow setup to the end. | 11 | * progmodes/python.el: Move hideshow setup to the end. |