aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog2
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9babafe76cf..781015cf1f3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12000-12-15 Gerd Moellmann <gerd@gnu.org> 12000-12-15 Gerd Moellmann <gerd@gnu.org>
2 2
3 * isearch.el (isearch-lazy-highlight-max): New user-option.
4 (isearch-lazy-highlight-update): Don't highlight more than
5 isearch-lazy-highlight-max matches.
6
3 * mail/mh-utils.el (mh-find-path): Set read-mail-command. 7 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4 8
52000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu> 92000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
diff --git a/src/ChangeLog b/src/ChangeLog
index acad3775507..3c59f644586 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12000-12-15 Gerd Moellmann <gerd@gnu.org> 12000-12-15 Gerd Moellmann <gerd@gnu.org>
2 2
3 * lread.c (read1): Recognize end of file after `\\'.
4
3 * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame, 5 * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame,
4 not unwind_create_frame. 6 not unwind_create_frame.
5 7