aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-09 04:45:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-09 04:45:27 +0000
commit875f066f89dcb557dd8db235670e3cac035343aa (patch)
tree91681a0dc8e3725e9658c2080ab4652b47b5bdff
parent32ab28db8692bea71c0a3bb3238dce075052399e (diff)
updated documents.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2746 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--INSTALL3
-rw-r--r--INSTALL.ja3
-rw-r--r--NEWS8
-rw-r--r--README4
-rw-r--r--README.ja4
-rw-r--r--configure.in4
7 files changed, 28 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2089d045..8a90e880 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-12-09
+ * version 3.1.0beta5
+
+2010-12-09
+
* src/send_message.c: send_message_smtp(): fixed a bug that
temporary password was not cleared on auth failure.
diff --git a/INSTALL b/INSTALL
index 903a37d5..4093aed6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -168,6 +168,9 @@ Options for configure script
--disable-threads disable multi-threading support
--disable-ipv6 disable IPv6 support
--disable-updatecheck disable update check feature
+ (updatecheckplugin will also be disabled)
+ --disable-updatecheckplugin
+ disable plug-in update check feature
--enable-jpilot enable JPilot support
--enable-ldap enable LDAP support
--enable-oniguruma use Oniguruma instead of system's regex
diff --git a/INSTALL.ja b/INSTALL.ja
index 0c474191..4393b8f1 100644
--- a/INSTALL.ja
+++ b/INSTALL.ja
@@ -168,6 +168,9 @@ configure スクリプトのオプション
--disable-threads マルチスレッド対応を無効にする
--disable-ipv6 IPv6 対応を無効にする
--disable-updatecheck アップデートチェック機能を無効にする
+ (updatecheckplugin も無効になります)
+ --disable-updatecheckplugin
+ プラグインのアップデートチェック機能を無効にする
--enable-jpilot JPilot 対応を有効にする
--enable-ldap LDAP 対応を有効にする
--enable-oniguruma システムの regex の代わりに鬼車を使用する
diff --git a/NEWS b/NEWS
index d94b1488..a96b2eb4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
Changes of Sylpheed
+* 3.1.0beta5 (development)
+
+ * Win32: The crash on update check was fixed.
+ * The bug that temporary password was not cleared when authentication
+ failed on SMTP AUTH.
+ * Plug-in update check will be also disabled if --disable-updatecheck is
+ specified on configure.
+
* 3.1.0beta4 (development)
* New features
diff --git a/README b/README
index 731aaaae..57f6abad 100644
--- a/README
+++ b/README
@@ -86,6 +86,7 @@ Features
o APOP authentication (POP3)
o PGP signature / encryption (requires GPGME)
o spell checking (requires GtkSpell)
+ o SOCKS4/5 proxy support
o X-Face display
o user-defined headers
o mark / color label
@@ -217,6 +218,9 @@ mime_command specify the command to open MIME attachments
logwindow_line_limit specify the limit of line numbers of log
window
0: unlimited n (> 0): n lines [default: 1000]
+mark_as_read_on_new_window only mark messages as read when they are
+ opened with new window
+ 0: off 1: on [default: 0]
Unlike 1.0.x, this version doesn't allow direct modification of the menu
shortcuts by default. You can use the following methods to configure them:
diff --git a/README.ja b/README.ja
index 6b49602a..1703c405 100644
--- a/README.ja
+++ b/README.ja
@@ -104,6 +104,7 @@ Emacs 系メーラに近い感覚で、キーボードのみによる操作が可能となっています。
o APOP 認証 (POP3)
o PGP 署名・暗号化(要 GPGME)
o スペルチェック(要 GtkSpell)
+ o SOCKS4/5 プロキシ対応
o X-Face 表示
o ユーザ定義ヘッダ
o マーク・カラーラベル
@@ -231,6 +232,9 @@ mime_command MIME 添付ファイルを開くコマンドを指定する
[デフォルト: なし]
logwindow_line_limit ログウィンドウの行数制限を指定
0: 無制限 n (> 0): n 行 [デフォルト: 1000]
+mark_as_read_on_new_window 新しいウィンドウでメッセージを開いたときのみ
+ 既読にする
+ 0: off 1: on [デフォルト: 0]
また、1.0.xとは異なり、デフォルトではメニューのショートカットの変更が直接
行えないようになっています。以下のいずれかの方法で設定してください。
diff --git a/configure.in b/configure.in
index 45eb9427..71faedff 100644
--- a/configure.in
+++ b/configure.in
@@ -9,8 +9,8 @@ MINOR_VERSION=1
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=beta4
-BUILD_REVISION=1108
+EXTRA_VERSION=beta5
+BUILD_REVISION=1109
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release