diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 07a77c9320..08113b3b36 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2003-06-30 Rodrigo Moya <rodrigo@ximian.com> + + * cal-client/cal-client.c: removed usage of WombatClient. + (client_get_password_cb, client_forget_password_cb): removed. + (real_open_calendar): don't create the WombatClient object. + (cal_client_init, cal_client_finalize): removed WombatClient + related code. + (cal_client_finalize): re-enabled call to destroy_factories. + + * pcs/cal.c: removed usage of WombatClient interface. + (cal_construct): don't get a reference to the WombatClient. + (cal_get_password, cal_forget_password): removed unused functions. + + * conduits/calendar/Makefile.am: + * cal-client/Makefile.am: removed references to libwombat. + 2003-06-27 Rodrigo Moya <rodrigo@ximian.com> * gui/dialogs/send-comp.[ch] (send_component_dialog): |