From 261b7f303e32868a0bd86e3d83d9a14226f118c6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 27 Feb 2005 20:31:59 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 12 ++++++++++++ man/ChangeLog | 8 ++++++++ 2 files changed, 20 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e9cc351cec5..f888f90026d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2005-02-27 Matt Hodges + + * 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 * vc.el (vc-do-command): Don't run command asynchronously when diff --git a/man/ChangeLog b/man/ChangeLog index 39dff1e0f14..0571628041c 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,11 @@ +2005-02-27 Matt Hodges + + * 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 * frames.texi (Mouse References): -- 2.39.5