aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-15 14:18:56 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-15 14:18:56 +0800
commit1f36dc67c07a017659d0fb2b543d8706b5425e0b (patch)
treec6e8d1edec579e04f651d9cda2b10687fff55439 /camel/ChangeLog
parentbbdcea50101fdf73c85a422af5e06c91d4204334 (diff)
downloadgsoc2013-evolution-1f36dc67c07a017659d0fb2b543d8706b5425e0b.tar
gsoc2013-evolution-1f36dc67c07a017659d0fb2b543d8706b5425e0b.tar.gz
gsoc2013-evolution-1f36dc67c07a017659d0fb2b543d8706b5425e0b.tar.bz2
gsoc2013-evolution-1f36dc67c07a017659d0fb2b543d8706b5425e0b.tar.lz
gsoc2013-evolution-1f36dc67c07a017659d0fb2b543d8706b5425e0b.tar.xz
gsoc2013-evolution-1f36dc67c07a017659d0fb2b543d8706b5425e0b.tar.zst
gsoc2013-evolution-1f36dc67c07a017659d0fb2b543d8706b5425e0b.zip
** See bug #52881.
2004-01-15 Not Zed <NotZed@Ximian.com> ** See bug #52881. * camel-object.c (camel_object_bag*): Support reserving different keys from the same thread. Oh the pain. * camel-vee-store.c (vee_get_folder_info): implement child flags properly. Changed to build tree itself rather than calling camel_folder_info_build. (vee_get_folder): if we're adding a folder with dummy parents, create and add the dummy parent folders too (as real folder objects). We are the only owner of the ref, so this sort of leaks the folder, but they're small. svn path=/trunk/; revision=24233
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ac3c4b6115..4548e560a6 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,18 @@
+2004-01-15 Not Zed <NotZed@Ximian.com>
+
+ ** See bug #52881.
+
+ * camel-object.c (camel_object_bag*): Support reserving different
+ keys from the same thread. Oh the pain.
+
+ * camel-vee-store.c (vee_get_folder_info): implement child flags
+ properly. Changed to build tree itself rather than calling
+ camel_folder_info_build.
+ (vee_get_folder): if we're adding a folder with dummy parents,
+ create and add the dummy parent folders too (as real folder
+ objects). We are the only owner of the ref, so this sort of leaks
+ the folder, but they're small.
+
2004-01-14 Rodrigo Moya <rodrigo@ximian.com>
* providers/groupwise/camel-groupwise-provider.c