aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-14 10:00:00 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-14 10:00:00 +0000
commitf5c004ce24914f4f72d63ca1fa4ccaecc4414c90 (patch)
tree5fa56531d8632e8fabc05424f8de63e022839fe6 /ChangeLog
parent6de6dc90979b10311f9a43536a3b1566a2981b84 (diff)
fixes occasional summary update failure on win32 and some filesystems.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@744 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b0c5db8..3da8b15e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-11-14
+ * libsylph/mh.c
+ libsylph/mbox.c
+ src/compose.c: always set FolderItem::mtime to 0 if the folder
+ contents changed (fixes occasional summary update failure on win32
+ and some filesystems).
+
+2005-11-14
+
* libsylph/utils.[ch]
src/summaryview.[ch]: use gint64 for total_size to avoid overflow
on environments where sizeof(off_t) is 4.