aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog12
-rw-r--r--man/ChangeLog8
2 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e9cc351cec..f888f90026 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
+2005-02-27 Matt Hodges <[email protected]>
+
+ * calendar/calendar.el (calendar-buffer): Move above
+ calendar-week-start-day.
+ (calendar-week-start-day): Doc fix. Add :set function.
+ (calendar-minimum-window-height): New variable.
+ (generate-calendar-window): Only resize window if selected-window
+ is displaying the calendar buffer. Use new variable
+ calendar-minimum-window-height.
+ (generate-calendar): Reword error message.
+ (calendar-mode-map): Bind DEL to scroll-other-window-down.
+
2005-02-27 Andreas Schwab <[email protected]>
* vc.el (vc-do-command): Don't run command asynchronously when
diff --git a/man/ChangeLog b/man/ChangeLog
index 39dff1e0f1..0571628041 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,11 @@
+2005-02-27 Matt Hodges <[email protected]>
+
+ * calendar.texi (General Calendar): Document binding of
+ scroll-other-window-down.
+ (Mayan Calendar): Fix earliest date.
+ (Time Intervals): Document timeclock-change. Fix
+ timeclock-ask-before-exiting documentation.
+
2005-02-26 Kim F. Storm <[email protected]>
* frames.texi (Mouse References):