diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2008-02-25 16:18:51 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2008-02-25 16:18:51 +0000 |
| commit | d5cc801fe5ed50d688e111391ee2d04ef468f509 (patch) | |
| tree | 41a609f475afdec19ddd08583b1d7ca84143e255 /lisp | |
| parent | 933930d44f0121c9f7afac0dfc15a5df1aa80459 (diff) | |
| download | emacs-d5cc801fe5ed50d688e111391ee2d04ef468f509.tar.gz | |
* url-auth.el (url-digest-auth): Don't show prompt if
authentication succeeded on the previous pass. Don't pass
"opaque" value if none is presented by the server.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/url/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 723fb986b0d..be20d70cd46 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,9 @@ +2008-02-25 John Wiegley <johnw@newartisans.com> + + * url-auth.el (url-digest-auth): Don't show prompt if + authentication succeeded on the previous pass. Don't pass + "opaque" value if none is presented by the server. + 2008-01-21 Stefan Monnier <monnier@iro.umontreal.ca> * url-handlers.el (unhandled-file-name-directory): Add handler. |
