diff options
Diffstat (limited to 'lisp/url/ChangeLog')
| -rw-r--r-- | lisp/url/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 546af477106..5718346b89b 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2005-06-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * url-history.el (url-completion-function): Follow error | ||
| 4 | conventions. | ||
| 5 | |||
| 6 | 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 8 | * url-file.el (url-file, url-file-asynch-callback): with-current-buffer. | ||
| 9 | |||
| 10 | 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 11 | |||
| 12 | * url-dav.el: Remove most autoload cookies. | ||
| 13 | Don't hook into the url-file-handler since it currently breaks all | ||
| 14 | non-HTTP URLs. | ||
| 15 | |||
| 16 | * url-handlers.el (vc-registered): Explicitly disable VC for URL files. | ||
| 17 | |||
| 18 | * url.el (url-retrieve-synchronously): Don't exit precipitously when | ||
| 19 | fetching a file via ange-ftp. | ||
| 20 | |||
| 21 | 2005-06-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 22 | |||
| 23 | * url-cookie.el (url-cookie-multiple-line): Fix spelling in docstring. | ||
| 24 | |||
| 1 | 2005-05-19 Juanma Barranquero <lekktu@gmail.com> | 25 | 2005-05-19 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 26 | ||
| 3 | * url-cookie.el (url-cookie-multiple-line): | 27 | * url-cookie.el (url-cookie-multiple-line): |