emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 05 Apr 2008 18:55:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/05 18:55:10

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13336
retrieving revision 1.13337
diff -u -b -r1.13336 -r1.13337
--- ChangeLog   5 Apr 2008 17:55:00 -0000       1.13336
+++ ChangeLog   5 Apr 2008 18:55:09 -0000       1.13337
@@ -1,3 +1,20 @@
+2008-04-05  Glenn Morris  <address@hidden>
+
+       * 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 <address@hidden>.
+
 2008-04-05  Stefan Monnier  <address@hidden>
 
        * server.el: Undo part of the multi-tty change, which is only
@@ -91,9 +108,9 @@
 
 2008-04-04  Michael Kifer  <address@hidden>
 
-       * ediff*el: replaced load with require in eval-when-compile.
+       * ediff*.el: Replace load with require in eval-when-compile.
 
-       * ediff-hook: deleted all invocations of (autoload ...).
+       * 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]