aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2001-03-29 00:29:04 +0000
committerStefan Monnier2001-03-29 00:29:04 +0000
commit5f6c577179a59334cb0ce51246cf0387c4ab5bf9 (patch)
tree962adb613758895fbbc9d70500da23ec797ab68a
parente59d0e9d09eea4a403752055978156cddf40ee2a (diff)
downloademacs-5f6c577179a59334cb0ce51246cf0387c4ab5bf9.tar.gz
emacs-5f6c577179a59334cb0ce51246cf0387c4ab5bf9.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog21
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
342001-03-26 Gerd Moellmann <gerd@gnu.org> 342001-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
392001-03-26 Miles Bader <miles@gnu.org> 392001-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
442001-03-26 Kenichi Handa <handa@etl.go.jp> 442001-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
502001-03-25 Eli Zaretskii <eliz@is.elta.co.il> 502001-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
4522001-03-20 John Wiegley <johnw@gnu.org> 4512001-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
4642001-03-20 Gerd Moellmann <gerd@gnu.org> 4602001-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>