diff lisp/ChangeLog @ 66618:efa4981f3d7e

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 01 Nov 2005 19:55:49 +0000
parents 11e1b8967398
children e739ea58ce8d
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Nov 01 19:55:19 2005 +0000
+++ b/lisp/ChangeLog	Tue Nov 01 19:55:49 2005 +0000
@@ -1,9 +1,17 @@
+2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
+	(calendar-mouse-holidays, calendar-mouse-view-diary-entries)
+	(calendar-mouse-print-dates): Add optional `event' argument.
+	Update interactive-spec.
+	(calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
+	Use `calendar-event-to-date' instead of `event'.
+
 2005-11-02  Masatake YAMATO  <jet@gyve.org>
 
-	* progmodes/ld-script.el (ld-script-builtins): Add
-	more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END", 
-	"DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and
-	"SEGMENT_START".
+	* progmodes/ld-script.el (ld-script-builtins):
+	Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
+	"DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
 	(auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
 
 2005-11-01  Romain Francoise  <romain@orebokech.com>