From 51012e60d827b73a7bfd42b921760b0835dc7b66 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 7 Aug 2002 19:34:07 +0000 Subject: just return the object untouched since we don't send anything 2002-08-07 JP Rosevear * pcs/cal-backend-file.c (cal_backend_file_send_object): just return the object untouched since we don't send anything * pcs/cal-backend.c (cal_backend_remove_object): call virtual method * pcs/cal-backend.h: add send result codes, new proto * pcs/cal.c (impl_Cal_send_object): implement sendObject corba call (cal_class_init): add to epv * gui/itip-utils.c (comp_toplevel_with_zones): utility function to create icalcomponent with necessary timezone info (comp_has_attendee): see if attendee is in the attendee list (comp_server_send): use above and remove attendees if the server sends them * gui/e-itip-control.c (show_current_todo): remove unused var * idl/evolution-calendar.idl: add Busy exception and * cal-client/cal-client.c (cal_client_send_object): send object via the server (if the server can) * cal-client/cal-client.h: add send results and new proto svn path=/trunk/; revision=17734 --- calendar/ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 706e698106..d00487219d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,30 @@ +2002-08-07 JP Rosevear + + * pcs/cal-backend-file.c (cal_backend_file_send_object): just + return the object untouched since we don't send anything + + * pcs/cal-backend.c (cal_backend_remove_object): call virtual method + + * pcs/cal-backend.h: add send result codes, new proto + + * pcs/cal.c (impl_Cal_send_object): implement sendObject corba call + (cal_class_init): add to epv + + * gui/itip-utils.c (comp_toplevel_with_zones): utility function to + create icalcomponent with necessary timezone info + (comp_has_attendee): see if attendee is in the attendee list + (comp_server_send): use above and remove attendees if the server + sends them + + * gui/e-itip-control.c (show_current_todo): remove unused var + + * idl/evolution-calendar.idl: add Busy exception and + + * cal-client/cal-client.c (cal_client_send_object): send object + via the server (if the server can) + + * cal-client/cal-client.h: add send results and new proto + 2002-08-05 Rodrigo Moya * pcs/query-backend.[ch] (query_backend_get_object_component): new -- cgit v1.2.3