aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 40a3dc20a0..d78dca32e0 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,13 @@
+2000-08-03 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * mail-config.c: set config = NULL
+ (provider_list) Eek! Initialize news to NULL! Also, use
+ g_slist_prepend() for "performance" gains ;-)
+ (init_config): Set the config member data to NULL just to be on
+ the safe side
+ (clear_config): Don't bother freeing slist data if the slist is
+ NULL
+
2000-08-03 Peter Williams <peterw@helixcode.com>
* main.c (main): One more gconf reference to take out...