aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-26 13:08:00 +0000
committerGerd Moellmann2001-02-26 13:08:00 +0000
commitc596c392c82ad7b99f6263e2ef9c7ef913addb77 (patch)
tree54251c6936cf1f1bbfbfbbc5ce7f2f35ef08345d
parentc02a1053a02033ceae892cf0975cd9e04bd995fd (diff)
downloademacs-c596c392c82ad7b99f6263e2ef9c7ef913addb77.tar.gz
emacs-c596c392c82ad7b99f6263e2ef9c7ef913addb77.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog4
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3ee842eb1d2..1e41f42879a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-02-26 Gerd Moellmann <gerd@gnu.org> 12001-02-26 Gerd Moellmann <gerd@gnu.org>
2 2
3 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
4 fontify in the right buffer.
5
3 * allout.el (outline-flag-region): Move macro in front of first 6 * allout.el (outline-flag-region): Move macro in front of first
4 use to avoid a run-time error. 7 use to avoid a run-time error.
5 8
diff --git a/src/ChangeLog b/src/ChangeLog
index 1c1334464a4..9d831d091d6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-02-26 Gerd Moellmann <gerd@gnu.org>
2
3 * dispnew.c: Check HAVE_TERM_H before including term.h.
4
12001-02-24 Andrew Innes <andrewi@gnu.org> 52001-02-24 Andrew Innes <andrewi@gnu.org>
2 6
3 * makefile.w32-in: Update copyright notice. 7 * makefile.w32-in: Update copyright notice.