(Gnus Coding Style) <message>: Add "patches
authorReiner Steib <Reiner.Steib@gmx.de>
Sun, 23 Sep 2007 19:52:45 +0000 (19:52 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Sun, 23 Sep 2007 19:52:45 +0000 (19:52 +0000)
welcome".
(Gnus Coding Style) <General purpose libraries>: Move hex-util.el here.

texi/ChangeLog
texi/gnus-coding.texi

index c32eab0..f5a803d 100644 (file)
@@ -1,3 +1,9 @@
+2007-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-coding.texi (Gnus Coding Style) <message>: Add "patches
+       welcome".
+       (Gnus Coding Style) <General purpose libraries>: Move hex-util.el here.
+
 2007-09-20  Jim Meyering  <jim@meyering.net>  (tiny change)
 
        * gnus.texi (On Writing Manuals): Fix typos.
index a1ab685..1fead8c 100644 (file)
@@ -76,6 +76,10 @@ Functions for formatting arbitrary formatting strings.
 @c As of 2005-10-21...
 There are no Gnus dependencies in this file.
 
+@item hex-util.el
+Functions to encode/decode hexadecimal string.
+@c As of 2007-08-25...
+There are no Gnus dependencies in these files.
 @end table
 
 @subsection Encryption and security
@@ -105,11 +109,6 @@ There are no Gnus dependencies in these files.
 SHA1 Secure Hash Algorithm.
 @c As of 2007-08-25...
 There are no Gnus dependencies in these files.
-
-@item hex-util.el
-Functions to encode/decode hexadecimal string.
-@c As of 2007-08-25...
-There are no Gnus dependencies in these files.
 @end table
 
 @subsection Networking
@@ -202,7 +201,10 @@ There are no Gnus dependencies in these files.
 All message composition from Gnus (both mail and news) takes place in
 Message mode buffers.  Message mode is intended to be a replacement for
 Emacs mail mode.  There should be no Gnus dependencies in
-@file{message.el}.
+@file{message.el}.  Alas it is not anymore.  Patches and suggestions to
+remove the dependencies are welcome.
+
+@c message.el requires nnheader which requires gnus-util.
 
 @subsection Emacs @acronym{MIME}