From 70c974e7d9d44db682cd9cc447485f292ad2aa54 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Thu, 29 Jun 2000 13:23:44 +0000 Subject: server code to service these: * pcs/cal.c (Cal_get_uid_by_pilot_id): (Cal_update_pilot_id): * pcs/cal-backend-imc.c (cal_backend_imc_update_pilot_id): (cal_backend_imc_get_uid_by_pilot_id): * pcs/cal-backend.c (cal_backend_get_uid_by_pilot_id): (cal_backend_update_pilot_id): server code to service these: * gui/calendar-pilot-sync.c: updated to make use of cal-client. also uses dirty bits on both sides to aid in syncing. * cal-client/cal-client.c (cal_client_get_uid_by_pilot_id): new function -- ask the cal server to return uid given an object's pilot id. (cal_client_update_pilot_id): new function -- inform the cal server of an objects pilot id and pilot dirty-flag. svn path=/trunk/; revision=3789 --- calendar/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b438ba7145..ba01ebddbc 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,21 @@ +2000-06-29 Seth Alves + + * pcs/cal.c (Cal_get_uid_by_pilot_id): + (Cal_update_pilot_id): + * pcs/cal-backend-imc.c (cal_backend_imc_update_pilot_id): + (cal_backend_imc_get_uid_by_pilot_id): + * pcs/cal-backend.c (cal_backend_get_uid_by_pilot_id): + (cal_backend_update_pilot_id): server code to service these: + + * gui/calendar-pilot-sync.c: updated to make use of cal-client. + also uses dirty bits on both sides to aid in syncing. + + * cal-client/cal-client.c (cal_client_get_uid_by_pilot_id): new + function -- ask the cal server to return uid given an object's + pilot id. + (cal_client_update_pilot_id): new function -- inform the + cal server of an objects pilot id and pilot dirty-flag. + 2000-06-28 Federico Mena Quintero * cal-util/cal-component.[ch]: New files for the new iCalendar -- cgit v1.2.3