Synch to No Gnus 200510281231.
authoryamaoka <yamaoka>
Fri, 28 Oct 2005 14:03:55 +0000 (14:03 +0000)
committeryamaoka <yamaoka>
Fri, 28 Oct 2005 14:03:55 +0000 (14:03 +0000)
lisp/ChangeLog
lisp/mm-util.el
texi/ChangeLog
texi/gnus-coding.texi

index f5f6400..9f9b36a 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-util.el (mm-codepage-setup): Remove bogus alias test.
+
 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * flow-fill.el (fill-flowed-encode-tests): Restore trailing
index 543fdf7..ff78b5c 100644 (file)
@@ -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)))))
index 83ed853..e0b0ee4 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-coding.texi: Split into nodes.
+       (Gnus Coding Style): Add flow-fill.el.
+
 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-coding.texi (Dependencies): Add some text.
index 9871f90..41ddece 100644 (file)
@@ -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