diff options
| author | Glenn Morris | 2015-01-02 11:52:03 -0800 |
|---|---|---|
| committer | Glenn Morris | 2015-01-02 11:52:03 -0800 |
| commit | 11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590 (patch) | |
| tree | 16b0f678fc08bba740cc6615a6190aa2994b8904 /lisp | |
| parent | d0ca1148fe2d1e72e86f0197731071f139c143e3 (diff) | |
| download | emacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.tar.gz emacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.zip | |
ChangeLog fixes
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 4 |
3 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9d5416c5cea..4b413fb674d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -59,6 +59,12 @@ | |||
| 59 | 59 | ||
| 60 | * obsolete/pc-select.el (pc-selection-mode): Use system-type. | 60 | * obsolete/pc-select.el (pc-selection-mode): Use system-type. |
| 61 | This is instead of system-name, which is both wrong here and obsolete. | 61 | This is instead of system-name, which is both wrong here and obsolete. |
| 62 | * desktop.el (desktop-save-frameset): | ||
| 63 | * dnd.el (dnd-get-local-file-uri): | ||
| 64 | * nxml/rng-uri.el (rng-uri-file-name-1): | ||
| 65 | Prefer (system-name) to system-name, and avoid naming | ||
| 66 | locals 'system-name'. | ||
| 67 | * startup.el (system-name): Now an obsolete variable. (Bug#19438) | ||
| 62 | 68 | ||
| 63 | 2014-12-29 Dmitry Gutov <dgutov@yandex.ru> | 69 | 2014-12-29 Dmitry Gutov <dgutov@yandex.ru> |
| 64 | 70 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 73fe41f01f2..73a0de76a1f 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-12-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * message.el (message-make-fqdn): | ||
| 4 | * nnvirtual.el (nnvirtual-retrieve-headers) | ||
| 5 | (nnvirtual-update-xref-header): Prefer (system-name) to system-name, | ||
| 6 | and avoid naming locals 'system-name'. | ||
| 7 | |||
| 1 | 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org> | 8 | 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 9 | ||
| 3 | * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that | 10 | * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 7b87933935c..081da5db73b 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-12-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * org-clock.el (org-clock-save): Prefer (system-name) to system-name. | ||
| 4 | |||
| 1 | 2014-10-29 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-10-29 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Simplify use of current-time and friends. | 7 | Simplify use of current-time and friends. |