diff options
| author | Michael Albinus | 2010-06-10 14:44:59 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-06-10 14:44:59 +0200 |
| commit | fa4003dab3bf8ef7fd3fabc6e9c5534b280c2d2f (patch) | |
| tree | d5024489d60411152ce15e92fc6359fc3190bacb /lisp/ChangeLog | |
| parent | 3903505c72f2e40370722926002b57c0ca8caab9 (diff) | |
| download | emacs-fa4003dab3bf8ef7fd3fabc6e9c5534b280c2d2f.tar.gz emacs-fa4003dab3bf8ef7fd3fabc6e9c5534b280c2d2f.zip | |
* net/notifications.el (notifications-on-action-signal)
(notifications-on-closed-signal): Pass notification id as first
argument to the callback functions. Add docstrings.
(notifications-notify): Fix docstring.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c5b72d2d173..035902e1021 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-06-10 Julien Danjou <julien@danjou.info> | ||
| 2 | |||
| 3 | * net/notifications.el (notifications-on-action-signal) | ||
| 4 | (notifications-on-closed-signal): Pass notification id as first | ||
| 5 | argument to the callback functions. Add docstrings. | ||
| 6 | (notifications-notify): Fix docstring. | ||
| 7 | |||
| 1 | 2010-06-10 Glenn Morris <rgm@gnu.org> | 8 | 2010-06-10 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * emacs-lisp/authors.el (authors-ignored-files) | 10 | * emacs-lisp/authors.el (authors-ignored-files) |