Mercurial > emacs
changeset 84585:da12600035f6
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 15 Sep 2007 21:27:19 +0000 |
parents | 1c7fc1a1f0b9 |
children | 3048d1b37570 |
files | lisp/url/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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: