Mercurial > emacs
changeset 37104:8ef9e303dac8
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 30 Mar 2001 16:05:40 +0000 |
parents | a37e7c520711 |
children | d22db00cb35b |
files | ChangeLog lisp/ChangeLog lisp/gnus/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 12 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + + * Makefile.in (.PHONY): Add for bootstrap targets. + (bootstrap-clean): New target. + (bootstrap): Use it instead of `clean'. + 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il> * Makefile.in (SUBDIR): Remove leim.
--- 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 <johnw@gnu.org> - - * calendar/calendar.el (nongregorian-diary-listing-hook): - Added :options to cover the possible values. - (nongregorian-diary-marking-hook): Ditto. - 2001-03-20 Gerd Moellmann <gerd@gnu.org> * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
--- 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 <gerd@gnu.org> + + * gnus.el (gnus-interactive): Fix parenthesis errors. + 2001-03-17 ShengHuo ZHU <zsh@cs.rochester.edu> * message.el (rmail-output): It is in rmailout.el not rmail.el.
--- 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 <gerd@gnu.org> + * 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.