# HG changeset patch # User Kenichi Handa # Date 985657430 0 # Node ID 64580e47a5aa48ca96a591125895bf62097c5cb8 # Parent 7472ec46ab91fce28eeeff3bd9f98e30e08b70fc *** empty log message *** diff -r 7472ec46ab91 -r 64580e47a5aa lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 27 01:12:42 2001 +0000 +++ b/lisp/ChangeLog Tue Mar 27 01:43:50 2001 +0000 @@ -1,3 +1,8 @@ +2001-03-27 Kenichi Handa + + * international/kkc.el (kkc-save-init-file): Locally bind + print-length to nil. + 2001-03-26 Gerd Moellmann * textmodes/flyspell.el: Some doc fixes. @@ -431,8 +436,22 @@ * 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