diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-12-21 04:42:43 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-12-21 04:42:43 +0000 |
commit | 7ee61ac93843da9fc485a5b67fdacba2063523fc (patch) | |
tree | 78ba4a6e9aa6261067bd34783b473c47d7a0ed11 /ChangeLog | |
parent | 18dff216d322665e02f68e810d1beaff4e4020d1 (diff) |
win32: call app_will_exit() when WM_ENDSESSION is received.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1932 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-12-21 + + * src/main.c: wndproc(): win32: call app_will_exit() when WM_ENDSESSION + is received (fixes folder tree state not saved etc.). + 2007-12-20 * src/summaryview.c: summary_show(): fixed beep on folders with one @@ -193,7 +198,7 @@ 2007-07-20 - * libsylph/socket.c: ssl_read(); win32: set errno to EIO to avoid + * libsylph/socket.c: ssl_read(): win32: set errno to EIO to avoid random error message. * src/send_message.c: send_message_smtp(): ignore errors right after QUIT (workaround for Gmail SMTP server). |