# HG changeset patch # User Kim F. Storm # Date 1121639249 0 # Node ID 07aa938ec7595a3fa2504352f542ce93aa462927 # Parent 68b6816b2cd1c16970e9a0308ce2f4f2dc79e3e5 *** empty log message *** diff -r 68b6816b2cd1 -r 07aa938ec759 lisp/ChangeLog --- a/lisp/ChangeLog Sun Jul 17 19:50:08 2005 +0000 +++ b/lisp/ChangeLog Sun Jul 17 22:27:29 2005 +0000 @@ -1,13 +1,12 @@ 2005-07-17 Simon Josefsson - * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over - LOGIN. + * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN. 2005-07-16 Jose E. Marchesi - * lisp/mail/smtpmail.el (smtpmail-auth-supported): Added the - 'plain auth method - (smtpmail-try-auth-methods): added the AUTH PLAIN dialog + * lisp/mail/smtpmail.el (smtpmail-auth-supported): + Add plain auth method. + (smtpmail-try-auth-methods): Add AUTH PLAIN dialog. 2005-07-17 Kim F. Storm