# HG changeset patch # User Glenn Morris # Date 1207421709 0 # Node ID ee9df91aaacb340875d0adcbfc557ea6728e8d79 # Parent 6b2af597432a59b0aebdeb3b6b3f4f81c22eebbf *** empty log message *** diff -r 6b2af597432a -r ee9df91aaacb lisp/ChangeLog --- a/lisp/ChangeLog Sat Apr 05 18:54:46 2008 +0000 +++ b/lisp/ChangeLog Sat Apr 05 18:55:09 2008 +0000 @@ -1,3 +1,20 @@ +2008-04-05 Glenn Morris + + * emacs-lisp/autoload.el (autoload-ensure-default-file): + Provide a feature. + * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el: + Require loaddef file rather than loading it. + * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that + autoload-ensure-default-file provides a feature. + + * Makefile.in (LOADDEFS): Add mh-loaddefs.el. + (AUTOGENEL): mh-loaddefs is in $LOADDEFS now. + (compile, compile-always, recompile): Use $LOADDEFS. + (cal-autoloads): Remove. + + * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather + than buffer-live-p. Reported by David Koppelman . + 2008-04-05 Stefan Monnier * server.el: Undo part of the multi-tty change, which is only @@ -91,9 +108,9 @@ 2008-04-04 Michael Kifer - * ediff*el: replaced load with require in eval-when-compile. - - * ediff-hook: deleted all invocations of (autoload ...). + * ediff*.el: Replace load with require in eval-when-compile. + + * ediff-hook: Delete all invocations of (autoload ...). * ediff-util.el (ediff-setup): Make window-min-height a local variable in ediff control window, and set its min height to 2.