# HG changeset patch # User Luc Teirlinck # Date 1131232841 0 # Node ID 56df84621156ab390fe9c3756e58a2c99d3afc1b # Parent a4c04d1213c40b1df0611dfb5554536ff542856d *** empty log message *** diff -r a4c04d1213c4 -r 56df84621156 lisp/ChangeLog --- a/lisp/ChangeLog Sat Nov 05 23:11:38 2005 +0000 +++ b/lisp/ChangeLog Sat Nov 05 23:20:41 2005 +0000 @@ -1,3 +1,15 @@ +2005-11-05 Luc Teirlinck + + * startup.el (command-line): Use `custom-reevaluate-setting' for + `global-font-lock-mode'. + + * font-core.el (global-font-lock-mode): Enable + `global-font-lock-mode' by default, except in batch mode or when + the -D command line option is given. + + * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all + specified keyword args on to `define-minor-mode'. Update docstring. + 2005-11-05 Romain Francoise * replace.el (occur-engine): Add marker at end of line, too.