comparison lisp/ChangeLog @ 60293:7b3bc20cd4d8

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sun, 27 Feb 2005 20:31:59 +0000
parents e884a3047fe4
children 59d1782d5bca
comparison
equal deleted inserted replaced
60292:b8747b7d8e2a 60293:7b3bc20cd4d8
1 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
2
3 * calendar/calendar.el (calendar-buffer): Move above
4 calendar-week-start-day.
5 (calendar-week-start-day): Doc fix. Add :set function.
6 (calendar-minimum-window-height): New variable.
7 (generate-calendar-window): Only resize window if selected-window
8 is displaying the calendar buffer. Use new variable
9 calendar-minimum-window-height.
10 (generate-calendar): Reword error message.
11 (calendar-mode-map): Bind DEL to scroll-other-window-down.
12
1 2005-02-27 Andreas Schwab <schwab@suse.de> 13 2005-02-27 Andreas Schwab <schwab@suse.de>
2 14
3 * vc.el (vc-do-command): Don't run command asynchronously when 15 * vc.el (vc-do-command): Don't run command asynchronously when
4 operating in a remote directory. 16 operating in a remote directory.
5 17