comparison lisp/ChangeLog @ 92651:511b145944f5

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 08 Mar 2008 21:09:29 +0000
parents 6e0a9f226208
children fcc1333ee15b
comparison
equal deleted inserted replaced
92650:dd247175710f 92651:511b145944f5
21 21
22 * calendar/cal-china.el (chinese-calendar): Move custom group here from 22 * calendar/cal-china.el (chinese-calendar): Move custom group here from
23 calendar.el. 23 calendar.el.
24 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch): 24 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
25 Make constants. 25 Make constants.
26 * calendar/cal-china.el (chinese-calendar-time-zone) 26 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
27 (chinese-calendar-daylight-time-offset)
28 (chinese-calendar-daylight-savings-starts) 27 (chinese-calendar-daylight-savings-starts)
29 (chinese-calendar-daylight-savings-ends) 28 (chinese-calendar-daylight-savings-ends)
30 (chinese-calendar-daylight-savings-starts-time) 29 (chinese-calendar-daylight-savings-starts-time)
31 (chinese-calendar-daylight-savings-ends-time) 30 (chinese-calendar-daylight-savings-ends-time)
32 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after): 31 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
53 * calendar/cal-menu.el (cal-menu-holiday-window-suffix) 52 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
54 (cal-menu-x-popup-menu, calendar-mouse-holidays) 53 (cal-menu-x-popup-menu, calendar-mouse-holidays)
55 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates) 54 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
56 (calendar-mouse-goto-date): 55 (calendar-mouse-goto-date):
57 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right): 56 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
57 * calendar/holidays.el (holidays):
58 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after): 58 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
59 Doc fixes. 59 * calendar/time-date.el (date-to-time, time-subtract, time-add)
60 (safe-date-to-time): Doc fixes.
60 61
61 * calendar/cal-persia.el (persian-calendar-month-name-array) 62 * calendar/cal-persia.el (persian-calendar-month-name-array)
62 (persian-calendar-epoch): Make constants. 63 (persian-calendar-epoch): Make constants.
63 64
64 * calendar/cal-tex.el (calendar-tex): Move custom group here from 65 * calendar/cal-tex.el (calendar-tex): Move custom group here from
125 (diary-font-lock-keywords): Use format rather than concat. Add 126 (diary-font-lock-keywords): Use format rather than concat. Add
126 bahai-diary-entry-symbol. 127 bahai-diary-entry-symbol.
127 128
128 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el: 129 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
129 * calendar/solar.el: Unquote lambda functions. 130 * calendar/solar.el: Unquote lambda functions.
130
131 * calendar/time-date.el (date-to-time, time-subtract, time-add)
132 (safe-date-to-time): Doc fixes.
133 131
134 * calendar/todo-mode.el: Remove un-needed eval-when-compile. 132 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
135 133
136 * textmodes/org.el (list-diary-entries-hook): Declare for compiler. 134 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
137 (org-get-entries-from-diary): Require diary-lib. 135 (org-get-entries-from-diary): Require diary-lib.