Mercurial > emacs
changeset 69045:18cb5d3fd8be
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 20 Feb 2006 21:54:23 +0000 |
parents | 8edc29039fd2 |
children | d037a8cb1b92 |
files | lisp/url/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <monnier@iro.umontreal.ca> + + * 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 <monnier@iro.umontreal.ca> * 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.