diff options
| author | Stefan Monnier | 2001-03-29 00:29:04 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-03-29 00:29:04 +0000 |
| commit | 5f6c577179a59334cb0ce51246cf0387c4ab5bf9 (patch) | |
| tree | 962adb613758895fbbc9d70500da23ec797ab68a | |
| parent | e59d0e9d09eea4a403752055978156cddf40ee2a (diff) | |
| download | emacs-5f6c577179a59334cb0ce51246cf0387c4ab5bf9.tar.gz emacs-5f6c577179a59334cb0ce51246cf0387c4ab5bf9.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3bb5956b7b5..12c59bac399 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | 22 | ||
| 23 | * textmodes/ispell.el (ispell-parse-output): Doc fix. | 23 | * textmodes/ispell.el (ispell-parse-output): Doc fix. |
| 24 | 24 | ||
| 25 | * emacs-lisp/byte-opt.el (byte-optimize-while) | 25 | * emacs-lisp/byte-opt.el (byte-optimize-while) |
| 26 | (byte-optimize-form-code-walker): Diagnose too few arguments | 26 | (byte-optimize-form-code-walker): Diagnose too few arguments |
| 27 | for `if' and `while'. | 27 | for `if' and `while'. |
| 28 | 28 | ||
| @@ -33,18 +33,18 @@ | |||
| 33 | 33 | ||
| 34 | 2001-03-26 Gerd Moellmann <gerd@gnu.org> | 34 | 2001-03-26 Gerd Moellmann <gerd@gnu.org> |
| 35 | 35 | ||
| 36 | * autorevert.el (global-auto-revert-non-file-buffers): Remove | 36 | * autorevert.el (global-auto-revert-non-file-buffers): |
| 37 | duplicate defcustom. | 37 | Remove duplicate defcustom. |
| 38 | 38 | ||
| 39 | 2001-03-26 Miles Bader <miles@gnu.org> | 39 | 2001-03-26 Miles Bader <miles@gnu.org> |
| 40 | 40 | ||
| 41 | * international/latin1-disp.el (latin1-char-displayable-p): Add | 41 | * international/latin1-disp.el (latin1-char-displayable-p): |
| 42 | leading "-" for X font pattern. | 42 | Add leading "-" for X font pattern. |
| 43 | 43 | ||
| 44 | 2001-03-26 Kenichi Handa <handa@etl.go.jp> | 44 | 2001-03-26 Kenichi Handa <handa@etl.go.jp> |
| 45 | 45 | ||
| 46 | * international/mule-diag.el (describe-coding-system): For | 46 | * international/mule-diag.el (describe-coding-system): |
| 47 | raw-text and emacs-mule, don't add anymore text about what | 47 | For raw-text and emacs-mule, don't add anymore text about what |
| 48 | charsets they can encode. | 48 | charsets they can encode. |
| 49 | 49 | ||
| 50 | 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il> | 50 | 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il> |
| @@ -447,22 +447,17 @@ | |||
| 447 | * international/mule-cmds.el (set-locale-environment): | 447 | * international/mule-cmds.el (set-locale-environment): |
| 448 | Set system-messages-locale and system-time-locale, but only if the | 448 | Set system-messages-locale and system-time-locale, but only if the |
| 449 | caller specifies a non-nil locale name. | 449 | caller specifies a non-nil locale name. |
| 450 | <<<<<<< ChangeLog | ||
| 451 | 450 | ||
| 452 | 2001-03-20 John Wiegley <johnw@gnu.org> | 451 | 2001-03-20 John Wiegley <johnw@gnu.org> |
| 453 | 452 | ||
| 454 | * calendar/calendar.el (nongregorian-diary-listing-hook): | 453 | * calendar/calendar.el (nongregorian-diary-listing-hook): |
| 455 | Added :options to cover the possible values. | 454 | Added :options to cover the possible values. |
| 456 | (nongregorian-diary-marking-hook): Ditto. | 455 | (nongregorian-diary-marking-hook): Ditto. |
| 457 | ======= | ||
| 458 | >>>>>>> 1.2177 | ||
| 459 | 456 | ||
| 460 | <<<<<<< ChangeLog | ||
| 461 | * cal-bahai.el, cal-menu.el, calendar.el, diary-lib.el, | 457 | * cal-bahai.el, cal-menu.el, calendar.el, diary-lib.el, |
| 462 | * holidays.el: Added support for the Baha'i calendar system. | 458 | * holidays.el: Added support for the Baha'i calendar system. |
| 463 | ======= | 459 | |
| 464 | 2001-03-20 Gerd Moellmann <gerd@gnu.org> | 460 | 2001-03-20 Gerd Moellmann <gerd@gnu.org> |
| 465 | >>>>>>> 1.2177 | ||
| 466 | 461 | ||
| 467 | * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause | 462 | * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause |
| 468 | problems for the interpreter. From: John Wiegley <johnw@gnu.org> | 463 | problems for the interpreter. From: John Wiegley <johnw@gnu.org> |