Import No Gnus v0.4.
[elisp/gnus.git-] / contrib / README
index 148ba57..d594125 100644 (file)
@@ -40,8 +40,20 @@ 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.
+
 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
@@ -65,5 +77,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.