Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 107565:c3da1fc08f8d
2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
* auth-source.el (auth-sources): Change default to be simpler. Explain
about Secret Service API sources. Improve Customize options.
(auth-source-pick): Change to accept any number of search parameters.
Implement fallbacks iteratively, not recursively. Add scoring on the
second pass and sort by score. Call Secret Service API when needed.
(auth-source-user-or-password): Use it. Call Secret Service API
directly when needed to get the user name and the password.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sun, 28 Mar 2010 23:53:09 +0000 |
parents | 95c2fdf14356 |
children | 3350692f1a89 |
comparison
equal
deleted
inserted
replaced
107561:c6807d05a768 | 107565:c3da1fc08f8d |
---|---|
1 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com> | |
2 | |
3 * auth-source.el (auth-sources): Change default to be simpler. Explain | |
4 about Secret Service API sources. Improve Customize options. | |
5 (auth-source-pick): Change to accept any number of search parameters. | |
6 Implement fallbacks iteratively, not recursively. Add scoring on the | |
7 second pass and sort by score. Call Secret Service API when needed. | |
8 (auth-source-user-or-password): Use it. Call Secret Service API | |
9 directly when needed to get the user name and the password. | |
10 | |
1 2010-03-24 Juanma Barranquero <lekktu@gmail.com> | 11 2010-03-24 Juanma Barranquero <lekktu@gmail.com> |
2 | 12 |
3 * message.el (message-interactive): Doc fix. | 13 * message.el (message-interactive): Doc fix. |
4 (message-qmail-inject-args): Reflow. | 14 (message-qmail-inject-args): Reflow. |
5 (message-kill-to-signature): Fix typo in docstring. | 15 (message-kill-to-signature): Fix typo in docstring. |