aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--src/ChangeLog2
4 files changed, 12 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index d3175045921..91f07c94d9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12001-03-30 Gerd Moellmann <gerd@gnu.org>
2
3 * Makefile.in (.PHONY): Add for bootstrap targets.
4 (bootstrap-clean): New target.
5 (bootstrap): Use it instead of `clean'.
6
12001-03-29 Eli Zaretskii <a34785@is.elta.co.il> 72001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
2 8
3 * Makefile.in (SUBDIR): Remove leim. 9 * Makefile.in (SUBDIR): Remove leim.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3acc3330c9d..f54da63617f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -509,15 +509,6 @@
509 Set system-messages-locale and system-time-locale, but only if the 509 Set system-messages-locale and system-time-locale, but only if the
510 caller specifies a non-nil locale name. 510 caller specifies a non-nil locale name.
511 511
5122001-03-20 John Wiegley <johnw@gnu.org>
513
514 * calendar/calendar.el (nongregorian-diary-listing-hook):
515 Added :options to cover the possible values.
516 (nongregorian-diary-marking-hook): Ditto.
517
518 * cal-bahai.el, cal-menu.el, calendar.el, diary-lib.el,
519 * holidays.el: Added support for the Baha'i calendar system.
520
5212001-03-20 Gerd Moellmann <gerd@gnu.org> 5122001-03-20 Gerd Moellmann <gerd@gnu.org>
522 513
523 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause 514 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 49b063c6bce..cdb9200a825 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12001-03-30 Gerd Moellmann <gerd@gnu.org>
2
3 * gnus.el (gnus-interactive): Fix parenthesis errors.
4
12001-03-17 ShengHuo ZHU <zsh@cs.rochester.edu> 52001-03-17 ShengHuo ZHU <zsh@cs.rochester.edu>
2 6
3 * message.el (rmail-output): It is in rmailout.el not rmail.el. 7 * message.el (rmail-output): It is in rmailout.el not rmail.el.
diff --git a/src/ChangeLog b/src/ChangeLog
index 84ca7df8822..a8fdc669f2d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12001-03-30 Gerd Moellmann <gerd@gnu.org> 12001-03-30 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (reseat_to_string): Undo last change.
4
3 * dispnew.c (adjust_glyph_matrix): Don't try to reuse the current 5 * dispnew.c (adjust_glyph_matrix): Don't try to reuse the current
4 matrix of a window when the header line changes, when 6 matrix of a window when the header line changes, when
5 new rows are allocated, or when the width changes. 7 new rows are allocated, or when the width changes.