diff options
| author | Gerd Moellmann | 2001-03-30 16:05:40 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-30 16:05:40 +0000 |
| commit | 87d8eba4b7c90ea331c1f9cce2910a832fbdbbf1 (patch) | |
| tree | a965a42976aa63a96067ee863f8bfb3ba4ac6563 | |
| parent | 6e6f3adbb5f92c2fa953e6d4fcb4871dd8c54f7d (diff) | |
| download | emacs-87d8eba4b7c90ea331c1f9cce2910a832fbdbbf1.tar.gz emacs-87d8eba4b7c90ea331c1f9cce2910a832fbdbbf1.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
4 files changed, 12 insertions, 9 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il> | 7 | 2001-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 | ||
| 512 | 2001-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 | |||
| 521 | 2001-03-20 Gerd Moellmann <gerd@gnu.org> | 512 | 2001-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 @@ | |||
| 1 | 2001-03-30 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * gnus.el (gnus-interactive): Fix parenthesis errors. | ||
| 4 | |||
| 1 | 2001-03-17 ShengHuo ZHU <zsh@cs.rochester.edu> | 5 | 2001-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 @@ | |||
| 1 | 2001-03-30 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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. |