aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-12 11:02:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-12 11:02:01 +0000
commit18c5a509cd5c0c9d5252c5a52c04e4bc7e1f0b98 (patch)
tree161549c42124a37ab2e87367bc24b398df259dd5 /ChangeLog
parentd9ed04116ae3bebac43e0d98eea72310a62f74e4 (diff)
disable 'Attract by subject' if sorted.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@248 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81d45c73..a99d7f8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-05-12
+ * src/summaryview.c: summary_attract_by_subject()
+ src/mainwindow.c: main_window_set_menu_sensitive(): disable 'Attract
+ by subject' if sorted.
+
+2005-05-12
+
* src/summaryview.c: summary_attract_by_subject(): optimized using
gtk_tree_store_reorder() (gtk_tree_store_move_after() is too slow).