aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-20 06:11:33 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-20 06:11:33 +0000
commit3daf0ed1e096908375572a628f6941b49afe8fc8 (patch)
tree795387b192326b8f7f508445d1ff746d7c7380ca
parentab270568f171f18bdba0e566b726d48db21b3afe (diff)
updated documents.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3112 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog7
-rw-r--r--INSTALL3
-rw-r--r--INSTALL.ja1
-rw-r--r--README18
-rw-r--r--README.ja25
5 files changed, 44 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 21803dcc..e51bf060 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-06-20
+ * README
+ README.ja
+ INSTALL
+ INSTALL.ja: updated.
+
+2012-06-20
+
* libsylph/prefs_common.[ch]
src/messageview.c: added "show_attach_tab" option (no UI) which
toggles the Attachment tab and toggle button.
diff --git a/INSTALL b/INSTALL
index 59e6471a..320f3388 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,6 +12,7 @@ Curretnly it is confirmed to work on the following environments
Linux
+o Ubuntu 12.04 LTS (development environment)
o Ubuntu 11.10
o Ubuntu 10.04 LTS (development environment)
o Ubuntu 9.04 / 9.10
@@ -155,7 +156,7 @@ OpenLDAP library is required for LDAP support.
http://www.openldap.org/
-Curl command is required if you want to use update check feature.
+Update check feature requires Curl command.
http://curl.haxx.se/
diff --git a/INSTALL.ja b/INSTALL.ja
index 5f09f1ae..c9dc22ad 100644
--- a/INSTALL.ja
+++ b/INSTALL.ja
@@ -11,6 +11,7 @@
Linux
+o Ubuntu 12.04 LTS (開発環境)
o Ubuntu 11.10
o Ubuntu 10.04 LTS (開発環境)
o Ubuntu 9.04 / 9.10
diff --git a/README b/README
index 7334490a..35a41469 100644
--- a/README
+++ b/README
@@ -69,6 +69,7 @@ Supported protocols
o NNTP
o SSL/TLSv1 (POP3, SMTP, IMAP4rev1, NNTP)
o IPv6
+ o SOCKS4/5
Features
@@ -149,9 +150,9 @@ If you want to display messages translated to your language,
you must specify some environmental variables related to locale.
For example:
-% export LANG=de_DE
+% export LANG=de_DE.UTF-8
-(replace de_DE to the actual locale name)
+(replace de_DE.UTF-8 to the actual locale name)
If you don't want translated messages, set LC_MESSAGES to "C"
(and unset LC_ALL if specified).
@@ -194,7 +195,7 @@ Hidden settings
You can configure most of the features in Sylpheed through the preferences
dialog, but there are a few parameters which don't have user interface
(you don't need to modify them in normal use). You must edit
-~/.sylpheed-2.0/sylpheedrc by an editor when Sylpheed is not running.
+~/.sylpheed-2.0/sylpheedrc by an editor while Sylpheed is not running.
allow_jisx0201_kana allow JIS X 0201 Kana (half-width kana) on
sending
@@ -221,6 +222,9 @@ logwindow_line_limit specify the limit of line numbers of log
mark_as_read_on_new_window only mark messages as read when they are
opened with new window
0: off 1: on [default: 0]
+show_attach_tab switch attachment list view using previous
+ tab interface, not toggle button
+ 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:
@@ -243,6 +247,14 @@ You can check the newest version and information about Sylpheed at:
http://sylpheed.sraoss.jp/
+You can also download files from the SourceForce.JP project page:
+
+ http://sourceforge.jp/projects/sylpheed/
+
+The bug tracking system of Sylpheed is:
+
+ http://sylpheed.sraoss.jp/redmine/projects/sylpheed
+
The Sylpheed documentation in English and several other languages can be
obtained from:
diff --git a/README.ja b/README.ja
index 72507a7d..dc2546b8 100644
--- a/README.ja
+++ b/README.ja
@@ -81,12 +81,13 @@ Emacs 系メーラに近い感覚で、キーボードのみによる操作が可能となっています。
対応プロトコル
- o POP3 対応
- o IMAP4rev1 対応
+ o POP3
+ o IMAP4rev1
o SMTP
o NNTP
o SSL/TLSv1 (POP3, SMTP, IMAP4rev1, NNTP)
o IPv6
+ o SOCKS4/5
機能
@@ -166,9 +167,9 @@ Emacs 系メーラに近い感覚で、キーボードのみによる操作が可能となっています。
を指定しなければなりません(日本語 Linux ディストリビューションの場合は
大抵すでに設定されています)。例えば、
-% export LANG=ja_JP.eucJP
+% export LANG=ja_JP.UTF-8
-(ja_JP.eucJP は実際のロケール名に置き換えてください。)
+(ja_JP.UTF-8 は実際のロケール名に置き換えてください。)
翻訳されたメッセージが必要なければ、 LC_MESSAGES を "C" に指定して
ください(LC_ALL が指定されていれば外してください)。
@@ -177,7 +178,7 @@ Emacs 系メーラに近い感覚で、キーボードのみによる操作が可能となっています。
--------
コマンドラインから sylpheed と入力するか、またはファイルマネージャ
-からアイコンをダブルクリックするなりして起動してください。
+からアイコンをダブルクリックするなどして起動してください。
初回起動時の注意
----------------
@@ -209,7 +210,7 @@ Emacs 系メーラに近い感覚で、キーボードのみによる操作が可能となっています。
Sylpheed のほとんどの機能は設定ダイアログから設定できますが、ユーザインタ
フェースを持たない設定項目がいくつかあります(通常は変更する必要はありません)。
-Sylpheed が起動していないときに ~/.sylpheed-2.0/sylpheedrc をエディタで編集
+Sylpheed が起動していない状態で ~/.sylpheed-2.0/sylpheedrc をエディタで編集
する必要があります。
allow_jisx0201_kana JIS X 0201 カナ(半角カナ)を送信時に許可する
@@ -235,6 +236,9 @@ logwindow_line_limit ログウィンドウの行数制限を指定
mark_as_read_on_new_window 新しいウィンドウでメッセージを開いたときのみ
既読にする
0: off 1: on [デフォルト: 0]
+show_attach_tab メッセージの添付リストビューの切り替えを
+ トグルボタンではなく従来のタブで行う
+ 0: off 1: on [デフォルト: 0]
また、1.0.xとは異なり、デフォルトではメニューのショートカットの変更が直接
行えないようになっています。以下のいずれかの方法で設定してください。
@@ -257,6 +261,15 @@ mark_as_read_on_new_window 新しいウィンドウでメッセージを開いたときのみ
http://sylpheed.sraoss.jp/
+ファイルのダウンロードなどは以下の SourceForce.JP プロジェクトページからも
+行えます。
+
+ http://sourceforge.jp/projects/sylpheed/
+
+Sylpheed のバグトラッキングシステムは以下になります。
+
+ http://sylpheed.sraoss.jp/redmine/projects/sylpheed
+
英語とその他の言語の Sylpheed のドキュメントは以下より入手できます。
http://sylpheeddoc.sourceforge.net/