Mercurial > emacs
diff lisp/url/ChangeLog @ 61630:68114d546e48
(url-retrieve-synchronously): Work around the fact that
url-http sometimes doesn't call the callback.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 18 Apr 2005 13:19:43 +0000 |
parents | 6b0915585495 |
children | 4512c4db6912 |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Mon Apr 18 11:34:46 2005 +0000 +++ b/lisp/url/ChangeLog Mon Apr 18 13:19:43 2005 +0000 @@ -1,3 +1,8 @@ +2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca> + + * url.el (url-retrieve-synchronously): Work around the fact that + url-http sometimes doesn't call the callback. + 2005-04-04 Lute Kamstra <lute@gnu.org> * url-handlers.el (url-handler-mode): Specify :group.