aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 9512726bbb..3c7466a81f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,15 @@
+2006-10-16 Tor Lillqvist <tml@novell.com>
+
+ Fix for #348212:
+
+ * mail-mt.h: On Win32 we don't want to use the mail_thread_queued
+ variable outside the libevolution-mail DLL, but instead access its
+ value through a getter function.
+
+ * mail-mt.c: Make mail_thread_queued static on Win32.
+ (mail_win32_get_mail_thread_queued): New function that returns the
+ value of mail_thread_queued.
+
2006-10-16 Chris Heath <chris@heathens.co.nz>
* mail-component.c (create_local_item_cb): Fix memory leak.