From 32c4df4977b1c6fae62497de544b8e1538ca80d2 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 27 Sep 2001 11:08:03 +0000 Subject: added InvalidURI and UnsupportedMethod exceptions to the CalFactory 2001-09-27 Rodrigo Moya * idl/evolution-calendar.idl: added InvalidURI and UnsupportedMethod exceptions to the CalFactory interface * pcs/cal-factory.c (impl_CalFactory_open): raise InvalidURI exception on URI errors and UnsupportedMethod when we don't support the method for a given URI 2001-09-26 Rodrigo Moya * cal-client/cal-client.c: added support for using multiple calendar factories (cal_client_uri_list): use the list of factories loaded for this CalClient svn path=/trunk/; revision=13189 --- calendar/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e57b7d107f..fef66bcf9f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2001-09-27 Rodrigo Moya + + * idl/evolution-calendar.idl: added InvalidURI and UnsupportedMethod + exceptions to the CalFactory interface + + * pcs/cal-factory.c (impl_CalFactory_open): raise InvalidURI exception on + URI errors and UnsupportedMethod when we don't support the method for + a given URI + +2001-09-26 Rodrigo Moya + + * cal-client/cal-client.c: added support for using multiple calendar + factories + (cal_client_uri_list): use the list of factories loaded for this + CalClient + 2001-09-26 Damon Chaplin * gui/e-calendar-table.c (date_compare_cb): -- cgit