diff options
| author | Chong Yidong | 2008-03-31 22:02:08 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-03-31 22:02:08 +0000 |
| commit | 114cfbb83b3c86c9bc7598fd86a36025d0ddf1ea (patch) | |
| tree | 7c447fd47aebb9ba8f9d1de56e6de29716b926f4 /lisp | |
| parent | 623719c3a95e2ec6f21bb749e0aca684ba551382 (diff) | |
| download | emacs-114cfbb83b3c86c9bc7598fd86a36025d0ddf1ea.tar.gz emacs-114cfbb83b3c86c9bc7598fd86a36025d0ddf1ea.zip | |
* url-auth.el (url-digest-auth): Changed an if so that the
interaction between the PROMPT and OVERWRITE arguments can no
longer result in the user being queried twice for the same login
and password information.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/url/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index d2c32afc204..f94441b9d7e 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-01-29 John Wiegley <johnw@newartisans.com> | ||
| 2 | |||
| 3 | * url-auth.el (url-digest-auth): Changed an if so that the | ||
| 4 | interaction between the PROMPT and OVERWRITE arguments can no | ||
| 5 | longer result in the user being queried twice for the same login | ||
| 6 | and password information. | ||
| 7 | |||
| 1 | 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com> | 8 | 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 9 | ||
| 3 | * url-util.el (url-get-normalized-date): Simplify | 10 | * url-util.el (url-get-normalized-date): Simplify |