diff options
author | Glenn Morris <rgm@gnu.org> | 2010-11-20 14:25:56 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-11-20 14:25:56 -0800 |
commit | 2f5e7c6fbbadca074a95e5e2e73245e33c237f27 (patch) | |
tree | 5ee41c229f6aa54ec35ea63341d9bdfad6f163c3 /lisp/url | |
parent | 7dcd777e1461002059399219ba77e891533a65bb (diff) | |
download | emacs-2f5e7c6fbbadca074a95e5e2e73245e33c237f27.tar.gz |
ChangeLog fixes prompted by M-x authors.
Diffstat (limited to 'lisp/url')
-rw-r--r-- | lisp/url/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 69a6746cee1..44cc511c99c 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -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> |