aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-14 04:07:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-14 04:07:37 +0000
commitdc7f9d5263a0623dcdafda22625ac0d837dfd78f (patch)
treeaae1667194bdf6b1c713f758ccf859ce6e6110e0 /NEWS
parenteed7be846d656f511406fc20cdf60920ee24f6bf (diff)
updated NEWS.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@580 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9e5154c0..059c586d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,19 @@ Changes of Sylpheed
* 2.1.2 (development)
+ * The core parts were separated into a library (LibSylph), and its license
+ was changed to LGPL.
+ * The feature to sort the summary by thread date was implemented.
+ * When executing IMAP4 operations which take long time, its progress is
+ now displayed on the statusbar, and the UI is periodically updated.
+ * The number of messages to be copied at a time on IMAP4 was limited to
+ prevent timeout error.
+ * GPG and SSL settings are now saved even if they are disabled at the
+ compile time.
+ * The auto detection of Japanese encoding now supports UTF-8 encoding.
* The text display has been modified a bit.
* The initial implementation of tray icon was added.
- * The refresh problem of folders of the addressbook was fixed.
+ * Some problems of the addressbook was fixed.
* A bug in which message/rfc822 attachments were broken when pgp-signed
was fixed.
* Win32: A bug in which opened sockets were not closed properly was fixed.