aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorUlf Jasper2014-11-16 17:23:45 +0100
committerUlf Jasper2014-11-16 17:23:45 +0100
commit7261b4d9b2f35c3e520b488a8ba3cfde30f84a24 (patch)
treeb50d3087acf6dca06ce807bcfa79d9ab7d5961bc /test/ChangeLog
parenta97fd0eb8d043170601808e6e5a349e6981c30c4 (diff)
downloademacs-7261b4d9b2f35c3e520b488a8ba3cfde30f84a24.tar.gz
emacs-7261b4d9b2f35c3e520b488a8ba3cfde30f84a24.zip
icalendar: fix issues regarding timezones without dst
* lisp/calendar/icalendar.el (icalendar--convert-tz-offset): Return complete cons when offsets of standard time and daylight saving time are equal. (icalendar-export-region): Fix unbound variable warning. * test/automated/icalendar-tests.el (icalendar--parse-vtimezone): Add testcase where offsets of standard time and daylight saving time are equal. (icalendar-real-world): Fix error in test case. Expected result was wrong when offsets of standard time and daylight saving time were equal.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index e0e04bc262c..4a6f0059344 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,12 @@
12014-11-16 Ulf Jasper <ulf.jasper@web.de>
2
3 * automated/icalendar-tests.el (icalendar--parse-vtimezone): Add
4 testcase where offsets of standard time and daylight saving time
5 are equal.
6 (icalendar-real-world): Fix error in test case. Expected result
7 was wrong when offsets of standard time and daylight saving time
8 were equal.
9
12014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org> 102014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 11
3 * automated/python-tests.el 12 * automated/python-tests.el