comparison lisp/ChangeLog @ 33164:3eb6a5731562

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 03 Nov 2000 04:32:33 +0000
parents ed9bab286892
children 311d750d69c1
comparison
equal deleted inserted replaced
33163:aebffd7162d1 33164:3eb6a5731562
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)
4 (holiday-face): Remove dependency on `window-system'. 22 (holiday-face): Remove dependency on `window-system'.
5 23