aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-08-12 19:00:04 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-12 19:00:04 +0800
commit96b7f9a5fd8eaafc7b79ef8761a5b2ff15850b4c (patch)
tree20e4a4a6b78817c41fef8e005511af4a74e4baae /ChangeLog
parentf888058fc6e6db2309336426662023502a461d5a (diff)
downloadgsoc2013-evolution-96b7f9a5fd8eaafc7b79ef8761a5b2ff15850b4c.tar
gsoc2013-evolution-96b7f9a5fd8eaafc7b79ef8761a5b2ff15850b4c.tar.gz
gsoc2013-evolution-96b7f9a5fd8eaafc7b79ef8761a5b2ff15850b4c.tar.bz2
gsoc2013-evolution-96b7f9a5fd8eaafc7b79ef8761a5b2ff15850b4c.tar.lz
gsoc2013-evolution-96b7f9a5fd8eaafc7b79ef8761a5b2ff15850b4c.tar.xz
gsoc2013-evolution-96b7f9a5fd8eaafc7b79ef8761a5b2ff15850b4c.tar.zst
gsoc2013-evolution-96b7f9a5fd8eaafc7b79ef8761a5b2ff15850b4c.zip
compilation and runtime fixes.
1999-08-12 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-session.c (camel_session_get_store_for_protocol): compilation and runtime fixes. * camel/providers/MH/camel-mh-store.c (_init): synced with CamelStore. * camel/camel-store.c (_init): in CamelStore::init, url_name is now const. disabled url_name copy. Last check in did not even compile... svn path=/trunk/; revision=1107
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aee44624e..f323fa2a6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
1999-08-12 bertrand <Bertrand.Guiheneuf@aful.org>
+ * camel/camel-session.c (camel_session_get_store_for_protocol):
+ compilation and runtime fixes.
+
+ * camel/providers/MH/camel-mh-store.c (_init):
+ synced with CamelStore.
+
+ * camel/camel-store.c (_init):
+ in CamelStore::init, url_name is now const.
+ disabled url_name copy.
+
* camel/camel-session.c (camel_session_get_store):
new function: returns a store for an URL.
(camel_session_get_store_for_protocol):