diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index adf82739b2e..6a6ff73b365 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-11-18 Juri Linkov <juri@linkov.net> | ||
| 2 | |||
| 3 | * bindings.el (minibuffer-local-map): Rebind [down] from | ||
| 4 | next-history-element to next-line-or-history-element, and [up] | ||
| 5 | from previous-history-element to previous-line-or-history-element. | ||
| 6 | |||
| 7 | * simple.el (next-line-or-history-element) | ||
| 8 | (previous-line-or-history-element): New commands. | ||
| 9 | http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html | ||
| 10 | |||
| 1 | 2014-11-18 Leo Liu <sdl.web@gmail.com> | 11 | 2014-11-18 Leo Liu <sdl.web@gmail.com> |
| 2 | 12 | ||
| 3 | * emacs-lisp/nadvice.el (define-advice): New macro. | 13 | * emacs-lisp/nadvice.el (define-advice): New macro. |