Merge from gnus--rel--5.10
[gnus] / contrib / README
index b1fdc06..f4ccaf1 100644 (file)
@@ -12,6 +12,13 @@ need to a directory which is in load-path.
 
 Here is an overview of the files:
 
+compface.el
+
+       Provides the ELisp-based uncompface program.  It is excellent
+       and practical (actually you can replace lisp/compface.el with
+       it), however the author is missing and the copyright has not
+       been assigned yet.
+
 gnus-namazu.el
 
        This file defines the command to search mails and persistent
@@ -33,8 +40,21 @@ nnir.el
 
 one-line-cookie.diff
 
+sendmail.el
+smtpmail.el
+
+       Copies of the corresponding files from the Emacs lisp/mail/
+       directory, to provide features (occasionally) needed by Gnus which
+       may not be provided by the versions of these files in older Emacs
+       distributions.  XEmacs users should NOT use this, since it doesn't
+       work.  See the XEmacs mail-lib module instead.
+
 ssl.el
 
+        Obsolete interface to OpenSSL.  Completely replaced by
+        lisp/tls.el, which supports both GnuTLS and OpenSSL.  This
+        file will be removed eventually.
+
 ucs-tables.el
 
        This file provides improved Unicode functionality.  It defines
@@ -58,5 +78,6 @@ vcard.el
 
 xml.el
 
-       This is used for parsing RSS feeds.  Part of Emacs 21.3 and
-       later.
+       This is used for parsing RSS feeds.  Part of Emacs 21.3 and later.
+       Note that the version of this file in the Gnus contrib/ directory is
+       out of date with respect to the version in the Emacs tree.