aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 82540e6539b..76af07968a7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12002-08-20 Richard M. Stallman <rms@gnu.org>
2
3 * font-core.el (font-lock-change-mode): New function.
4 (font-lock-mode): Use font-lock-change-mode instead of
5 font-lock-unfontify-buffer.
6 (font-lock-maximum-size, font-lock-verbose): Add defvars.
7
12002-08-20 Carsten Dominik <dominik@astro.uva.nl> 82002-08-20 Carsten Dominik <dominik@astro.uva.nl>
2 9
3 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function 10 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
@@ -11,7 +18,6 @@
11 * textfiles/reftex-dcr.el (reftex-view-cr-cite): Use 18 * textfiles/reftex-dcr.el (reftex-view-cr-cite): Use
12 `reftex-bib-or-thebib' for better cooperation with chapterbib. 19 `reftex-bib-or-thebib' for better cooperation with chapterbib.
13 20
14
152002-08-20 Kim F. Storm <storm@cua.dk> 212002-08-20 Kim F. Storm <storm@cua.dk>
16 22
17 * kmacro.el: Major rework based on discussions with RMS. 23 * kmacro.el: Major rework based on discussions with RMS.