summaryrefslogtreecommitdiff
path: root/lisp/url
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-09-15 21:27:19 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-09-15 21:27:19 +0000
commit0f71f9da9cd21af7838ed063c2af44f5ea4e9a02 (patch)
treef62173eb7fc22efddb8bda9be98a24d8ef5d21bb /lisp/url
parent72d1ce61539b883bee5a5af32cdfb3ee1d344dcc (diff)
downloademacs-0f71f9da9cd21af7838ed063c2af44f5ea4e9a02.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 2e44dbe2af7..9b78cf98bb5 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,6 +1,6 @@
2007-09-03 Diane Murray <disumu@x3y2z1.net>
- * url-http.el: (url-http-parse-headers): Bind the current buffer
+ * url-http.el (url-http-parse-headers): Bind the current buffer
rather than calling `url-mark-buffer-as-dead' with
`current-buffer', so that the correct buffer is killed if
`url-retrieve-synchronously' gets redirected to a new URL.
@@ -16,6 +16,11 @@
* url-expand.el (url-identity-expander, url-default-expander):
Update all callers.
+2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
+
+ * url-auth.el (url-basic-auth): When prompting for username
+ and password, default to the username and password in the URL.
+
2007-08-08 Glenn Morris <rgm@gnu.org>
* url-auth.el, url-cache.el, url-dav.el, url-file.el, vc-dav.el: