comparison lisp/ChangeLog @ 92921:81461ea69220

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 14 Mar 2008 07:01:11 +0000
parents 7dbcedc3a354
children c009a4916c6a
comparison
equal deleted inserted replaced
92920:cb0aac9dd8a3 92921:81461ea69220
52 constant variables outside the loop. Use dolist. 52 constant variables outside the loop. Use dolist.
53 53
54 * calendar/cal-julian.el (calendar-absolute-from-julian): Move 54 * calendar/cal-julian.el (calendar-absolute-from-julian): Move
55 definition before use. Remove un-needed local `day'. 55 definition before use. Remove un-needed local `day'.
56 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix. 56 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
57
58 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
59 (calendar-mayan-tzolkin-names-array): Add doc strings.
60 (calendar-mayan-long-count-from-absolute): Use a single let.
61 (calendar-string-to-mayan-long-count): Simplify.
62 (calendar-next-haab-date, calendar-previous-haab-date)
63 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
64 (calendar-previous-calendar-round-date)
65 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
66 Doc fix.
67 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
68 (calendar-mayan-date-string, calendar-print-mayan-date)
69 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
70 (calendar-mayan-long-count-common-era): Move definitions before use.
57 71
58 * calendar/cal-menu.el (displayed-year): Move declaration where needed. 72 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
59 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso): 73 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
60 Doc fix. 74 Doc fix.
61 (calendar-mouse-goto-date): Move definition before use. 75 (calendar-mouse-goto-date): Move definition before use.