diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f49ba73abe..ebc9d195e8 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2000-06-15 Dan Winship <danw@helixcode.com> + * camel-service.c: Remove camel_service_connect_with_url. (URLs + must be specified when the service is requested from the session, + so that there can only ever be one service for any URL.) + * camel-folder.c: (camel_folder_open, camel_folder_is_open, camel_folder_get_mode): Kill. Folders are now always open, and handle "closing" sorts of operations at sync or finalize time. |