summaryrefslogtreecommitdiff
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-11-20 14:25:56 -0800
committerGlenn Morris <rgm@gnu.org>2010-11-20 14:25:56 -0800
commit2f5e7c6fbbadca074a95e5e2e73245e33c237f27 (patch)
tree5ee41c229f6aa54ec35ea63341d9bdfad6f163c3 /lisp/url/ChangeLog
parent7dcd777e1461002059399219ba77e891533a65bb (diff)
downloademacs-2f5e7c6fbbadca074a95e5e2e73245e33c237f27.tar.gz
ChangeLog fixes prompted by M-x authors.
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog7
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>