comparison lisp/ChangeLog @ 102382:b83a02b58e7f

(smtpmail-auth-supported): Mention that list is in preference order. (smtpmail-try-auth-methods): Improve which authentication mechanism to use, so that the locally most preferred and mutually supported mechanism is used.
author Simon Josefsson <jas@extundo.com>
date Tue, 03 Mar 2009 16:28:17 +0000
parents 36437490ed93
children 51a8a51bd2a2
comparison
equal deleted inserted replaced
102381:36437490ed93 102382:b83a02b58e7f
1 2009-03-03 Simon Josefsson <simon@josefsson.org>
2
3 * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
4 in preference order.
5 (smtpmail-try-auth-methods): Improve which authentication
6 mechanism to use, so that the locally most preferred and mutually
7 supported mechanism is used.
8
1 2009-03-03 Stefan Monnier <monnier@iro.umontreal.ca> 9 2009-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that 11 * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
4 the function takes no argument. 12 the function takes no argument.
5 13