diff options
author | Damon Chaplin <damon@ximian.com> | 2001-09-07 11:36:30 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-09-07 11:36:30 +0800 |
commit | da42183a7b7de1e9aef23f1d75f91f8935d01d7e (patch) | |
tree | abfe5ca700f3b46b3245a09a7b9ce066859d3362 /libical/ChangeLog | |
parent | b7710c6101f2e485886eea33a8bfb91f39dc308e (diff) | |
download | gsoc2013-evolution-da42183a7b7de1e9aef23f1d75f91f8935d01d7e.tar gsoc2013-evolution-da42183a7b7de1e9aef23f1d75f91f8935d01d7e.tar.gz gsoc2013-evolution-da42183a7b7de1e9aef23f1d75f91f8935d01d7e.tar.bz2 gsoc2013-evolution-da42183a7b7de1e9aef23f1d75f91f8935d01d7e.tar.lz gsoc2013-evolution-da42183a7b7de1e9aef23f1d75f91f8935d01d7e.tar.xz gsoc2013-evolution-da42183a7b7de1e9aef23f1d75f91f8935d01d7e.tar.zst gsoc2013-evolution-da42183a7b7de1e9aef23f1d75f91f8935d01d7e.zip |
pass the VTIMEZONE component to icalcomponent_compare_vtimezones(), not
2001-09-06 Damon Chaplin <damon@ximian.com>
* src/libical/icalcomponent.c (icalcomponent_merge_vtimezone): pass
the VTIMEZONE component to icalcomponent_compare_vtimezones(), not
the icaltimezone*. Strangely we weren't getting a compiler error.
Fixes bug #5275, hopefully.
* src/libical/icaltimezone.c (icaltimezone_dump_changes): updated so
it still outputs the same format, even though the '1 Jan 0001'
component isn't included any more.
svn path=/trunk/; revision=12670
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 2c20f8c270..bd481341ce 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,14 @@ +2001-09-06 Damon Chaplin <damon@ximian.com> + + * src/libical/icalcomponent.c (icalcomponent_merge_vtimezone): pass + the VTIMEZONE component to icalcomponent_compare_vtimezones(), not + the icaltimezone*. Strangely we weren't getting a compiler error. + Fixes bug #5275, hopefully. + + * src/libical/icaltimezone.c (icaltimezone_dump_changes): updated so + it still outputs the same format, even though the '1 Jan 0001' + component isn't included any more. + 2001-08-31 Damon Chaplin <damon@ximian.com> * zoneinfo/*: updated all of the VTIMEZONE files to try to be more |