From: Glenn Morris Date: Sun, 27 Feb 2005 20:31:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~2085 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=261b7f303e32868a0bd86e3d83d9a14226f118c6;p=emacs.git *** empty log message *** --- 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):