aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-02-22 04:13:42 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-02-22 04:13:42 +0800
commit6d69d56d0c28f0a786c12222c4f30e341378c271 (patch)
treed75128104443a711a6966a571e317498d65035ba /camel/ChangeLog
parent3d924d9972c35c96d57c6e503f21f26a2cc6e95d (diff)
downloadgsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.tar
gsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.tar.gz
gsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.tar.bz2
gsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.tar.lz
gsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.tar.xz
gsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.tar.zst
gsoc2013-evolution-6d69d56d0c28f0a786c12222c4f30e341378c271.zip
Removed, not used. (camel_vee_folder_new): Removed call to build_folder.
2001-02-22 Not Zed <NotZed@Ximian.com> * providers/vee/camel-vee-folder.c (vee_folder_build): Removed, not used. (camel_vee_folder_new): Removed call to build_folder. (vee_get_message): Dont try and free the mi if we didn't get it. * camel-folder.c (camel_folder_change_info_new): Added a hash table of what we have in the lists, plus moved private things into private pointer. (camel_folder_change_info_add_source): Fixed up private accesses. (camel_folder_change_info_add_uid): Changed to use a hashtable to see if we already have the uid, etc. (camel_folder_change_info_remove_uid): Similar. (change_info_remove): Likewise. (camel_folder_change_info_clear): Fixes for privatisations. (camel_folder_change_info_free): " svn path=/trunk/; revision=8339
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 26ed34e472..a8e84df589 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,21 @@
+2001-02-22 Not Zed <NotZed@Ximian.com>
+
+ * providers/vee/camel-vee-folder.c (vee_folder_build): Removed,
+ not used.
+ (camel_vee_folder_new): Removed call to build_folder.
+ (vee_get_message): Dont try and free the mi if we didn't get it.
+
+ * camel-folder.c (camel_folder_change_info_new): Added a hash
+ table of what we have in the lists, plus moved private things into
+ private pointer.
+ (camel_folder_change_info_add_source): Fixed up private accesses.
+ (camel_folder_change_info_add_uid): Changed to use a hashtable to
+ see if we already have the uid, etc.
+ (camel_folder_change_info_remove_uid): Similar.
+ (change_info_remove): Likewise.
+ (camel_folder_change_info_clear): Fixes for privatisations.
+ (camel_folder_change_info_free): "
+
2001-02-21 Dan Winship <danw@ximian.com>
* providers/imap/camel-imap-folder.c (fetch_medium): Fixes for