diff options
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc427d5da7b..c84d5c6ce82 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * calendar/cal-menu.el: Avoid macros from calendar.el so as to break | ||
| 4 | the nastiest part of the cyclic dependency. | ||
| 5 | (cal-menu-update): Use dotimes. | ||
| 6 | (cal-menu-update): Use calendar-increment-month. | ||
| 7 | |||
| 3 | * calendar/calendar.el: Remove unnecessary leading stars in docstrings. | 8 | * calendar/calendar.el: Remove unnecessary leading stars in docstrings. |
| 4 | (calendar-week-start-day): Add an :initializer. | 9 | (calendar-week-start-day): Add an :initializer. |
| 5 | (calendar-mode-map): Use suppress-keymap, and command remapping. | 10 | (calendar-mode-map): Use suppress-keymap, and command remapping. |