aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-01 09:48:05 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-01 09:48:05 +0000
commitd6e4a1d2be97b08699b91c4dbc5b758245ae1133 (patch)
tree6832d9483ceb4d1c5a0a7ac32cac9c257bc4121b /ChangeLog
parent3d37a97aededbe418c1906984d8dd2694176bfc6 (diff)
improved MimeView and file selection dialog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@135 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c38fc278..440cfde1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2005-03-01
+ * src/mimeview.[ch]: display action buttons when attached files are
+ selected.
+ Fixed the handling of key press and popup menu.
+ Fixed redraw problem of widget pane.
+ * src/summaryview.[ch]: minor code cleanup.
+ * src/mainwindow.c: prev_cb(), next_cb(): handle mimeview if it has
+ focus.
+ * src/filesel.c: change current directory before creating dialog
+ (fixed performance problem on folders with large number of
+ message).
+ * src/textview.[ch]: removed unused functions.
+
+2005-03-01
+
* ac/check-type.m4
ac/gnupg-check-typedef.m4: fixed a warning of the newer automake
(thanks to Daichi Kawahata).