changeset 68367:a63682481954

Avoid macros from calendar.el so as to break the nastiest part of the cyclic dependency. (cal-menu-update): Use dotimes. (cal-menu-update): Use calendar-increment-month.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 24 Jan 2006 17:14:16 +0000
parents f148491791ae
children 94d20d05817b
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jan 24 17:07:29 2006 +0000
+++ b/lisp/ChangeLog	Tue Jan 24 17:14:16 2006 +0000
@@ -1,5 +1,10 @@
 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* calendar/cal-menu.el: Avoid macros from calendar.el so as to break
+	the nastiest part of the cyclic dependency.
+	(cal-menu-update): Use dotimes.
+	(cal-menu-update): Use calendar-increment-month.
+
 	* calendar/calendar.el: Remove unnecessary leading stars in docstrings.
 	(calendar-week-start-day): Add an :initializer.
 	(calendar-mode-map): Use suppress-keymap, and command remapping.