comparison lisp/ChangeLog @ 92845:36720006379f

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Thu, 13 Mar 2008 06:00:07 +0000
parents c4ff7347cefc
children 4a5a0e17ec4e
comparison
equal deleted inserted replaced
92844:f5f51a11e3da 92845:36720006379f
3 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of 3 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
4 generate-autoload-cookie patterns. 4 generate-autoload-cookie patterns.
5 5
6 * startup.el (command-line-1): Rename -scriptload to -internal-script. 6 * startup.el (command-line-1): Rename -scriptload to -internal-script.
7 7
8 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
9 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
10 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
11 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
12 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
13 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
14 Add calendar-specific autoload cookies, and remove any setting of
15 generated-autoload-file.
16 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
17 * calendar/diary-lib.el: Replace explicit autoloads with reading of
18 diary-loaddefs.
19 * calendar/holidays.el: Replace explicit autoloads with reading of
20 hol-loaddefs.
21
8 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant. 22 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
9 (calendar-buffer-list): Simplify. 23 (calendar-buffer-list): Simplify.
24 (generate-calendar-window): Use calendar-mark-holidays rather than
25 obsolete alias.
10 26
11 * calendar/cal-hebrew.el (list-yahrzeit-dates): Use 27 * calendar/cal-hebrew.el (list-yahrzeit-dates): Use
12 cal-hebrew-yahrzeit-buffer. 28 cal-hebrew-yahrzeit-buffer.
13 29
14 * calendar/cal-x.el (calendar-only-one-frame-setup) 30 * calendar/cal-x.el (calendar-only-one-frame-setup)
15 (calendar-two-frame-setup): Doc fixes. 31 (calendar-two-frame-setup): Doc fixes.
16 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer. 32 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
17 33
18 * calendar/appt.el (appt-mode-string): Mark as risky. 34 * calendar/appt.el (appt-mode-string): Mark as risky.
19 (appt-check): Apply mode-line-emphasis face to appt-mode-string. 35 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
36
37 * calendar/cal-html.el (diary-list-entries):
38 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
39 (calendar-iso-from-absolute): Fix autoloads.
20 40
21 * calendar/cal-iso.el (calendar-absolute-from-iso) 41 * calendar/cal-iso.el (calendar-absolute-from-iso)
22 (calendar-iso-read-args): Simplify. 42 (calendar-iso-read-args): Simplify.
23 (calendar-iso-date-string, calendar-iso-read-args) 43 (calendar-iso-date-string, calendar-iso-read-args)
24 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes. 44 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
28 (calendar-print-astro-day-number): Doc fix. 48 (calendar-print-astro-day-number): Doc fix.
29 49
30 * calendar/cal-persia.el (persian-calendar-month-name-array) 50 * calendar/cal-persia.el (persian-calendar-month-name-array)
31 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes. 51 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
32 (persian-prompt-for-date): Remove local variable `today'. 52 (persian-prompt-for-date): Remove local variable `today'.
53
54 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
33 55
34 * calendar/solar.el (solar-moment, solar-exact-local-noon) 56 * calendar/solar.el (solar-moment, solar-exact-local-noon)
35 (solar-sunrise-sunset, solar-sunrise-sunset-string) 57 (solar-sunrise-sunset, solar-sunrise-sunset-string)
36 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time): 58 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
37 (diary-sabbath-candles, solar-equinoxes/solstices) 59 (diary-sabbath-candles, solar-equinoxes/solstices)