diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8a1ffd790e..045122f2e41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2000-11-02 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * font-lock.el (font-lock-buffers): Remove. | ||
| 4 | (font-lock-global-modes): Define with easy-mmode-define-global-mode. | ||
| 5 | (font-lock-change-major-mode): Remove. | ||
| 6 | (turn-on-font-lock-if-enabled): Only apply to the current buffer. | ||
| 7 | (font-lock-default-fontify-region): Extend the multiline | ||
| 8 | fontification to whole lines. | ||
| 9 | (font-lock-fontify-anchored-keywords) | ||
| 10 | (font-lock-fontify-keywords-region): If matching just one | ||
| 11 | line (with \n) only mark the \n as multiline. | ||
| 12 | |||
| 13 | * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg. | ||
| 14 | Correctly handle the case where several :group args are supplied. | ||
| 15 | Allow :extra-args. | ||
| 16 | (easy-mmode-define-global-mode): Allow :extra-args. | ||
| 17 | Correctly handle the case where several :group args are supplied. | ||
| 18 | |||
| 1 | 2000-11-02 Miles Bader <miles@gnu.org> | 19 | 2000-11-02 Miles Bader <miles@gnu.org> |
| 2 | 20 | ||
| 3 | * calendar/calendar.el (diary-face, calendar-today-face) | 21 | * calendar/calendar.el (diary-face, calendar-today-face) |