aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--NEWS17
-rw-r--r--TODO9
-rw-r--r--TODO.ja8
-rw-r--r--configure.in4
6 files changed, 36 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 30379a52..22ede048 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-08
+ * version 2.1.6
+
+2005-11-08
+
* src/ldif.c: ldif_get_line(): fixed buffer overflow.
2005-11-07
diff --git a/ChangeLog.ja b/ChangeLog.ja
index fc643b61..0fb6cae0 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,9 @@
2005-11-08
+ * version 2.1.6
+
+2005-11-08
+
* src/ldif.c: ldif_get_line(): バッファオーバーフローを修正。
2005-11-07
diff --git a/NEWS b/NEWS
index 8bbcadcb..62758b82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
Changes of Sylpheed
+* 2.1.6 (development)
+
+ * The auto-save to draft of composing messages was implemented.
+ * The setting of default (fallback) encoding was added.
+ * The command line option '--exit' was added.
+ * The preset menu for junk mail learning commands was added, and now
+ bogofilter and bsfilter are selectable.
+ * The option to mark filtered junk mails as read was added.
+ * The buffer overflow of LDIF import was fixed.
+
+ * Win32: The external editor function was implemented.
+ * Win32: Junk mail filtering now works.
+ * Win32: The default junk mail learning commands were changed to bsfilter.
+ * Win32: Some options which are useless on win32 became hidden.
+ * Win32: The program icon was added.
+ * Win32: Some bugfixes were made.
+
* 2.1.5 (development)
* The command line option to specify directory which stores configuration
diff --git a/TODO b/TODO
index e364e5fc..1eb28486 100644
--- a/TODO
+++ b/TODO
@@ -3,9 +3,11 @@ TODO
(The upper item has the greater priority or feasibility... maybe :-)
+o enhancements of search
+o virtual folder
+o use GObject mechanism for objects
o complete migration from deprecated GTK+ APIs
o overall improvements of user-interface
-o use GObject mechanism for objects
o improvements of addressbook
o POP before SMTP
o original icons and logos
@@ -15,11 +17,8 @@ o plug-in faculty
o support for some formats other than MH and mbox (ex. Maildir)
o priority (Priority:, X-Priority:, X-MSMail-Priority:)
o notification of reception (Disposition-Notification-To:)
-o autosave
o support of Content-Type: text/plain; format=flowed
o RFC 2231 (MIME filename encoding) compliant
-o enhancements of search
-o virtual folder
o customization of toolbar
o console mode interface
o mailing list manager
@@ -54,6 +53,7 @@ Implemented features
* X-Face support
* preservation of position or size of window
* external editor support
+* write decent manual
* draft message
* extension of quotation format
* assignation of location of mail folder
@@ -77,3 +77,4 @@ Implemented features
* enhancement of filtering
* GTK+-2.x support
* inline image display of multipart MIME messages
+* autosave
diff --git a/TODO.ja b/TODO.ja
index 55a177ca..0cb0f8c5 100644
--- a/TODO.ja
+++ b/TODO.ja
@@ -3,9 +3,11 @@ TODO
(上のものほど重要度、実現可能性が高くなる、かも(^^;)
+o 検索の強化
+o 仮想フォルダ
+o オブジェクトの GObject 機構の使用
o deprecated な GTK+ API からの完全な移行
o 全体的なユーザインタフェースの改良
-o オブジェクトの GObject 機構の使用
o アドレス帳の改良
o POP before SMTP
o オリジナルのアイコンとロゴ
@@ -15,11 +17,8 @@ o プラグイン機構
o MH, mbox 以外の形式への対応 (Maildir 等)
o 重要度 (Priority:, X-Priority:, X-MSMail-Priority:)
o 受信確認 (Disposition-Notification-To:)
-o 自動保存
o Content-Type: text/plain; format=flowed 対応
o RFC 2231 (MIME ファイル名のエンコーディング) 対応
-o 検索の強化
-o 仮想フォルダ
o ツールバーのカスタマイズ
o コンソールモードインタフェース
o メーリングリストマネージャ
@@ -78,3 +77,4 @@ o 怪しげな英語をなんとかする :)
* 振り分け処理の強化
* GTK+ 2.x 対応
* マルチパートMIMEでのインライン画像表示
+* 自動保存
diff --git a/configure.in b/configure.in
index 0e3e3e18..2581290a 100644
--- a/configure.in
+++ b/configure.in
@@ -6,10 +6,10 @@ PACKAGE=sylpheed
dnl version number
MAJOR_VERSION=2
MINOR_VERSION=1
-MICRO_VERSION=5
+MICRO_VERSION=6
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=+svn
+EXTRA_VERSION=
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target