diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-07-08 02:42:38 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-07-08 02:42:38 +0800 |
commit | 665da2c706a462d92c70fad3e41974fe5f4d8c30 (patch) | |
tree | 138d5ad93c3eed40892e4ac8e65f095d545381d1 /calendar/ChangeLog | |
parent | 053cdfdbc36a8100ac5e7dfe33e05f82a7e50ea2 (diff) | |
download | gsoc2013-evolution-665da2c706a462d92c70fad3e41974fe5f4d8c30.tar.gz gsoc2013-evolution-665da2c706a462d92c70fad3e41974fe5f4d8c30.tar.zst gsoc2013-evolution-665da2c706a462d92c70fad3e41974fe5f4d8c30.zip |
Handle the SEQUENCE property. (free_icalcomponent): Ditto.
2000-07-07 Federico Mena Quintero <federico@helixcode.com>
* cal-util/cal-component.c (scan_property): Handle the SEQUENCE
property.
(free_icalcomponent): Ditto.
(cal_component_get_sequence): Ditto.
(cal_component_set_sequence): Ditto.
(cal_component_free_sequence): Ditto.
(cal_component_set_last_modified): Removed incorrect assertion.
(CalComponentPrivate): New need_sequence_inc flag. The sequence
number must be incremented when certain properties change, so we
store a flag that says if we need to bump it when piping the
object over the wire.
(free_icalcomponent): Reset need_sequence_inc.
(cal_component_set_dtstart): Set need_sequence_inc.
(cal_component_set_dtend): Ditto.
(cal_component_set_due): Ditto.
svn path=/trunk/; revision=3957
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c8d721d972..9bf6623cf1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,21 @@ +2000-07-07 Federico Mena Quintero <federico@helixcode.com> + + * cal-util/cal-component.c (scan_property): Handle the SEQUENCE + property. + (free_icalcomponent): Ditto. + (cal_component_get_sequence): Ditto. + (cal_component_set_sequence): Ditto. + (cal_component_free_sequence): Ditto. + (cal_component_set_last_modified): Removed incorrect assertion. + (CalComponentPrivate): New need_sequence_inc flag. The sequence + number must be incremented when certain properties change, so we + store a flag that says if we need to bump it when piping the + object over the wire. + (free_icalcomponent): Reset need_sequence_inc. + (cal_component_set_dtstart): Set need_sequence_inc. + (cal_component_set_dtend): Ditto. + (cal_component_set_due): Ditto. + 2000-07-06 Federico Mena Quintero <federico@helixcode.com> * cal-util/cal-component.c (scan_property): Handle the |