From 3b8e07c5b87acbda0f09155aa30bf9cc5e0ae8fc Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Tue, 17 Jul 2001 01:06:18 +0000 Subject: return NULL if we couldn't find the LOCATION. 2001-07-16 Damon Chaplin * 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_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). svn path=/trunk/; revision=11143 --- libical/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libical/ChangeLog') diff --git a/libical/ChangeLog b/libical/ChangeLog index b43f41b042..5b5990baf9 100644 --- a/libical/ChangeLog +++ b/libical/ChangeLog @@ -1,3 +1,14 @@ +2001-07-16 Damon Chaplin + + * 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_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). + 2001-07-10 Peter Williams * src/libicalss/Makefile.am (libicalss_la_SOURCES): Add the -- cgit