comparison 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
comparison
equal deleted inserted replaced
94878:112212c5e23c 94879:fc66ed3d9938
1 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * url-auth.el: Add autoload cookie for
4 `auth-source-user-or-password'.
5 (url-basic-auth, url-digest-auth): Use it with any realm,
6 overriding the user name and password before the prompt.
7
1 2008-04-28 Juanma Barranquero <lekktu@gmail.com> 8 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
2 9
3 * url-vars.el (url-load-hook): Fix typo in docstring. 10 * url-vars.el (url-load-hook): Fix typo in docstring.
4 11
5 2008-03-09 Magnus Henoch <mange@freemail.hu> 12 2008-03-09 Magnus Henoch <mange@freemail.hu>