Mercurial > emacs
changeset 93997:81fe93cd566e
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 11 Apr 2008 03:49:39 +0000 |
parents | d76c0fd8ef0c |
children | 7ae01d17160f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 11 03:48:37 2008 +0000 +++ b/lisp/ChangeLog Fri Apr 11 03:49:39 2008 +0000 @@ -1,3 +1,25 @@ +2008-04-11 Glenn Morris <rgm@gnu.org> + + * calendar/calendar.el (diary, holidays): + Move custom groups to other files. + (holiday-general-holidays, holiday-oriental-holidays) + (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1) + (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4) + (holiday-hebrew-holidays, holiday-christian-holidays) + (holiday-islamic-holidays, holiday-bahai-holidays) + (holiday-solar-holidays, calendar-holidays): Move to holidays.el. + * calendar/diary-lib.el: Move custom group here from calendar.el. + * calendar/holidays-lib.el: Move custom group and variables here + from calendar.el. + + * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky. + + * calendar/cal-dst.el (calendar-dst-check-each-year-flag): + Fix custom group. + (calendar-current-time-zone-cache): Autoload riskiness. + + * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type. + 2008-04-11 Chong Yidong <cyd@stupidchicken.com> * woman.el (woman2-TH): Use string-equal instead of string-match.