aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-10 07:31:23 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-10 07:31:23 +0000
commit7364f9d56a14c2b9dea6277f867aa59693dc4821 (patch)
treecf52e4cb6a108381d0f5384b441061a794f5b4cc /ChangeLog
parentdb552efbbe847365a84b7a18e01f9365d405e410 (diff)
fixed selection handling.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@240 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 f4934a20..f7077e19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-05-10
+ * src/summaryview.c:
+ summary_show(): display selected message if always_show_msg is set.
+ summary_button_pressed(): fixed the handling of modifier key.
+ summary_selection_changed(): clear message view if not single
+ selection.
+
+2005-05-10
+
* src/summaryview.c
src/gtkutils.[ch]: fixed compilation failure on GTK+ 2.4
(GTK+ 2.4 doesn't provide the way to unset the sort setting).