diff options
| -rw-r--r-- | lisp/url/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 01c2d70870a..e0f989f1451 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2007-04-01 Diane Murray <disumu@x3y2z1.net> | 1 | 2007-04-01 Diane Murray <disumu@x3y2z1.net> (tiny change) |
| 2 | 2 | ||
| 3 | * url-http.el (url-http-handle-cookies): Reverse list returned by | 3 | * url-http.el (url-http-handle-cookies): Reverse list returned by |
| 4 | `mail-fetch-field', so that cookies are set in the correct order. | 4 | `mail-fetch-field', so that cookies are set in the correct order. |
| @@ -65,7 +65,7 @@ | |||
| 65 | (url-http-parse-response): Set it. | 65 | (url-http-parse-response): Set it. |
| 66 | (url-http-parse-headers): Use it to determine keep-alive behavior. | 66 | (url-http-parse-headers): Use it to determine keep-alive behavior. |
| 67 | 67 | ||
| 68 | 2006-11-23 Diane Murray <disumu@x3y2z1.net> | 68 | 2006-11-23 Diane Murray <disumu@x3y2z1.net> (tiny change) |
| 69 | 69 | ||
| 70 | * url-http.el (url-http-content-length-after-change-function): Use | 70 | * url-http.el (url-http-content-length-after-change-function): Use |
| 71 | `url-lazy-message'. | 71 | `url-lazy-message'. |
| @@ -174,7 +174,7 @@ | |||
| 174 | getenv returns an empty string for http_proxy. This prevents an | 174 | getenv returns an empty string for http_proxy. This prevents an |
| 175 | error when calling `format' later on. | 175 | error when calling `format' later on. |
| 176 | 176 | ||
| 177 | 2006-08-31 Diane Murray <disumu@x3y2z1.net> | 177 | 2006-08-31 Diane Murray <disumu@x3y2z1.net> (tiny change) |
| 178 | 178 | ||
| 179 | * url-parse.el (url-recreate-url-attributes): New function, code | 179 | * url-parse.el (url-recreate-url-attributes): New function, code |
| 180 | simply moved from `url-recreate-url'. | 180 | simply moved from `url-recreate-url'. |
| @@ -184,7 +184,7 @@ | |||
| 184 | * url-http.el (url-http-create-request): | 184 | * url-http.el (url-http-create-request): |
| 185 | Use `url-recreate-url-attributes' when setting real-fname. | 185 | Use `url-recreate-url-attributes' when setting real-fname. |
| 186 | 186 | ||
| 187 | 2006-08-29 Diane Murray <disumu@x3y2z1.net> | 187 | 2006-08-29 Diane Murray <disumu@x3y2z1.net> (tiny change) |
| 188 | 188 | ||
| 189 | * url-cookie.el (url-cookie-write-file): Really don't use versioned | 189 | * url-cookie.el (url-cookie-write-file): Really don't use versioned |
| 190 | backups. | 190 | backups. |