# HG changeset patch # User Stefan Monnier # Date 985825744 0 # Node ID 92d84a200c07f62ba801952ae365240dd1763985 # Parent 143cd6022de25c1894a0abc28dc73a5b2607746e *** empty log message *** diff -r 143cd6022de2 -r 92d84a200c07 lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 28 15:51:15 2001 +0000 +++ b/lisp/ChangeLog Thu Mar 29 00:29:04 2001 +0000 @@ -22,7 +22,7 @@ * textmodes/ispell.el (ispell-parse-output): Doc fix. - * emacs-lisp/byte-opt.el (byte-optimize-while) + * emacs-lisp/byte-opt.el (byte-optimize-while) (byte-optimize-form-code-walker): Diagnose too few arguments for `if' and `while'. @@ -33,18 +33,18 @@ 2001-03-26 Gerd Moellmann - * autorevert.el (global-auto-revert-non-file-buffers): Remove - duplicate defcustom. + * autorevert.el (global-auto-revert-non-file-buffers): + Remove duplicate defcustom. 2001-03-26 Miles Bader - * international/latin1-disp.el (latin1-char-displayable-p): Add - leading "-" for X font pattern. + * international/latin1-disp.el (latin1-char-displayable-p): + Add leading "-" for X font pattern. 2001-03-26 Kenichi Handa - * international/mule-diag.el (describe-coding-system): For - raw-text and emacs-mule, don't add anymore text about what + * international/mule-diag.el (describe-coding-system): + For raw-text and emacs-mule, don't add anymore text about what charsets they can encode. 2001-03-25 Eli Zaretskii @@ -447,22 +447,17 @@ * international/mule-cmds.el (set-locale-environment): Set system-messages-locale and system-time-locale, but only if the caller specifies a non-nil locale name. -<<<<<<< ChangeLog 2001-03-20 John Wiegley * calendar/calendar.el (nongregorian-diary-listing-hook): Added :options to cover the possible values. (nongregorian-diary-marking-hook): Ditto. -======= ->>>>>>> 1.2177 - -<<<<<<< ChangeLog + * 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 ->>>>>>> 1.2177 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause problems for the interpreter. From: John Wiegley