diff options
| author | Teodor Zlatanov | 2011-02-17 12:08:48 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-02-17 12:08:48 +0000 |
| commit | 35123c042e9154a0f2b1ebfddba06ba01596f07d (patch) | |
| tree | b8e2a42ee315b247fabd18051d58405c1e34a11c /lisp/gnus/ChangeLog | |
| parent | 73057ba922a026e5416d2e432c6bc1cce127648a (diff) | |
| download | emacs-35123c042e9154a0f2b1ebfddba06ba01596f07d.tar.gz emacs-35123c042e9154a0f2b1ebfddba06ba01596f07d.zip | |
auth.texi (Help for users): Use :port instead of :protocol for all auth-source docs.
auth-source.el (auth-source-netrc-parse): Use :port instead of :protocol and accept a missing user, host, or port as a wildcard match.
(auth-source-netrc-search, auth-source-netrc-create)
(auth-source-secrets-search, auth-source-secrets-create)
(auth-source-user-or-password, auth-source-backend, auth-sources)
(auth-source-backend-parse-parameters, auth-source-search): Use :port instead of :protocol.
nnimap.el (nnimap-credentials): Pass a port default to `auth-source-search' in case an entry needs to be created.
(nnimap-open-connection-1): Use :port instead of :protocol.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index c98c86d46f2..0e5a248c0b2 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * auth-source.el (auth-source-netrc-parse): Use :port instead of | ||
| 4 | :protocol and accept a missing user, host, or port as a wildcard match. | ||
| 5 | |||
| 6 | (auth-source-netrc-search, auth-source-netrc-create) | ||
| 7 | (auth-source-secrets-search, auth-source-secrets-create) | ||
| 8 | (auth-source-user-or-password, auth-source-backend, auth-sources) | ||
| 9 | (auth-source-backend-parse-parameters, auth-source-search): Use :port | ||
| 10 | instead of :protocol. | ||
| 11 | |||
| 12 | * nnimap.el (nnimap-credentials): Pass a port default to | ||
| 13 | `auth-source-search' in case an entry needs to be created. | ||
| 14 | (nnimap-open-connection-1): Use :port instead of :protocol. | ||
| 15 | |||
| 1 | 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org> | 16 | 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 17 | ||
| 3 | * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates | 18 | * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates |