From: Richard M. Stallman Date: Tue, 20 Aug 2002 17:28:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~13615 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d7e291fcf2e4ec1b3c6cfd6d4a2bfca27bf7237;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 82540e6539b..76af07968a7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2002-08-20 Richard M. Stallman + + * font-core.el (font-lock-change-mode): New function. + (font-lock-mode): Use font-lock-change-mode instead of + font-lock-unfontify-buffer. + (font-lock-maximum-size, font-lock-verbose): Add defvars. + 2002-08-20 Carsten Dominik * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function @@ -11,7 +18,6 @@ * textfiles/reftex-dcr.el (reftex-view-cr-cite): Use `reftex-bib-or-thebib' for better cooperation with chapterbib. - 2002-08-20 Kim F. Storm * kmacro.el: Major rework based on discussions with RMS.