diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-07-07 10:07:43 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-07-07 10:07:43 +0800 |
commit | 1c3ee9654bec525a0f650f20dfea92c3f79b6e4a (patch) | |
tree | c2ceec221105b9817f80125a275efeecc852d950 /calendar/ChangeLog | |
parent | 33df4eafbd2b98e6cfa2f1cf9126097b4b36bb55 (diff) | |
download | gsoc2013-evolution-1c3ee9654bec525a0f650f20dfea92c3f79b6e4a.tar.gz gsoc2013-evolution-1c3ee9654bec525a0f650f20dfea92c3f79b6e4a.tar.zst gsoc2013-evolution-1c3ee9654bec525a0f650f20dfea92c3f79b6e4a.zip |
Handle the CREATED property. (free_icalcomponent): Ditto.
2000-07-06 Federico Mena Quintero <federico@helixcode.com>
* cal-util/cal-component.c (scan_property): Handle the CREATED
property.
(free_icalcomponent): Ditto.
(cal_component_free_icaltimetype): Ditto.
(cal_component_get_created): Ditto.
(cal_component_set_created): Ditto.
(cal_component_init): Do not create an UID here.
(ensure_mandatory_properties): New function to ensure that the
mandatory RFC properties are indeed in the component. If they are
not, we create them on the fly.
(cal_component_set_new_vtype): Use ensure_mandatory_properties().
(cal_component_set_icalcomponent): Ditto.
(cal_component_get_uid): Return the UID in a parameter, not as a
function return value, for consistency's sake.
(scan_property): Handle the DTSTAMP property.
(free_icalcomponent): Ditto.
(cal_component_get_dtstamp): Ditto.
(cal_component_set_dtstamp): Ditto.
svn path=/trunk/; revision=3934
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9a4ab509ba..be092106d1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,24 @@ +2000-07-06 Federico Mena Quintero <federico@helixcode.com> + + * cal-util/cal-component.c (scan_property): Handle the CREATED + property. + (free_icalcomponent): Ditto. + (cal_component_free_icaltimetype): Ditto. + (cal_component_get_created): Ditto. + (cal_component_set_created): Ditto. + (cal_component_init): Do not create an UID here. + (ensure_mandatory_properties): New function to ensure that the + mandatory RFC properties are indeed in the component. If they are + not, we create them on the fly. + (cal_component_set_new_vtype): Use ensure_mandatory_properties(). + (cal_component_set_icalcomponent): Ditto. + (cal_component_get_uid): Return the UID in a parameter, not as a + function return value, for consistency's sake. + (scan_property): Handle the DTSTAMP property. + (free_icalcomponent): Ditto. + (cal_component_get_dtstamp): Ditto. + (cal_component_set_dtstamp): Ditto. + 2000-07-04 Damon Chaplin <damon@helixcode.com> * gui/gncal-todo.c (gncal_todo_update): Use &obj instead of &ico in |