diff options
Diffstat (limited to 'lisp/url/ChangeLog')
| -rw-r--r-- | lisp/url/ChangeLog | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index eb058534f63..8c53d49fdd1 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2007-04-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * url-parse.el (url-generic-parse-url): Revert 2006-10-09 changes. | ||
| 4 | |||
| 5 | 2007-04-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 6 | |||
| 7 | * url-http.el (url-http-parse-headers): Stop after a set number of | ||
| 8 | redirections. Suggested by Diane Murray. | ||
| 9 | |||
| 10 | * url-vars.el (url-max-redirections): New var. | ||
| 11 | |||
| 12 | 2007-04-01 Diane Murray <disumu@x3y2z1.net> (tiny change) | ||
| 13 | |||
| 14 | * url-http.el (url-http-handle-cookies): Reverse list returned by | ||
| 15 | `mail-fetch-field', so that cookies are set in the correct order. | ||
| 16 | |||
| 17 | * url-cookie.el (url-cookie-retrieve, url-cookie-host-can-set-p): | ||
| 18 | Deal with wildcard dots in domain values. | ||
| 19 | |||
| 20 | 2007-03-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de> | ||
| 21 | |||
| 22 | * url-http.el (url-http-mark-connection-as-busy) | ||
| 23 | (url-http-mark-connection-as-free): Clear query-on-exit flag on | ||
| 24 | idle connections. | ||
| 25 | |||
| 1 | 2007-02-04 Chong Yidong <cyd@stupidchicken.com> | 26 | 2007-02-04 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 27 | ||
| 3 | * url-http.el (url-http-connection-opened): New variable. | 28 | * url-http.el (url-http-connection-opened): New variable. |
| @@ -51,7 +76,7 @@ | |||
| 51 | (url-http-parse-response): Set it. | 76 | (url-http-parse-response): Set it. |
| 52 | (url-http-parse-headers): Use it to determine keep-alive behavior. | 77 | (url-http-parse-headers): Use it to determine keep-alive behavior. |
| 53 | 78 | ||
| 54 | 2006-11-23 Diane Murray <disumu@x3y2z1.net> | 79 | 2006-11-23 Diane Murray <disumu@x3y2z1.net> (tiny change) |
| 55 | 80 | ||
| 56 | * url-http.el (url-http-content-length-after-change-function): Use | 81 | * url-http.el (url-http-content-length-after-change-function): Use |
| 57 | `url-lazy-message'. | 82 | `url-lazy-message'. |
| @@ -160,7 +185,7 @@ | |||
| 160 | getenv returns an empty string for http_proxy. This prevents an | 185 | getenv returns an empty string for http_proxy. This prevents an |
| 161 | error when calling `format' later on. | 186 | error when calling `format' later on. |
| 162 | 187 | ||
| 163 | 2006-08-31 Diane Murray <disumu@x3y2z1.net> | 188 | 2006-08-31 Diane Murray <disumu@x3y2z1.net> (tiny change) |
| 164 | 189 | ||
| 165 | * url-parse.el (url-recreate-url-attributes): New function, code | 190 | * url-parse.el (url-recreate-url-attributes): New function, code |
| 166 | simply moved from `url-recreate-url'. | 191 | simply moved from `url-recreate-url'. |
| @@ -170,7 +195,7 @@ | |||
| 170 | * url-http.el (url-http-create-request): | 195 | * url-http.el (url-http-create-request): |
| 171 | Use `url-recreate-url-attributes' when setting real-fname. | 196 | Use `url-recreate-url-attributes' when setting real-fname. |
| 172 | 197 | ||
| 173 | 2006-08-29 Diane Murray <disumu@x3y2z1.net> | 198 | 2006-08-29 Diane Murray <disumu@x3y2z1.net> (tiny change) |
| 174 | 199 | ||
| 175 | * url-cookie.el (url-cookie-write-file): Really don't use versioned | 200 | * url-cookie.el (url-cookie-write-file): Really don't use versioned |
| 176 | backups. | 201 | backups. |