changeset 60293:7b3bc20cd4d8

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sun, 27 Feb 2005 20:31:59 +0000
parents b8747b7d8e2a
children 8c6bb7dbf4fb
files lisp/ChangeLog man/ChangeLog
diffstat 2 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <MPHodges@member.fsf.org>
+
+	* 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  <schwab@suse.de>
 
 	* vc.el (vc-do-command): Don't run command asynchronously when
--- 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  <MPHodges@member.fsf.org>
+
+	* 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  <storm@cua.dk>
 
 	* frames.texi (Mouse References):