diff options
| author | Stefan Monnier | 2000-11-03 04:32:33 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-11-03 04:32:33 +0000 |
| commit | ba22aeff64e22ce7991f45086b36c45ef3e2324d (patch) | |
| tree | 41656d4f56cd0529af78b6258f7d6ca14fa05488 /lisp/ChangeLog | |
| parent | 0a74e3bf900ff44e70a914b965f3c16b63a5463e (diff) | |
| download | emacs-ba22aeff64e22ce7991f45086b36c45ef3e2324d.tar.gz emacs-ba22aeff64e22ce7991f45086b36c45ef3e2324d.zip | |
(font-lock-buffers): Remove.
(font-lock-global-modes): Define with easy-mmode-define-global-mode.
(font-lock-change-major-mode): Remove.
(turn-on-font-lock-if-enabled): Only apply to the current buffer.
(font-lock-default-fontify-region): Extend the multiline
fontification to whole lines.
(font-lock-fontify-anchored-keywords)
(font-lock-fontify-keywords-region): If matching just one
line (with \n) only mark the \n as multiline.
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) |