# HG changeset patch # User Glenn Morris # Date 1205478071 0 # Node ID 81461ea692203887edb9eabb4781d795470cc8b1 # Parent cb0aac9dd8a364b2b7d79a64af289bf2e66c7458 *** empty log message *** diff -r cb0aac9dd8a3 -r 81461ea69220 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 14 07:00:49 2008 +0000 +++ b/lisp/ChangeLog Fri Mar 14 07:01:11 2008 +0000 @@ -55,6 +55,20 @@ definition before use. Remove un-needed local `day'. (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix. + * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array) + (calendar-mayan-tzolkin-names-array): Add doc strings. + (calendar-mayan-long-count-from-absolute): Use a single let. + (calendar-string-to-mayan-long-count): Simplify. + (calendar-next-haab-date, calendar-previous-haab-date) + (calendar-next-tzolkin-date, calendar-previous-tzolkin-date) + (calendar-previous-calendar-round-date) + (calendar-goto-mayan-long-count-date, calendar-mayan-date-string): + Doc fix. + (calendar-mayan-tzolkin-haab-on-or-before): Use zerop. + (calendar-mayan-date-string, calendar-print-mayan-date) + (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date) + (calendar-mayan-long-count-common-era): Move definitions before use. + * calendar/cal-menu.el (displayed-year): Move declaration where needed. (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso): Doc fix.