emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/ChangeLog,v


From: Magnus Henoch
Subject: [Emacs-diffs] Changes to emacs/lisp/url/ChangeLog,v
Date: Sun, 14 Jan 2007 23:18:00 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Magnus Henoch <legoscia>        07/01/14 23:18:00

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/url/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -b -r1.105 -r1.106
--- ChangeLog   17 Dec 2006 17:00:18 -0000      1.105
+++ ChangeLog   14 Jan 2007 23:17:59 -0000      1.106
@@ -1,3 +1,21 @@
+2007-01-14  Magnus Henoch  <address@hidden>
+
+       * 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  <address@hidden>
 
        * url-gw.el (url-gateway-nslookup-program): Doc fix.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]