Mercurial > emacs
changeset 41111:e1f0c52217a7
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 16 Nov 2001 04:48:03 +0000 |
parents | 1ea7e6e39018 |
children | 1ba618f8fdb5 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.