aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-06 10:30:42 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-06 10:30:42 +0000
commitc9d224a4d8d5b3e96fad7ddccf86d44edb404479 (patch)
tree4b0e6fab48ac7a8fff955b005f90c2b547c1469f /ChangeLog
parenta67ab3bc7254c4b0c225cacdedfef70cdbcb75d9 (diff)
clear selection list when the order of the summary list is changed.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@314 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00b85b05..2d51e04b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-06-06
+ * src/summaryview.c:
+ summary_attract_by_subject()
+ summary_sort(): clear selection list when the order of the list is
+ changed.
+
+2005-06-06
+
* src/summaryview.c: summary_remove_invalid_messages(): fixed a bug
that it took time at O(n^2) order if all messages were selected
and then they were removed.