comparison lisp/ChangeLog @ 77294:739c769399f7

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Wed, 18 Apr 2007 06:44:01 +0000
parents 02b2ddeac1ef
children 9daa681f90cc
comparison
equal deleted inserted replaced
77293:e262afb73c6e 77294:739c769399f7
1 2007-04-18 Glenn Morris <rgm@gnu.org> 1 2007-04-18 Glenn Morris <rgm@gnu.org>
2 2
3 * calendar/diary-lib.el (diary-header-line-format): Add a custom 3 * calendar/diary-lib.el (diary-header-line-format): Add a custom
4 :set function. 4 :set function.
5 (diary-list-entries): Only switch to diary-mode from 5 (diary-list-entries): Only switch to diary-mode from
6 default-major-mode (reverts 2007-03-21 change). Otherwise, set 6 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
7 header-line-format, in case of any customization. 7 diary-mode set header-line-format, in case of any customization.
8 8
9 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change) 9 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10 10
11 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR 11 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
12 is less than the length of parse-time-syntax. 12 is less than the length of parse-time-syntax.