aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-09-16 07:21:16 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-09-16 07:21:16 +0800
commitcf2b82e85864db8c0bfebceb84fd230691adc3f4 (patch)
treefbbcd7e3e2cb21afb724d6a76e449a43c22408bb /camel/ChangeLog
parent99274a95701e007c22cbfc3f7d42a123b0464ea4 (diff)
downloadgsoc2013-evolution-cf2b82e85864db8c0bfebceb84fd230691adc3f4.tar
gsoc2013-evolution-cf2b82e85864db8c0bfebceb84fd230691adc3f4.tar.gz
gsoc2013-evolution-cf2b82e85864db8c0bfebceb84fd230691adc3f4.tar.bz2
gsoc2013-evolution-cf2b82e85864db8c0bfebceb84fd230691adc3f4.tar.lz
gsoc2013-evolution-cf2b82e85864db8c0bfebceb84fd230691adc3f4.tar.xz
gsoc2013-evolution-cf2b82e85864db8c0bfebceb84fd230691adc3f4.tar.zst
gsoc2013-evolution-cf2b82e85864db8c0bfebceb84fd230691adc3f4.zip
removed dead code.
2003-09-15 Not Zed <NotZed@Ximian.com> * providers/imapp/camel-imapp-store.c (store_resp_list) (imap_login, try_sasl, imap_try_authenticate): removed dead code. * providers/imapp/camel-imapp-stream.c: return -1 if stream not set. * providers/imapp/camel-imapp-engine.c (iterate_completion): put done request on the done queue, so all requests are always somewhere. (camel_imapp_engine_command_free): just spit warnings of active messages being freed, but abort if the item isn't in any list. Also remove the node from its list before going on. (iterate_untagged, iterate_continuation, iterate_completion): staticifiy. * providers/imapp/camel-imapp-provider.c (camel_imapp_module_init): move camel_exception_setup call here. * providers/imapp/camel-imapp-driver.c (camel_imapp_driver_get_type): remove execption setup here, it isn't early enough. (camel_imapp_driver_list): handle exceptions. svn path=/trunk/; revision=22583
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 66a7e8f731..7f898f9d54 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,28 @@
+2003-09-15 Not Zed <NotZed@Ximian.com>
+
+ * providers/imapp/camel-imapp-store.c (store_resp_list)
+ (imap_login, try_sasl, imap_try_authenticate): removed dead code.
+
+ * providers/imapp/camel-imapp-stream.c: return -1 if stream not
+ set.
+
+ * providers/imapp/camel-imapp-engine.c (iterate_completion): put
+ done request on the done queue, so all requests are always
+ somewhere.
+ (camel_imapp_engine_command_free): just spit warnings of active
+ messages being freed, but abort if the item isn't in any list.
+ Also remove the node from its list before going on.
+ (iterate_untagged, iterate_continuation, iterate_completion):
+ staticifiy.
+
+ * providers/imapp/camel-imapp-provider.c
+ (camel_imapp_module_init): move camel_exception_setup call here.
+
+ * providers/imapp/camel-imapp-driver.c
+ (camel_imapp_driver_get_type): remove execption setup here, it
+ isn't early enough.
+ (camel_imapp_driver_list): handle exceptions.
+
2003-09-12 Jeffrey Stedfast <fejj@ximian.com>
* providers/local/camel-mbox-folder.c