diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce1a8c2c0f9..925f51b6557 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1384,9 +1384,6 @@ 2015-01-17 Ivan Shmakov - * url/url-cookie.el (url-cookie-write-file): Let-bind print-length - and print-level to nil to avoid writing a garbled list. (Bug#16805) - * files.el (find-file-other-window, find-file-other-frame): Use mapc instead of mapcar. (Bug#18175) 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 @@ * url-dav.el (url-dav-delete-directory, url-dav-delete-file) (url-dav-directory-files): Keep diagnostics consistent with system's. +2015-01-17 Ivan Shmakov + + * url-cookie.el (url-cookie-write-file): Let-bind print-length + and print-level to nil to avoid writing a garbled list. (Bug#16805) + 2014-12-12 Lars Magne Ingebrigtsen * url-http.el (url-http-parse-headers): `gnutls-available-p' is