1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-03-30 16:05:40 +00:00
parent 6e6f3adbb5
commit 87d8eba4b7
4 changed files with 12 additions and 9 deletions

View File

@ -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.

View File

@ -509,15 +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.
* cal-bahai.el, cal-menu.el, calendar.el, diary-lib.el,
* holidays.el: Added support for the Baha'i calendar system.
2001-03-20 Gerd Moellmann <gerd@gnu.org>
* pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause

View File

@ -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.

View File

@ -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.