Mercurial > emacs
diff lisp/url/ChangeLog @ 94879:fc66ed3d9938
Add autoload cookie for
`auth-source-user-or-password'.
(url-basic-auth, url-digest-auth): Use it with any realm,
overriding the user name and password before the prompt.
author | Teodor Zlatanov <tzz@lifelogs.com> |
---|---|
date | Mon, 12 May 2008 12:39:46 +0000 |
parents | 8259d0d8e107 |
children | 6f0d3ea7dbbe |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Mon May 12 01:46:27 2008 +0000 +++ b/lisp/url/ChangeLog Mon May 12 12:39:46 2008 +0000 @@ -1,3 +1,10 @@ +2008-05-12 Teodor Zlatanov <tzz@lifelogs.com> + + * url-auth.el: Add autoload cookie for + `auth-source-user-or-password'. + (url-basic-auth, url-digest-auth): Use it with any realm, + overriding the user name and password before the prompt. + 2008-04-28 Juanma Barranquero <lekktu@gmail.com> * url-vars.el (url-load-hook): Fix typo in docstring.