diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d535af09d9..e55c9b0601 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2001-10-15 JP Rosevear <jpr@ximian.com> + * conduits/calendar/calendar-conduit.c (process_multi_day): + function to break up multi day events into single events for both + evo and the pilot and create new CalClientChange structures + (pre_sync): call above function, and adjust changed list if + necessary + +2001-10-15 JP Rosevear <jpr@ximian.com> + * conduits/calendar/calendar-conduit.c (is_all_day): util function to determine if event is all day (local_record_from_comp): use new util function |