diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d8c48287c14..78d3cf56321 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-09-04 Thierry Volpiatto <thierry.volpiatto@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the | ||
| 4 | case where we're currently providing part of the &rest arg after some | ||
| 5 | &key args, as in define-ibuffer-op (bug#18048). | ||
| 6 | |||
| 1 | 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing | 9 | * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing |