diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d00487219d..9f055c498b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2002-08-08 Rodrigo Moya <rodrigo@ximian.com> + + Fixes #15710 + + * cal-util/cal-component.[ch] (cal_component_alarm_get_icalcomponent): + new function for getting the icalcomponent from a CalComponentAlarm. + + * gui/comp-util.c (cal_comp_event_new_with_defaults): added + X-EVOLUTION-NEEDS-DESCRIPTION property to the default reminder alarm, + so that we can identify it when saving the component. + + * gui/dialogs/alarm-page.c (alarm_page_fill_component): if the alarm + has the X-EVOLUTION-NEEDS-DESCRIPTION property, set the description to + be the same as of the component. + 2002-08-07 JP Rosevear <jpr@ximian.com> * pcs/cal-backend-file.c (cal_backend_file_send_object): just |