# HG changeset patch # User Stefan Monnier # Date 1140472463 0 # Node ID 18cb5d3fd8bed85069389e67dd954adb85300412 # Parent 8edc29039fd21192f724e2f5c46110e5f558f11b *** empty log message *** diff -r 8edc29039fd2 -r 18cb5d3fd8be lisp/url/ChangeLog --- a/lisp/url/ChangeLog Mon Feb 20 21:54:08 2006 +0000 +++ b/lisp/url/ChangeLog Mon Feb 20 21:54:23 2006 +0000 @@ -1,3 +1,13 @@ +2006-02-20 Stefan Monnier + + * url.el (url-redirect-buffer): New var. + (url-retrieve-synchronously): Use it to follow redirections. + + * url-http.el: Require `url' rather than try to autoload parts of it. + (url-http-find-free-connection): `url-open-stream' needs a real buffer. + (url-http-parse-headers): Set `url-redirect-buffer' when following + a redirection reply. + 2006-01-18 Stefan Monnier * url-news.el: Move defvars out of eval-when-compile. @@ -18,7 +28,7 @@ (url-history-save-history): Create parent dir if necessary. (url-history-save-history): Don't write the initialization of url-history-hash-table into the history file. - (url-have-visited-url): Simplify since url-history-hash-table is non-nil. + (url-have-visited-url): Simplify since url-history-hash-table isn't nil. (url-completion-function): Simplify. * url-cookie.el (url-cookie-parse-file): Don't complain of missing file.