Mercurial > emacs
changeset 75237:2855dcf47442
*** empty log message ***
author | Magnus Henoch <mange@freemail.hu> |
---|---|
date | Sun, 14 Jan 2007 23:17:59 +0000 |
parents | 2349801d8856 |
children | 975531dd9b08 |
files | lisp/url/ChangeLog |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Sun Jan 14 23:17:52 2007 +0000 +++ b/lisp/url/ChangeLog Sun Jan 14 23:17:59 2007 +0000 @@ -1,3 +1,21 @@ +2007-01-14 Magnus Henoch <mange@freemail.hu> + + * url-proxy.el (url-proxy-object): Remove. + (url-proxy): Don't use `url-proxy-object'. Act according to type of + proxy (currently only HTTP supported). + + * url.el (url-retrieve-internal): Don't use `url-proxy-object'. + + * url-http.el (url-http-proxy): New variable. + (url-http-create-request): Use it. Don't use `url-proxy-object'. + (url-http): Treat `url' argument as resource to download, and + dynamic variable `url-using-proxy' as proxy to use. Set + `url-current-object' to actual URL, and `url-http-proxy' to proxy + used. + (url-http-handle-cookies): Assume that `url-current-object' does + not point to the proxy used. + (url-http-async-sentinel): Adapt error message. + 2006-12-10 Juanma Barranquero <lekktu@gmail.com> * url-gw.el (url-gateway-nslookup-program): Doc fix.