]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 16 Nov 2001 04:48:03 +0000 (04:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 16 Nov 2001 04:48:03 +0000 (04:48 +0000)
lisp/ChangeLog

index ab3ff9423f21d741b9c76f55a5c7e2168eb93e78..7742b78677a0b3e34a3466593a586a1e486a91d2 100644 (file)
 
 2001-11-13  Simon Josefsson  <jas@extundo.com>
 
-       * mail/smtpmail.el: Cleanup previous patch.  From "Stefan Monnier"
-       <monnier+gnu/emacs@flint.cs.yale.edu>.
+       * mail/smtpmail.el (top-level): Change maintainer to Simon
+       Josefsson, cleanup the smtpmail.el header.
+
+       * mail/smtpmail.el (top-level): Don't require cl or base64.
+       (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
+       (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
+       Defsubst instead of defmacro.
+       (smtpmail-intersection): Return value in reverse order.
+       (smtpmail-open-stream): Use stringp instead of string-to-list.
+       (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
+       separated from smtpmail-via-smtp.
 
        * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
        rfc2104.  Require base64 and cl.