diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-06 17:59:17 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-06 17:59:17 +0800 |
commit | 5c279839005d2218319fa5546b6e498df753e68e (patch) | |
tree | 60eb5df767d2b73d52bc23760d62c189afd1aa38 /calendar/ChangeLog | |
parent | 114f5b7f916184cf8269b36a06b74b74bb7b18e2 (diff) | |
download | gsoc2013-evolution-5c279839005d2218319fa5546b6e498df753e68e.tar.gz gsoc2013-evolution-5c279839005d2218319fa5546b6e498df753e68e.tar.zst gsoc2013-evolution-5c279839005d2218319fa5546b6e498df753e68e.zip |
Use new convenience functions and only get the recurrence stuff if needed.
2000-09-06 JP Rosevear <jpr@helixcode.com>
* cal-util/cal-recur.c (cal_recur_generate_instances): Use
new convenience functions and only get the recurrence
stuff if needed. Free the recurrence stuff if used.
2000-09-05 JP Rosevear <jpr@helixcode.com>
* cal-util/cal-component.h: Add new prototypes
* cal-util/cal-component.c (cal_component_has_exrules): Utility
function to determine whether a cal component has any exrules
(cal_component_has_exdates): Ditto for exdates
(cal_component_has_exceptions): Utility function to determine
whether a cal component has any exception rules
(cal_component_has_recurrences):Utility function to determine
whether a cal component has any recurrence rules
svn path=/trunk/; revision=5219
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 05574bd69d..a61cffcf93 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,21 @@ +2000-09-06 JP Rosevear <jpr@helixcode.com> + + * cal-util/cal-recur.c (cal_recur_generate_instances): Use + new convenience functions and only get the recurrence + stuff if needed. Free the recurrence stuff if used. + +2000-09-05 JP Rosevear <jpr@helixcode.com> + + * cal-util/cal-component.h: Add new prototypes + + * cal-util/cal-component.c (cal_component_has_exrules): Utility + function to determine whether a cal component has any exrules + (cal_component_has_exdates): Ditto for exdates + (cal_component_has_exceptions): Utility function to determine + whether a cal component has any exception rules + (cal_component_has_recurrences):Utility function to determine + whether a cal component has any recurrence rules + 2000-09-05 JP Rosevear <jpr@helixcode.com> * gui/event-editor.c (dialog_to_comp_object): Kill all exdates if |