Mercurial > emacs
diff lisp/url/ChangeLog @ 75662:9b2905086f4f
(url-http-connection-opened): New variable.
(url-http): Initialize it.
(url-http-async-sentinel): Don't try changing sentinels.
Run url-http-end-of-document-sentinel if necessary.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 04 Feb 2007 00:20:59 +0000 |
parents | 24e07613d0c5 |
children | dc23aaa67696 |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Sat Feb 03 23:39:36 2007 +0000 +++ b/lisp/url/ChangeLog Sun Feb 04 00:20:59 2007 +0000 @@ -1,3 +1,10 @@ +2007-02-04 Chong Yidong <cyd@stupidchicken.com> + + * url-http.el (url-http-connection-opened): New variable. + (url-http): Initialize it. + (url-http-async-sentinel): Don't try changing sentinels. + Run url-http-end-of-document-sentinel if necessary. + 2007-01-29 Juanma Barranquero <lekktu@gmail.com> * url-auth.el (url-get-authentication): Fix typo in docstring.