aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/url/ChangeLog5
2 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ce1a8c2c0f9..925f51b6557 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1384,9 +1384,6 @@
1384 1384
13852015-01-17 Ivan Shmakov <ivan@siamics.net> 13852015-01-17 Ivan Shmakov <ivan@siamics.net>
1386 1386
1387 * url/url-cookie.el (url-cookie-write-file): Let-bind print-length
1388 and print-level to nil to avoid writing a garbled list. (Bug#16805)
1389
1390 * files.el (find-file-other-window, find-file-other-frame): 1387 * files.el (find-file-other-window, find-file-other-frame):
1391 Use mapc instead of mapcar. (Bug#18175) 1388 Use mapc instead of mapcar. (Bug#18175)
1392 1389
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 920d692d319..0f464135840 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -4,6 +4,11 @@
4 * url-dav.el (url-dav-delete-directory, url-dav-delete-file) 4 * url-dav.el (url-dav-delete-directory, url-dav-delete-file)
5 (url-dav-directory-files): Keep diagnostics consistent with system's. 5 (url-dav-directory-files): Keep diagnostics consistent with system's.
6 6
72015-01-17 Ivan Shmakov <ivan@siamics.net>
8
9 * url-cookie.el (url-cookie-write-file): Let-bind print-length
10 and print-level to nil to avoid writing a garbled list. (Bug#16805)
11
72014-12-12 Lars Magne Ingebrigtsen <larsi@gnus.org> 122014-12-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8 13
9 * url-http.el (url-http-parse-headers): `gnutls-available-p' is 14 * url-http.el (url-http-parse-headers): `gnutls-available-p' is