# HG changeset patch # User Gerd Moellmann # Date 985968340 0 # Node ID 8ef9e303dac88d86f21f885d40328bca31938b70 # Parent a37e7c520711a0263505a63d4902a1150481cc4f *** empty log message *** diff -r a37e7c520711 -r 8ef9e303dac8 ChangeLog --- a/ChangeLog Fri Mar 30 16:04:02 2001 +0000 +++ b/ChangeLog Fri Mar 30 16:05:40 2001 +0000 @@ -1,3 +1,9 @@ +2001-03-30 Gerd Moellmann + + * Makefile.in (.PHONY): Add for bootstrap targets. + (bootstrap-clean): New target. + (bootstrap): Use it instead of `clean'. + 2001-03-29 Eli Zaretskii * Makefile.in (SUBDIR): Remove leim. diff -r a37e7c520711 -r 8ef9e303dac8 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 30 16:04:02 2001 +0000 +++ b/lisp/ChangeLog Fri Mar 30 16:05:40 2001 +0000 @@ -509,12 +509,6 @@ Set system-messages-locale and system-time-locale, but only if the caller specifies a non-nil locale name. -2001-03-20 John Wiegley - - * calendar/calendar.el (nongregorian-diary-listing-hook): - Added :options to cover the possible values. - (nongregorian-diary-marking-hook): Ditto. - 2001-03-20 Gerd Moellmann * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause diff -r a37e7c520711 -r 8ef9e303dac8 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Fri Mar 30 16:04:02 2001 +0000 +++ b/lisp/gnus/ChangeLog Fri Mar 30 16:05:40 2001 +0000 @@ -1,3 +1,7 @@ +2001-03-30 Gerd Moellmann + + * gnus.el (gnus-interactive): Fix parenthesis errors. + 2001-03-17 ShengHuo ZHU * message.el (rmail-output): It is in rmailout.el not rmail.el. diff -r a37e7c520711 -r 8ef9e303dac8 src/ChangeLog --- a/src/ChangeLog Fri Mar 30 16:04:02 2001 +0000 +++ b/src/ChangeLog Fri Mar 30 16:05:40 2001 +0000 @@ -1,5 +1,7 @@ 2001-03-30 Gerd Moellmann + * xdisp.c (reseat_to_string): Undo last change. + * dispnew.c (adjust_glyph_matrix): Don't try to reuse the current matrix of a window when the header line changes, when new rows are allocated, or when the width changes.