# HG changeset patch # User Stefan Monnier # Date 973225953 0 # Node ID 3eb6a5731562af5efe44cc4ea17873cc82dad295 # Parent aebffd7162d153b6211d938ec74966ff1bccc40f *** empty log message *** diff -r aebffd7162d1 -r 3eb6a5731562 lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 03 04:32:07 2000 +0000 +++ b/lisp/ChangeLog Fri Nov 03 04:32:33 2000 +0000 @@ -1,3 +1,21 @@ +2000-11-02 Stefan Monnier + + * font-lock.el (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. + + * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg. + Correctly handle the case where several :group args are supplied. + Allow :extra-args. + (easy-mmode-define-global-mode): Allow :extra-args. + Correctly handle the case where several :group args are supplied. + 2000-11-02 Miles Bader * calendar/calendar.el (diary-face, calendar-today-face)