Mercurial > emacs
annotate test/ChangeLog @ 95382:cd1ab2cd9b99
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 29 May 2008 09:40:37 +0000 |
parents | b3a22f3768c6 |
children | e9cff1f5a026 |
rev | line source |
---|---|
95272 | 1 2008-05-24 Ulf Jasper <ulf.jasper@web.de> |
2 | |
3 * icalendar-testsuite.el (icalendar-testsuite--run-function-tests): | |
4 Add icalendar-testsuite--test-datestring-to-isodate, | |
5 icalendar-testsuite--test-datetime-to-diary-date, and | |
6 icalendar-testsuite--test-calendar-style. | |
7 (icalendar-testsuite--test-format-ical-event): | |
8 (icalendar-testsuite--test-parse-summary-and-rest): | |
9 Doc fix. Remove european-calendar-style. | |
10 (icalendar-testsuite--get-ical-event): Doc fix. | |
11 (icalendar-testsuite--test-first-weekday-of-year): | |
12 (icalendar-testsuite--run-cycle-tests): Add doc string. | |
13 (icalendar-testsuite--test-datestring-to-isodate): | |
14 (icalendar-testsuite--test-datetime-to-diary-date): | |
15 (icalendar-testsuite--test-calendar-style): New functions. | |
16 (icalendar-testsuite--test-export): Handle iso date style. | |
17 New arg INPUT-ISO. Use calendar-date-style. | |
18 (icalendar-testsuite--test-import): Handle iso date style. | |
19 New arg EXPECTED-ISO. Use calendar-date-style. | |
20 (icalendar-testsuite--test-cycle): Handle iso date style. | |
21 (icalendar-testsuite--run-import-tests): | |
22 (icalendar-testsuite--run-export-tests): | |
23 (icalendar-testsuite--run-real-world-tests): Add iso style tests. | |
24 | |
92344 | 25 2008-02-29 Glenn Morris <rgm@gnu.org> |
26 | |
27 * README: New file. | |
28 | |
92339 | 29 2008-02-29 Ulf Jasper <ulf.jasper@web.de> |
30 | |
31 * icalendar-testsuite.el: New file. | |
32 | |
33 ;; Local Variables: | |
93296 | 34 ;; coding: utf-8 |
92339 | 35 ;; add-log-time-zone-rule: t |
36 ;; End: | |
37 | |
38 Copyright (C) 2008 Free Software Foundation, Inc. | |
39 | |
40 This file is part of GNU Emacs. | |
41 | |
94717
f9e1a40c4f47
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93296
diff
changeset
|
42 GNU Emacs is free software: you can redistribute it and/or modify |
92339 | 43 it under the terms of the GNU General Public License as published by |
94717
f9e1a40c4f47
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93296
diff
changeset
|
44 the Free Software Foundation, either version 3 of the License, or |
f9e1a40c4f47
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93296
diff
changeset
|
45 (at your option) any later version. |
92339 | 46 |
47 GNU Emacs is distributed in the hope that it will be useful, | |
48 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
49 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
50 GNU General Public License for more details. | |
51 | |
52 You should have received a copy of the GNU General Public License | |
94717
f9e1a40c4f47
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93296
diff
changeset
|
53 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
92339 | 54 |
55 ;;; arch-tag: 6f0d1c86-c141-46da-b387-cf17e38c7bf7 |