Mercurial > emacs
changeset 92921:81461ea69220
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 14 Mar 2008 07:01:11 +0000 |
parents | cb0aac9dd8a3 |
children | e5d9e1e9c1b4 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.