diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 610cf6f8670..cf83767b924 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default. | ||
| 4 | Remove incorrect handling of eldoc-print-after-edit. | ||
| 5 | (eldoc-message-commands, eldoc-last-data): Use defvar. | ||
| 6 | * loadup.el (emacs-lisp/eldoc): Load it. | ||
| 7 | |||
| 3 | * progmodes/m4-mode.el (m4-syntax-propertize): New var. | 8 | * progmodes/m4-mode.el (m4-syntax-propertize): New var. |
| 4 | (m4-mode): Use it. | 9 | (m4-mode): Use it. |
| 5 | (m4--quoted-p): New function. | 10 | (m4--quoted-p): New function. |