aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-05 09:38:57 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-05 09:38:57 +0000
commit9c3cf2d7808f6f2de23eb55781a09943d728d781 (patch)
treeb8393dfb0544e454135162d085598c8fed627e80
parent94d0e50a3ad681d469237630aff61272cfb7447e (diff)
updated NEWS.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@802 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLog.ja2
-rw-r--r--NEWS11
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a07313f..e59897da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2005-12-05
* src/compose.c: compose_reply_set_entry(): enabled
- COMPOSE_REPLY_TO_ALL for NNTP.
+ COMPOSE_REPLY_TO_ALL for NNTP. fixed a memory leak.
2005-12-05
diff --git a/ChangeLog.ja b/ChangeLog.ja
index c030e01e..b6ea7b55 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,7 +1,7 @@
2005-12-05
* src/compose.c: compose_reply_set_entry(): COMPOSE_REPLY_TO_ALL を
- NNTP でも有効にした。
+ NNTP でも有効にした。メモリリークを修正。
2005-12-05
diff --git a/NEWS b/NEWS
index e7bcb2d8..edb2e39b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
Changes of Sylpheed
+* 2.1.9 (development)
+
+ * The progress of local filtering is displayed now.
+ * "Update summary" was added to the context menu of the folder view.
+ * Appending of messages to an IMAP4 folder was optimized.
+ * "Reply to all" now works for newsgroups post.
+ * The crash when an address in an address group was modified was fixed.
+ * The complication failure on some environments was fixed.
+ * Win32: The bug that blocked the application when enterning passphrase
+ for GnuPG was fixed.
+
* 2.1.8 (development)
* The common preferences dialog was reorganized.