From 1c61950527e07b6f0343f0c1a9ecf7d043b7873e Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Wed, 24 Oct 2001 21:02:43 +0000 Subject: when iterating over the subcomponents, use 'subcomp' rather than 2001-10-24 Damon Chaplin * pcs/cal-backend-file.c (cal_backend_file_update_objects): when iterating over the subcomponents, use 'subcomp' rather than 'icalcomp'. That meant it wasn't working at all well when an entire VCALENDAR was passed in. * cal-util/cal-component.c: handle DURATION property used instead of DTEND or DUE. In cal_component_get_dtend/due we will return DTSTART + DURATION if necessary. In set_dtend/due we remove any DURATION property. Fixes bug #11262. * gui/e-meeting-model.c (build_etable): * gui/e-calendar-table.c (e_calendar_table_init): use U_ for the ECellCombo popdown strings, as it expects UTF-8 strings. svn path=/trunk/; revision=13992 --- calendar/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 48b1693825..dc8ba109fe 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2001-10-24 Damon Chaplin + + * pcs/cal-backend-file.c (cal_backend_file_update_objects): when + iterating over the subcomponents, use 'subcomp' rather than 'icalcomp'. + That meant it wasn't working at all well when an entire VCALENDAR + was passed in. + + * cal-util/cal-component.c: handle DURATION property used instead of + DTEND or DUE. In cal_component_get_dtend/due we will return DTSTART + + DURATION if necessary. In set_dtend/due we remove any DURATION + property. Fixes bug #11262. + + * gui/e-meeting-model.c (build_etable): + * gui/e-calendar-table.c (e_calendar_table_init): use U_ for the + ECellCombo popdown strings, as it expects UTF-8 strings. + 2001-10-24 JP Rosevear * gui/e-meeting-time-sel.c (e_meeting_time_selector_construct): -- cgit v1.2.3