aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-11 09:53:25 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-11 09:53:25 +0000
commit4d1b1fe41d8bb280cb39b39f996fe8922cc60164 (patch)
treea09ef0ed726e5d2d0b0a846a428689394e0595ce
parentc5eb06a5c93791a5cda0592a5b62ccc6d1cc3acb (diff)
updated NEWS.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@208 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 11760bdb..c6276916 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,17 @@
Changes of Sylpheed
+* 1.9.8 (development)
+
+ * The folder view was reimplemented using GtkTreeView, and auto-scroll on
+ dragging was implemented.
+ * The filter preferences and edit account dialog were reimplemented using
+ GtkTreeView.
+ * The broken PLAIN authentication method for SMTP AUTH was fixed.
+ * The line-wrapping of composition window was modified not to screw up
+ itemized lines.
+ * A workaround for some SMTP servers, which terminate connection right
+ after QUIT command was sent, was made.
+
* 1.9.7 (development)
* The outgoing encoding can be changed on composition temporarily now.