summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-02-25 16:18:51 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-02-25 16:18:51 +0000
commit8538391eb81a4d7bc96c4fa6f12d90e17b7c86db (patch)
treee8f71acbe699bd041d498895cc483cfc8b68a62c /lisp
parentd4d0337701de679c31d50e514d43088849699cb8 (diff)
downloademacs-8538391eb81a4d7bc96c4fa6f12d90e17b7c86db.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/ChangeLog6
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.