From: yamaoka Date: Fri, 28 Oct 2005 14:03:58 +0000 (+0000) Subject: Synch to No Gnus 200510281231. X-Git-Tag: ngnus-0_4-doc-ja~104 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6daa80855d98cf7863a33d444c61ffb3d89ee4d6;p=elisp%2Fgnus-doc-ja.git Synch to No Gnus 200510281231. --- diff --git a/gnus-coding-ja.texi b/gnus-coding-ja.texi index 371bcf5..b93738d 100644 --- a/gnus-coding-ja.texi +++ b/gnus-coding-ja.texi @@ -64,7 +64,16 @@ license to the document, as described in section 6 of the license. @c 一部を直してくれるだけでもありがたいです。 @node Top +@top Gnus Coding Style and Maintainance Guide +このマニュアルは @dots{} を説明します。 + +@menu +* Gnus Coding Style:: Gnus でコードを書くときの流儀 +* Gnus Maintainance Guide:: Gnus の維持管理に関する手引 +@end menu + +@node Gnus Coding Style @section Gnus でコードを書くときの流儀 @subsection 依存関係 @@ -166,6 +175,11 @@ RFC2104 に基づくメッセージのハッシュによる認証のためのコードを提供します。 @item rfc2231.el RFC2231 ヘッダーをデコードする関数群を提供します。 + +@item flow-fill.el +RFC2646 の "flowed" テキストを処理します。 +@c As of 2005-10-27... +このファイルは Gnus に依存しません。 @end table @subsection message @@ -203,6 +217,7 @@ Gnus ではすべてのメッセージ (メールとニュースの両方) の作成を @c x @c @end table +@node Gnus Maintainance Guide @chapter Gnus の維持管理に関する手引 @section 安定版と開発版