aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2015-01-02 11:52:03 -0800
committerGlenn Morris2015-01-02 11:52:03 -0800
commit11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590 (patch)
tree16b0f678fc08bba740cc6615a6190aa2994b8904 /lisp
parentd0ca1148fe2d1e72e86f0197731071f139c143e3 (diff)
downloademacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.tar.gz
emacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.zip
ChangeLog fixes
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/gnus/ChangeLog7
-rw-r--r--lisp/org/ChangeLog4
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
632014-12-29 Dmitry Gutov <dgutov@yandex.ru> 692014-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 @@
12014-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
12014-12-29 Lars Ingebrigtsen <larsi@gnus.org> 82014-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 @@
12014-12-29 Paul Eggert <eggert@cs.ucla.edu>
2
3 * org-clock.el (org-clock-save): Prefer (system-name) to system-name.
4
12014-10-29 Paul Eggert <eggert@cs.ucla.edu> 52014-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.