diff options
| author | Ulf Jasper | 2012-05-29 21:42:49 +0200 |
|---|---|---|
| committer | Ulf Jasper | 2012-05-29 21:42:49 +0200 |
| commit | 6dbaa1c769c3a0464ec72e4224cbd76c0356a2bf (patch) | |
| tree | 4246e6205aa14095463e01d7e93724f4f973dd63 /test/ChangeLog | |
| parent | 471fe23dc58361ecad3679a3a57a9f7d949e34d2 (diff) | |
| download | emacs-6dbaa1c769c3a0464ec72e4224cbd76c0356a2bf.tar.gz emacs-6dbaa1c769c3a0464ec72e4224cbd76c0356a2bf.zip | |
icalendar-tests: Fix Bug#11525 -- Add icalendar-import-format-uid
2012-05-29 Ulf Jasper <ulf.jasper@web.de>
* calendar/icalendar.el
(icalendar-export-region): Export UID properly.
2012-05-29 Leo Liu <sdl.web@gmail.com>
* calendar/icalendar.el (icalendar-import-format): Add
`icalendar-import-format-uid' (Bug#11525).
(icalendar-import-format-uid): New.
(icalendar--parse-summary-and-rest, icalendar--format-ical-event):
Export UID.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index ba6162ca241..f5fa81f4a5a 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-05-29 Ulf Jasper <ulf.jasper@web.de> | ||
| 2 | |||
| 3 | * automated/icalendar-tests.el (icalendar-tests--test-import): | ||
| 4 | Include UID in import tests (Bug#11525). | ||
| 5 | (icalendar-import-non-recurring, icalendar-import-rrule) | ||
| 6 | (icalendar-import-duration, icalendar-import-bug-6766): Adjust to | ||
| 7 | UID-import change. | ||
| 8 | (icalendar-import-with-uid): New. | ||
| 9 | (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle): | ||
| 10 | Include UID in cycle tests. | ||
| 11 | (icalendar-cycle, icalendar-real-world): UID-import change. | ||
| 12 | |||
| 1 | 2012-05-21 Glenn Morris <rgm@gnu.org> | 13 | 2012-05-21 Glenn Morris <rgm@gnu.org> |
| 2 | 14 | ||
| 3 | * automated/Makefile.in (setwins): Scrap superfluous subshell. | 15 | * automated/Makefile.in (setwins): Scrap superfluous subshell. |