# HG changeset patch # User Glenn Morris # Date 1109536319 0 # Node ID 7b3bc20cd4d8f563f52a8eb2b6fc0c4793a29a2d # Parent b8747b7d8e2a8f90edbaf620a96ba9167678a9c6 *** empty log message *** diff -r b8747b7d8e2a -r 7b3bc20cd4d8 lisp/ChangeLog --- a/lisp/ChangeLog Sun Feb 27 20:25:48 2005 +0000 +++ b/lisp/ChangeLog Sun Feb 27 20:31:59 2005 +0000 @@ -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 -r b8747b7d8e2a -r 7b3bc20cd4d8 man/ChangeLog --- a/man/ChangeLog Sun Feb 27 20:25:48 2005 +0000 +++ b/man/ChangeLog Sun Feb 27 20:31:59 2005 +0000 @@ -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):