]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 30 Mar 2001 16:05:40 +0000 (16:05 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 30 Mar 2001 16:05:40 +0000 (16:05 +0000)
ChangeLog
lisp/ChangeLog
lisp/gnus/ChangeLog
src/ChangeLog

index d31750459217b488ce48b27e9f8d1d4785919859..91f07c94d9c7415f4c8b647876a02b721c127c36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 3acc3330c9d8c08a83d678cb95d2c3704f6856c4..f54da63617fe7fa837eacb76512c591b7f322374 100644 (file)
        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
index 49b063c6bce2a37f2ada5ac50bde3b3ee98a46d3..cdb9200a8257d09b94db368d0835ff3a9802c148 100644 (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.
index 84ca7df882229bbdd82e70a32267c433c478aa78..a8fdc669f2d8e975552a27dee1230f9a42aabec9 100644 (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.