aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.