changeset 93951:c2a51626a251

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Thu, 10 Apr 2008 03:45:26 +0000
parents 1a435b435254
children ad7043127f4d
files lisp/ChangeLog
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Apr 10 03:44:47 2008 +0000
+++ b/lisp/ChangeLog	Thu Apr 10 03:45:26 2008 +0000
@@ -1,3 +1,28 @@
+2008-04-10  Glenn Morris  <rgm@gnu.org>
+
+	* Makefile.in (MH_E_DIR): New variable.
+	(MH_E_SRC): Restore variable removed 2008-03-13.
+	(mh-loaddefs.el): Depend on $MH_E_SRC.
+	(CAL_DIR, CAL_SRC): New variables.
+	(cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
+	Depend on CAL_SRC.
+
+	* calendar/calendar.el (calendar, diary): Add :prefix.
+	(holidays): Change :prefix.
+	(calendar-today, holiday, calendar-holiday-marker)
+	(european-calendar-style): Change custom groups.
+
+	* calendar/calendar.el (diary-hook, diary-display-hook):
+	Move to diary-lib.el.
+	* calendar/diary-lib.el (diary-hook, diary-display-hook):
+	Move here from calendar.el.
+	* calendar/appt.el: Require diary-lib rather than calendar.
+	* calendar/cal-x.el (diary-display-hook): Declare for compiler.
+
+	* calendar/appt.el (appt): Add :prefix.
+
+	* calendar/diary-lib.el (diary-hook): Doc fix.
+
 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* minibuffer.el (minibuffer--double-dollars, read-file-name-internal):