aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2015-01-02 11:52:03 -0800
committerGlenn Morris2015-01-02 11:52:03 -0800
commit11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590 (patch)
tree16b0f678fc08bba740cc6615a6190aa2994b8904 /ChangeLog
parentd0ca1148fe2d1e72e86f0197731071f139c143e3 (diff)
downloademacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.tar.gz
emacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.zip
ChangeLog fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 0 insertions, 33 deletions
diff --git a/ChangeLog b/ChangeLog
index 3182c6c8ff0..0efa32aec55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,39 +28,6 @@
28 Be less chatty when not verbose. 28 Be less chatty when not verbose.
29 ($(srcdir)/src/stamp-h.in): Simplify with '$@'. 29 ($(srcdir)/src/stamp-h.in): Simplify with '$@'.
30 30
312014-12-29 Paul Eggert <eggert@cs.ucla.edu>
32
33 system-name's returned value can vary
34 Also, the system-name variable is now obsolete.
35 Fixes Bug#19438.
36 * doc/lispref/os.texi (System Environment):
37 * etc/NEWS: Document this.
38 * doc/misc/efaq.texi:
39 (Displaying the current file name in the titlebar):
40 * lisp/desktop.el (desktop-save-frameset):
41 * lisp/dnd.el (dnd-get-local-file-uri):
42 * lisp/gnus/message.el (message-make-fqdn):
43 * lisp/gnus/nnvirtual.el (nnvirtual-retrieve-headers)
44 (nnvirtual-update-xref-header):
45 * lisp/nxml/rng-uri.el (rng-uri-file-name-1):
46 * lisp/org/org-clock.el (org-clock-save):
47 * src/filelock.c (current_lock_owner):
48 * src/xrdb.c (get_environ_db):
49 * src/xterm.c (same_x_server):
50 * src/xterm.c (x_term_init):
51 Prefer (system-name) to system-name, and avoid naming
52 locals 'system-name'.
53 * doc/misc/smtpmail.texi (Server workarounds): Fix grammar.
54 * lisp/startup.el (system-name): Now an obsolete variable.
55 * src/editfns.c (cached_system_name): New static var.
56 (init_and_cache_system_name): New function.
57 (init_editfns, Fsystem_name): Use it.
58 (syms_of_editfns): Initialize it and Vsystem_name to the same value.
59 * src/sysdep.c [HAVE_SOCKETS]: Don't include <sys/socket.h>, <netdb.h>.
60 (h_errno) [TRY_AGAIN && !HAVE_H_ERRNO]: Remove decl.
61 (init_system_name) [HAVE_SOCKETS]: Don't canonicalize the name.
62 Don't create a new string if the current value is already correct.
63
642014-12-28 Paul Eggert <eggert@cs.ucla.edu> 312014-12-28 Paul Eggert <eggert@cs.ucla.edu>
65 32
66 * build-aux/git-hooks/commit-msg: Allow tabs. 33 * build-aux/git-hooks/commit-msg: Allow tabs.