diff options
| author | Glenn Morris | 2015-02-20 19:36:54 -0500 |
|---|---|---|
| committer | Glenn Morris | 2015-02-20 19:36:54 -0500 |
| commit | 1ee99b6fbde4a58e7be24c46e19ff8faadbe704f (patch) | |
| tree | 429bab777ffae2befa4d3e3754a8025b7f20e5c9 /lisp | |
| parent | 80e67e434cce67417453b0d8ac66e061b279e4e7 (diff) | |
| download | emacs-1ee99b6fbde4a58e7be24c46e19ff8faadbe704f.tar.gz emacs-1ee99b6fbde4a58e7be24c46e19ff8faadbe704f.zip | |
# ChangeLog fix
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 5 |
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 | ||
| 1385 | 2015-01-17 Ivan Shmakov <ivan@siamics.net> | 1385 | 2015-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 | ||
| 7 | 2015-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 | |||
| 7 | 2014-12-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | 12 | 2014-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 |