summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/url/ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index be20d70cd46..c7d0de58c81 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,8 +1,7 @@
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.
+ * url-auth.el (url-digest-auth): If the 'opaque' argument is not
+ being used, don't add it to the response text.
2008-01-21 Stefan Monnier <monnier@iro.umontreal.ca>