From: yamaoka Date: Fri, 28 Oct 2005 14:03:55 +0000 (+0000) Subject: Synch to No Gnus 200510281231. X-Git-Tag: t-gnus-6_17_4-quimby-~272 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98cbd721635bcd15d737178124a21024be34fb31;p=elisp%2Fgnus.git- Synch to No Gnus 200510281231. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5f6400..9f9b36a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-10-28 Reiner Steib + + * mm-util.el (mm-codepage-setup): Remove bogus alias test. + 2005-10-27 Reiner Steib * flow-fill.el (fill-flowed-encode-tests): Restore trailing diff --git a/lisp/mm-util.el b/lisp/mm-util.el index 543fdf7..ff78b5c 100644 --- a/lisp/mm-util.el +++ b/lisp/mm-util.el @@ -184,7 +184,6 @@ the alias. Else windows-NUMBER is used." (unless (mm-coding-system-p cp) (codepage-setup number)) (when (and alias - (mm-coding-system-p alias) ;; Don't add alias if setup of cp failed. (mm-coding-system-p cp)) (add-to-list 'mm-charset-synonym-alist (cons alias cp))))) diff --git a/texi/ChangeLog b/texi/ChangeLog index 83ed853..e0b0ee4 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2005-10-28 Reiner Steib + + * gnus-coding.texi: Split into nodes. + (Gnus Coding Style): Add flow-fill.el. + 2005-10-25 Reiner Steib * gnus-coding.texi (Dependencies): Add some text. diff --git a/texi/gnus-coding.texi b/texi/gnus-coding.texi index 9871f90..41ddece 100644 --- a/texi/gnus-coding.texi +++ b/texi/gnus-coding.texi @@ -43,7 +43,14 @@ license to the document, as described in section 6 of the license. @c Fixing only a paragraph also is appreciated. @node Top - +@top Gnus Coding Style and Maintainance Guide +This manual describes @dots{} +@menu +* Gnus Coding Style:: Gnus Coding Style +* Gnus Maintainance Guide:: Gnus Maintainance Guide +@end menu + +@node Gnus Coding Style @chapter Gnus Coding Style @section Dependencies @@ -147,6 +154,11 @@ RFC2104 Hashed Message Authentication Codes @item rfc2231.el Functions for decoding rfc2231 headers + +@item flow-fill.el +Interpret RFC2646 "flowed" text +@c As of 2005-10-27... +There are no Gnus dependencies in this file. @end table @subsection message @@ -186,6 +198,7 @@ ends (probably @file{nnml.el}, @file{nnfolder.el} and @c x @c @end table +@node Gnus Maintainance Guide @chapter Gnus Maintainance Guide @section Stable and development versions