# HG changeset patch # User Richard M. Stallman # Date 1029864535 0 # Node ID abdfba946eef47a11f3d927abbe4caadc2e372a7 # Parent 93d9d4da05cd9ce52575cd9ddce350a06f76a456 *** empty log message *** diff -r 93d9d4da05cd -r abdfba946eef lisp/ChangeLog --- a/lisp/ChangeLog Tue Aug 20 17:22:30 2002 +0000 +++ b/lisp/ChangeLog Tue Aug 20 17:28:55 2002 +0000 @@ -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.