# HG changeset patch # User Gerd Moellmann # Date 976888786 0 # Node ID 8b318d7f5f2abb401aa09b37c8d9e03c75258ae1 # Parent e2ad3c71947bfb7597c32e450fef7de5964e6a41 *** empty log message *** diff -r e2ad3c71947b -r 8b318d7f5f2a lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 15 13:59:23 2000 +0000 +++ b/lisp/ChangeLog Fri Dec 15 13:59:46 2000 +0000 @@ -1,5 +1,9 @@ 2000-12-15 Gerd Moellmann + * isearch.el (isearch-lazy-highlight-max): New user-option. + (isearch-lazy-highlight-update): Don't highlight more than + isearch-lazy-highlight-max matches. + * mail/mh-utils.el (mh-find-path): Set read-mail-command. 2000-12-15 Richard M. Stallman diff -r e2ad3c71947b -r 8b318d7f5f2a src/ChangeLog --- a/src/ChangeLog Fri Dec 15 13:59:23 2000 +0000 +++ b/src/ChangeLog Fri Dec 15 13:59:46 2000 +0000 @@ -1,5 +1,7 @@ 2000-12-15 Gerd Moellmann + * lread.c (read1): Recognize end of file after `\\'. + * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame, not unwind_create_frame.