comparison lisp/ChangeLog @ 82203:3d0d3af343ac

(calendar-mode): Make sure displayed-(month|year) are set. (calendar-basic-setup): Display buffer before adjusting window sizes. (generate-calendar-window): Use inhibit-read-only. Simplify. Generate buffer and set displayed-month and displayed-year before calling update-calendar-mode-line.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 29 Jul 2007 20:49:13 +0000
parents b3182f0c969c
children 1160d327dbdd
comparison
equal deleted inserted replaced
82202:2cd425573329 82203:3d0d3af343ac
1 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * calendar/calendar.el (calendar-mode): Make sure
4 displayed-(month|year) are set.
5 (calendar-basic-setup): Display buffer before adjusting window sizes.
6 (generate-calendar-window): Use inhibit-read-only. Simplify.
7 Generate buffer and set displayed-month and displayed-year before
8 calling update-calendar-mode-line.
9
1 2007-07-29 Michael Albinus <michael.albinus@gmx.de> 10 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
2 11
3 * tramp.el: 12 * tramp.el:
4 * tramp-uu.el: 13 * tramp-uu.el:
5 * trampver.el: Use utf-8 encoding with coding cookie. 14 * trampver.el: Use utf-8 encoding with coding cookie.
8 * tramp-fish.el: 17 * tramp-fish.el:
9 * tramp-ftp.el: 18 * tramp-ftp.el:
10 * tramp-gw.el: 19 * tramp-gw.el:
11 * tramp-smb.el: Remove coding cookie. 20 * tramp-smb.el: Remove coding cookie.
12 21
13 * tramp.el (tramp-handle-verify-visited-file-modtime): Flush 22 * tramp.el (tramp-handle-verify-visited-file-modtime):
14 buffer file-name's file property. 23 Flush buffer file-name's file property.
15 (tramp-handle-file-remote-p): The first parameter is FILENAME. 24 (tramp-handle-file-remote-p): The first parameter is FILENAME.
16 25
17 * trampver.el: Update release number. 26 * trampver.el: Update release number.
18 27
19 2007-07-29 Juri Linkov <juri@jurta.org> 28 2007-07-29 Juri Linkov <juri@jurta.org>