Mercurial > emacs
changeset 74683:f1038333001f
*** empty log message ***
author | Magnus Henoch <mange@freemail.hu> |
---|---|
date | Sun, 17 Dec 2006 17:00:18 +0000 |
parents | 3a25d9542e47 |
children | 2a54a5dd0df4 |
files | lisp/url/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Sun Dec 17 12:58:04 2006 +0000 +++ b/lisp/url/ChangeLog Sun Dec 17 17:00:18 2006 +0000 @@ -2,6 +2,18 @@ * url-gw.el (url-gateway-nslookup-program): Doc fix. +2006-12-08 Magnus Henoch <mange@freemail.hu> + + * url-proxy.el (url-proxy-object): New variable. + (url-proxy): Bind it instead of `proxy-object'. + + * url-http.el (url-http-create-request): Remove url argument, use + the buffer-local variable `url-http-target-url' instead. Both + callers updated. Simplify proxy handling. + (url-http): Don't make proxy-object buffer local. + + * url.el (url-retrieve-internal): Bind url-proxy-object to nil. + 2006-11-26 Magnus Henoch <mange@freemail.hu> * url-http.el (url-http-wait-for-headers-change-function): Use