diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a4a80901e54..a61c20579ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,13 +1,12 @@ | |||
| 1 | 2005-07-17 Simon Josefsson <jas@extundo.com> | 1 | 2005-07-17 Simon Josefsson <jas@extundo.com> |
| 2 | 2 | ||
| 3 | * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over | 3 | * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN. |
| 4 | LOGIN. | ||
| 5 | 4 | ||
| 6 | 2005-07-16 Jose E. Marchesi <jemarch@gnu.org> | 5 | 2005-07-16 Jose E. Marchesi <jemarch@gnu.org> |
| 7 | 6 | ||
| 8 | * lisp/mail/smtpmail.el (smtpmail-auth-supported): Added the | 7 | * lisp/mail/smtpmail.el (smtpmail-auth-supported): |
| 9 | 'plain auth method | 8 | Add plain auth method. |
| 10 | (smtpmail-try-auth-methods): added the AUTH PLAIN dialog | 9 | (smtpmail-try-auth-methods): Add AUTH PLAIN dialog. |
| 11 | 10 | ||
| 12 | 2005-07-17 Kim F. Storm <storm@cua.dk> | 11 | 2005-07-17 Kim F. Storm <storm@cua.dk> |
| 13 | 12 | ||