Mercurial > emacs
diff lisp/url/ChangeLog @ 111654:1ce970bc77c0
ChangeLog fixes prompted by M-x authors.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 20 Nov 2010 14:25:56 -0800 |
parents | 7ac0fe73f41d |
children | c00190a8c8ef |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Sat Nov 20 18:32:57 2010 +0100 +++ b/lisp/url/ChangeLog Sat Nov 20 14:25:56 2010 -0800 @@ -91,7 +91,8 @@ 2010-09-14 Julien Danjou <julien@danjou.info> - * url-cache (url-store-in-cache): Make `buff' argument really optional. + * url-cache.el (url-store-in-cache): + Make `buff' argument really optional. 2010-09-14 Glenn Morris <rgm@gnu.org> @@ -108,12 +109,12 @@ 2010-07-27 Michael Albinus <michael.albinus@gmx.de> - * url-http (url-http-parse-headers): Disable file name handlers at + * url-http.el (url-http-parse-headers): Disable file name handlers at all (not only Tramp). (Bug#6717) 2010-07-27 Michael Albinus <michael.albinus@gmx.de> - * url-http (url-http-parse-headers): Disable Tramp. (Bug#6717) + * url-http.el (url-http-parse-headers): Disable Tramp. (Bug#6717) 2010-07-01 Mark A. Hershberger <mah@everybody.org>