aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camel/ChangeLog24
1 files changed, 15 insertions, 9 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index b3c11be62e..63984d144c 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,17 +1,23 @@
+2004-08-13 Jeffrey Stedfast <fejj@novell.com>
+
+ * providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all):
+ Use g_ptr_array_sized_new() rather than using set_size() after
+ creating a GPtrArray so that array->len starts out at 0.
+ (imap4_summary_fetch_flags): Same.
+
2004-08-13 Sivaiah Nallagatla <snallagatla@novell.com>
- * providers/groupwise/camel-gw-listener.c (account_changed):
- remove the cal/taksks sources when account is disbaled. Also
- do not try to to create sources when a disabled account is changed to
- Novell Groupwise
- (camel_gw_listener_construct) : do not add the disbaled
- accounts to exitsting groupwise accounts list
+ * providers/groupwise/camel-gw-listener.c (account_changed):
+ remove the cal/taksks sources when account is disbaled. Also do
+ not try to to create sources when a disabled account is changed to
+ Novell Groupwise
+ (camel_gw_listener_construct) : do not add the disbaled accounts
+ to exitsting groupwise accounts list
2004-08-13 Sivaiah Nallagatla <snallagatla@novell.com>
- * providers/groupwise/camel-groupwise-provider.c : update
- ssl setting label and title of the soap settings section
- Fixes #62747
+ * providers/groupwise/camel-groupwise-provider.c: update ssl
+ setting label and title of the soap settings section. Fixes #62747
2004-08-13 Rodney Dawes <dobey@novell.com>