aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-10-16 22:50:33 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-10-16 22:50:33 +0800
commit5ebef95975b4e0021887d41463a07ac0438eb7dc (patch)
tree3eb8352cf076ec313da206493f029564ae44bebc /ChangeLog
parentbb64d5dd741646b4e19c488c437b77297798237d (diff)
downloadgsoc2013-evolution-5ebef95975b4e0021887d41463a07ac0438eb7dc.tar
gsoc2013-evolution-5ebef95975b4e0021887d41463a07ac0438eb7dc.tar.gz
gsoc2013-evolution-5ebef95975b4e0021887d41463a07ac0438eb7dc.tar.bz2
gsoc2013-evolution-5ebef95975b4e0021887d41463a07ac0438eb7dc.tar.lz
gsoc2013-evolution-5ebef95975b4e0021887d41463a07ac0438eb7dc.tar.xz
gsoc2013-evolution-5ebef95975b4e0021887d41463a07ac0438eb7dc.tar.zst
gsoc2013-evolution-5ebef95975b4e0021887d41463a07ac0438eb7dc.zip
List the function mail_win32_get_mail_thread_queued() instead of the
2006-10-16 Tor Lillqvist <tml@novell.com> * win32/libevolution-mail.def: List the function mail_win32_get_mail_thread_queued() instead of the variable mail_thread_queued. (#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. svn path=/trunk/; revision=32898
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62bcba22f6..a82da0adcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-16 Tor Lillqvist <tml@novell.com>
+
+ * win32/libevolution-mail.def: List the function
+ mail_win32_get_mail_thread_queued() instead of the variable
+ mail_thread_queued. (#348212)
+
2006-10-15 Francisco Javier F. Serrador <serrador@openshine.com>
* addressbook/gui/widgets/eab-contact-display.c,