comparison lisp/url/ChangeLog @ 69045:18cb5d3fd8be

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 20 Feb 2006 21:54:23 +0000
parents b96fcf6e016c
children 64b44b996827
comparison
equal deleted inserted replaced
69044:8edc29039fd2 69045:18cb5d3fd8be
1 2006-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * url.el (url-redirect-buffer): New var.
4 (url-retrieve-synchronously): Use it to follow redirections.
5
6 * url-http.el: Require `url' rather than try to autoload parts of it.
7 (url-http-find-free-connection): `url-open-stream' needs a real buffer.
8 (url-http-parse-headers): Set `url-redirect-buffer' when following
9 a redirection reply.
10
1 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca> 11 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * url-news.el: Move defvars out of eval-when-compile. 13 * url-news.el: Move defvars out of eval-when-compile.
4 (url-news-fetch-message-id, url-news-fetch-newsgroup): 14 (url-news-fetch-message-id, url-news-fetch-newsgroup):
5 Use with-current-buffer. 15 Use with-current-buffer.
16 * url-history.el (url-history-hash-table): Initialize in declaration. 26 * url-history.el (url-history-hash-table): Initialize in declaration.
17 (url-history-parse-history): Don't reset the history. 27 (url-history-parse-history): Don't reset the history.
18 (url-history-save-history): Create parent dir if necessary. 28 (url-history-save-history): Create parent dir if necessary.
19 (url-history-save-history): Don't write the initialization of 29 (url-history-save-history): Don't write the initialization of
20 url-history-hash-table into the history file. 30 url-history-hash-table into the history file.
21 (url-have-visited-url): Simplify since url-history-hash-table is non-nil. 31 (url-have-visited-url): Simplify since url-history-hash-table isn't nil.
22 (url-completion-function): Simplify. 32 (url-completion-function): Simplify.
23 33
24 * url-cookie.el (url-cookie-parse-file): Don't complain of missing file. 34 * url-cookie.el (url-cookie-parse-file): Don't complain of missing file.
25 (url-cookie-parse-file, url-cookie-write-file, url-cookie-retrieve) 35 (url-cookie-parse-file, url-cookie-write-file, url-cookie-retrieve)
26 (url-cookie-generate-header-lines, url-cookie-handle-set-cookie) 36 (url-cookie-generate-header-lines, url-cookie-handle-set-cookie)