changeset 36394:a03841f1cfa3

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 26 Feb 2001 13:08:00 +0000
parents 05bbe56d446f
children 20a768ca0cf8
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Feb 26 13:07:27 2001 +0000
+++ b/lisp/ChangeLog	Mon Feb 26 13:08:00 2001 +0000
@@ -1,5 +1,8 @@
 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
 
+	* lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to 
+	fontify in the right buffer.
+
 	* allout.el (outline-flag-region): Move macro in front of first
 	use to avoid a run-time error.
 
--- a/src/ChangeLog	Mon Feb 26 13:07:27 2001 +0000
+++ b/src/ChangeLog	Mon Feb 26 13:08:00 2001 +0000
@@ -1,3 +1,7 @@
+2001-02-26  Gerd Moellmann  <gerd@gnu.org>
+
+	* dispnew.c: Check HAVE_TERM_H before including term.h.
+
 2001-02-24  Andrew Innes  <andrewi@gnu.org>
 
 	* makefile.w32-in: Update copyright notice.