diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-09-27 19:08:03 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-09-27 19:08:03 +0800 |
commit | 32c4df4977b1c6fae62497de544b8e1538ca80d2 (patch) | |
tree | 3bfc470459e485cee5cdaefd269b8d600d2d0d86 /calendar/ChangeLog | |
parent | 1372af4e7da3ff918873ba8419a878e067eb67cc (diff) | |
download | gsoc2013-evolution-32c4df4977b1c6fae62497de544b8e1538ca80d2.tar gsoc2013-evolution-32c4df4977b1c6fae62497de544b8e1538ca80d2.tar.gz gsoc2013-evolution-32c4df4977b1c6fae62497de544b8e1538ca80d2.tar.bz2 gsoc2013-evolution-32c4df4977b1c6fae62497de544b8e1538ca80d2.tar.lz gsoc2013-evolution-32c4df4977b1c6fae62497de544b8e1538ca80d2.tar.xz gsoc2013-evolution-32c4df4977b1c6fae62497de544b8e1538ca80d2.tar.zst gsoc2013-evolution-32c4df4977b1c6fae62497de544b8e1538ca80d2.zip |
added InvalidURI and UnsupportedMethod exceptions to the CalFactory
2001-09-27 Rodrigo Moya <rodrigo@ximian.com>
* 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 <rodrigo@ximian.com>
* 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
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 e57b7d107f..fef66bcf9f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2001-09-27 Rodrigo Moya <rodrigo@ximian.com> + + * 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 <rodrigo@ximian.com> + + * 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 <damon@ximian.com> * gui/e-calendar-table.c (date_compare_cb): |