diff options
Diffstat (limited to 'libical/ChangeLog')
-rw-r--r-- | libical/ChangeLog | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/libical/ChangeLog b/libical/ChangeLog index 5b5990baf9..4d27222e5e 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,13 +1,21 @@ +2001-07-17 JP Rosevear <jpr@ximian.com> + + * src/libical/icaltimezone.c + (icaltimezone_get_tznames_from_vtimezone): do not strdup a NULL + (valid) timezone + 2001-07-16 Damon Chaplin <damon@ximian.com> - * src/libical/icaltimezone.c (icaltimezone_get_location_from_vtimezone): return NULL if we couldn't find the LOCATION. + * src/libical/icaltimezone.c + (icaltimezone_get_location_from_vtimezone): return NULL if we + couldn't find the LOCATION. (icaltimezone_get_utc_offset): ifdef'd out a debugging message. - (icaltimezone_get_location): - (icaltimezone_get_latitude): + (icaltimezone_get_location): + (icaltimezone_get_latitude): (icaltimezone_get_longitude): don't load the builtin timezone for these. We should already have the data from reading zones.tab. - (icaltimezone_get_builtin_timezone_from_tzid): return NULL if the TZID - given is NULL or "" (i.e. a floating time). + (icaltimezone_get_builtin_timezone_from_tzid): return NULL if the + TZID given is NULL or "" (i.e. a floating time). 2001-07-10 Peter Williams <peterw@ximian.com> |