aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-03-26 04:52:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-03-26 04:52:46 +0000
commit81f0f7394f9c47a30314f2884be6d4bdae302673 (patch)
tree1457fa5efb7c5f2132fbd5c7c343b68ac6c4d0f0 /ChangeLog
parentcf2bd3b80dfffc5965efbe4c4ecf368052c6b61d (diff)
fixed the year of ChangeLog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2127 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index bfdbde09..a5248c8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,47 +1,47 @@
-2008-03-23
+2009-03-23
* src/mainwindow.c: enable 'Remote mailbox' only if current account
is POP3.
-2008-03-19
+2009-03-19
* src/folderview.c: show 'Send queued messages' instead of 'Mark all
read' in the context menu of the Queue folder.
-2008-03-17
+2009-03-17
* libsylph/prefs.c: prefs_file_close(): win32: use _commit() as well
as fsync() on Unix.
-2008-03-17
+2009-03-17
* libsylph/prefs.c: prefs_file_close(): abort if fsync() fails.
-2008-03-17
+2009-03-17
* libsylph/prefs.c
configure.in: prefs_file_close(): do fflush() and fsync() before
fclose() to lessen the possibility of data loss.
-2008-03-16
+2009-03-16
* libsylph/utils.[ch]
libsylph/mh.c: g_link(): fixed infinite loop bug on Unix and
renamed g_link to syl_link.
-2008-03-13
+2009-03-13
* libsylph/utils.[ch]
libsylph/mh.c: win32: use CreateHardLink() if available.
It will improve file I/O on receive.
-2008-02-27
+2009-02-27
* libsylph/prefs_common.c
src/prefs_common_dialog.c: modified the default command line option
of spam filters (added undo-contrary option).
-2008-02-25
+2009-02-25
* src/addr_compl.c: add_address(): fixed crash when name == NULL
which can happen with csv import (thanks to Simon Effenberg).