# HG changeset patch # User Gerd Moellmann # Date 983192880 0 # Node ID a03841f1cfa3ec79a6a3e3136343f2e65e0e2426 # Parent 05bbe56d446f7e60c974c21eb172733a31ab6a72 *** empty log message *** diff -r 05bbe56d446f -r a03841f1cfa3 lisp/ChangeLog --- 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 + * 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. diff -r 05bbe56d446f -r a03841f1cfa3 src/ChangeLog --- 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 + + * dispnew.c: Check HAVE_TERM_H before including term.h. + 2001-02-24 Andrew Innes * makefile.w32-in: Update copyright notice.