From: Richard M. Stallman Date: Fri, 16 Nov 2001 04:48:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18519 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1699c6afe504a61bddc0da89b69d7c27e2cb1949;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ab3ff9423f2..7742b78677a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.