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 b1c35a78937..a2322a026e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/perl-mode.el (perl-indent-new-calculate): | ||
| 4 | Handle forward-sexp failure (bug#16985). | ||
| 5 | |||
| 1 | 2014-04-02 Glenn Morris <rgm@gnu.org> | 6 | 2014-04-02 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * menu-bar.el (menu-bar-file-menu): | 8 | * menu-bar.el (menu-bar-file-menu): |
| @@ -210,6 +215,7 @@ | |||
| 210 | (electric-indent-mode): Don't mess with the global map any more. | 215 | (electric-indent-mode): Don't mess with the global map any more. |
| 211 | Don't drop the post-self-insert-hook is some buffer is still using it | 216 | Don't drop the post-self-insert-hook is some buffer is still using it |
| 212 | (bug#16770). | 217 | (bug#16770). |
| 218 | |||
| 213 | * bindings.el (global-map): Remove C-j binding. | 219 | * bindings.el (global-map): Remove C-j binding. |
| 214 | 220 | ||
| 215 | * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find | 221 | * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find |