aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorUlf Jasper2012-06-08 19:34:09 +0200
committerUlf Jasper2012-06-08 19:34:09 +0200
commitee5747918fd72e3ced7bc59949d5e40c84144804 (patch)
treed1b741e3b35901bed37462fb94e148787333ee9e /test/ChangeLog
parent4b56d0fe74527ddab5a976200b479376faa6b6f4 (diff)
downloademacs-ee5747918fd72e3ced7bc59949d5e40c84144804.tar.gz
emacs-ee5747918fd72e3ced7bc59949d5e40c84144804.zip
icalendar / icalendar-tests: Fix Bug#11473 -- unescape commas in timezone specs
2012-06-08 Nick Dokos <nicholas.dokos@hp.com> * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID string properly, fixes Bug#11473. 2012-06-08 Ulf Jasper <ulf.jasper@web.de> * automated/icalendar-tests.el (icalendar--parse-vtimezone): Test escaped commas in TZID (Bug#11473). (icalendar-import-with-timezone): New. (icalendar-real-world): Add new testcase as found in the bugreport of Bug#11473.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index f5fa81f4a5a..ddd26bf492a 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,11 @@
12012-06-08 Ulf Jasper <ulf.jasper@web.de>
2
3 * automated/icalendar-tests.el (icalendar--parse-vtimezone): Test
4 escaped commas in TZID (Bug#11473).
5 (icalendar-import-with-timezone): New.
6 (icalendar-real-world): Add new testcase as given in the bugreport
7 of Bug#11473.
8
12012-05-29 Ulf Jasper <ulf.jasper@web.de> 92012-05-29 Ulf Jasper <ulf.jasper@web.de>
2 10
3 * automated/icalendar-tests.el (icalendar-tests--test-import): 11 * automated/icalendar-tests.el (icalendar-tests--test-import):