aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.