# HG changeset patch # User Richard M. Stallman # Date 1005886083 0 # Node ID e1f0c52217a743d93e948a8102f59a59997e5534 # Parent 1ea7e6e39018dae87186454f8dd09b1f3ec1c33e *** empty log message *** diff -r 1ea7e6e39018 -r e1f0c52217a7 lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 16 00:00:22 2001 +0000 +++ b/lisp/ChangeLog Fri Nov 16 04:48:03 2001 +0000 @@ -112,8 +112,17 @@ 2001-11-13 Simon Josefsson - * mail/smtpmail.el: Cleanup previous patch. From "Stefan Monnier" - . + * 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.