Mercurial > emacs
annotate test/ChangeLog @ 93645:8b04f0b12fa3
(calendar-mayan-string-from-long-count): Rename
calendar-string-to-mayan-long-count. Update callers.
(calendar-mayan-print-date): Rename calendar-print-mayan-date.
Update callers, keep old name as alias.
(calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
Update callers.
(calendar-mayan-read-tzolkin-date): Rename calendar-read-mayan-tzolkin-date.
Update callers.
(calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
Keep old name as alias.
(calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
Keep old name as alias.
(calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
Keep old name as alias.
(calendar-mayan-previous-tzolkin-date): Rename calendar-previous-tzolkin-date.
Keep old name as alias.
(calendar-mayan-next-round-date): Rename calendar-next-calendar-round-date.
Keep old name as alias.
(calendar-mayan-previous-round-date): Rename
calendar-previous-calendar-round-date. Keep old name as alias.
(calendar-mayan-long-count-to-absolute): Rename
calendar-absolute-from-mayan-long-count. Keep old name as alias.
(calendar-mayan-goto-long-count-date): Rename
calendar-goto-mayan-long-count-date. Keep old name as alias.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 04 Apr 2008 07:27:24 +0000 |
parents | 74d8443a6c09 |
children | f9e1a40c4f47 |
rev | line source |
---|---|
92344 | 1 2008-02-29 Glenn Morris <rgm@gnu.org> |
2 | |
3 * README: New file. | |
4 | |
92339 | 5 2008-02-29 Ulf Jasper <ulf.jasper@web.de> |
6 | |
7 * icalendar-testsuite.el: New file. | |
8 | |
9 ;; Local Variables: | |
93296 | 10 ;; coding: utf-8 |
92339 | 11 ;; add-log-time-zone-rule: t |
12 ;; End: | |
13 | |
14 Copyright (C) 2008 Free Software Foundation, Inc. | |
15 | |
16 This file is part of GNU Emacs. | |
17 | |
18 GNU Emacs is free software; you can redistribute it and/or modify | |
19 it under the terms of the GNU General Public License as published by | |
20 the Free Software Foundation; either version 3, or (at your option) | |
21 any later version. | |
22 | |
23 GNU Emacs is distributed in the hope that it will be useful, | |
24 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
26 GNU General Public License for more details. | |
27 | |
28 You should have received a copy of the GNU General Public License | |
29 along with GNU Emacs; see the file COPYING. If not, write to the | |
30 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
31 Boston, MA 02110-1301, USA. | |
32 | |
33 ;;; arch-tag: 6f0d1c86-c141-46da-b387-cf17e38c7bf7 |