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 94d3bb2e41..78c960378a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2000-10-11 JP Rosevear <jpr@helixcode.com> + + * conduits/todo/todo-conduit.c (map_sax_start_element): The + element is "pilot_id" not "pilotid". Update both maps + (compute_pid): Utility function to set a local records pid + (local_record_from_comp): Compute the pid and status here, + no longer use the old cal_component pilot interfaces + (free_match): Its a *local not a **local + + * conduits/calendar/calendar-conduit.c: same as above + + * conduits/todo/todo-conduit.h: Have both a uid and pid map + + * conduits/todo/calendar-conduit.h: same as above + 2000-10-09 JP Rosevear <jpr@helixcode.com> * conduits/*: Adjust to using gnome-pilot-sync-abs conduit which |