aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-12 10:17:34 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-12 10:17:34 +0000
commitd9ed04116ae3bebac43e0d98eea72310a62f74e4 (patch)
tree512c222117f7921441e96974dfdfb171e34b9975 /ChangeLog
parent8f0085825a7a0fba31d146eff2719b8678364e8e (diff)
optimized 'Attract by subject'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@247 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06118481..81d45c73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-05-12
+ * src/summaryview.c: summary_attract_by_subject(): optimized using
+ gtk_tree_store_reorder() (gtk_tree_store_move_after() is too slow).
+
+2005-05-12
+
* src/summaryview.c: display collapsed rows which have unread children
as bold.