diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5951bbbe26..798df418e7d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-02-23 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra | ||
| 4 | parameter "after-hook:" to allow the expansion to run code after | ||
| 5 | the execution of the mode hooks. | ||
| 6 | |||
| 7 | * font-lock.el (font-lock-initial-fontify): New function extracted | ||
| 8 | from font-lock-mode-interal. | ||
| 9 | |||
| 10 | * font-core.el (font-lock-mode): call font-lock-initial-fontify in | ||
| 11 | :after-hook. | ||
| 12 | |||
| 1 | 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el. | 15 | * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el. |