diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index dd0c896950..833e195b76 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2000-08-07 Federico Mena Quintero <federico@helixcode.com> + * cal-util/cal-component.c (cal_component_clone): New function. + (cal_component_get_icalcomponent): Ensure that the SEQUENCE + property does not need incrementing. + + * gui/dialogs/alarm-notify-dialog.c (alarm_notify_dialog): Use + CalComponent. Deal with an empty summary property. + +2000-08-07 Federico Mena Quintero <federico@helixcode.com> + * cal-util/cal-component.c (cal_component_get_as_string): Doh, libical owns the string's memory, so do not free it. |