aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-16 07:05:18 +0800
committerDan Winship <danw@src.gnome.org>2000-06-16 07:05:18 +0800
commita0b7ca18e2f59c4d536ca8f02055a1ca8a835e60 (patch)
treefde5984d84095eadbd9a0f6a9ba0357d32e4806a /camel/ChangeLog
parent0f13b8f0bc1c5cdc1009f1be9271133d2adecc43 (diff)
downloadgsoc2013-evolution-a0b7ca18e2f59c4d536ca8f02055a1ca8a835e60.tar
gsoc2013-evolution-a0b7ca18e2f59c4d536ca8f02055a1ca8a835e60.tar.gz
gsoc2013-evolution-a0b7ca18e2f59c4d536ca8f02055a1ca8a835e60.tar.bz2
gsoc2013-evolution-a0b7ca18e2f59c4d536ca8f02055a1ca8a835e60.tar.lz
gsoc2013-evolution-a0b7ca18e2f59c4d536ca8f02055a1ca8a835e60.tar.xz
gsoc2013-evolution-a0b7ca18e2f59c4d536ca8f02055a1ca8a835e60.tar.zst
gsoc2013-evolution-a0b7ca18e2f59c4d536ca8f02055a1ca8a835e60.zip
Remove camel_service_connect_with_url. (URLs must be specified when the
* 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.) svn path=/trunk/; revision=3584
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
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.