comparison lisp/url/ChangeLog @ 63290:01f269fcca4c

Remove most autoload cookies. Don't hook into the url-file-handler since it currently breaks all non-HTTP URLs.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 10 Jun 2005 22:02:23 +0000
parents 8ae350152375
children 70cb4d2371b4
comparison
equal deleted inserted replaced
63289:8ae350152375 63290:01f269fcca4c
1 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca> 1 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * url-dav.el: Remove most autoload cookies.
4 Don't hook into the url-file-handler since it currently breaks all
5 non-HTTP URLs.
2 6
3 * url-handlers.el (vc-registered): Explicitly disable VC for URL files. 7 * url-handlers.el (vc-registered): Explicitly disable VC for URL files.
4 8
5 * url.el (url-retrieve-synchronously): Don't exit precipitously when 9 * url.el (url-retrieve-synchronously): Don't exit precipitously when
6 fetching a file via ange-ftp. 10 fetching a file via ange-ftp.