# HG changeset patch # User Juanma Barranquero # Date 1189891639 0 # Node ID da12600035f6aed784b8b5264067029e63b77f8a # Parent 1c7fc1a1f0b9c9b5dcb7e793071ac7b66e6ada45 *** empty log message *** diff -r 1c7fc1a1f0b9 -r da12600035f6 lisp/url/ChangeLog --- a/lisp/url/ChangeLog Sat Sep 15 21:25:49 2007 +0000 +++ b/lisp/url/ChangeLog Sat Sep 15 21:27:19 2007 +0000 @@ -1,6 +1,6 @@ 2007-09-03 Diane Murray - * 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 (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 * url-auth.el, url-cache.el, url-dav.el, url-file.el, vc-dav.el: