aboutsummaryrefslogtreecommitdiffstats
path: root/src/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 /src/ChangeLog
parentd0ca1148fe2d1e72e86f0197731071f139c143e3 (diff)
downloademacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.tar.gz
emacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.zip
ChangeLog fixes
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7b286ccb8bf..d204ccf822d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -21,6 +21,24 @@
21 * sysdep.c [WINDOWSNT]: Include sys/socket.h, without which this 21 * sysdep.c [WINDOWSNT]: Include sys/socket.h, without which this
22 file doesn't compile on MS-Windows. 22 file doesn't compile on MS-Windows.
23 23
242014-12-29 Paul Eggert <eggert@cs.ucla.edu>
25
26 Allow return value of system-name to vary. (Bug#19438)
27 * filelock.c (current_lock_owner):
28 * xrdb.c (get_environ_db):
29 * xterm.c (same_x_server):
30 * xterm.c (x_term_init):
31 Prefer (system-name) to system-name, and avoid naming
32 locals 'system-name'.
33 * editfns.c (cached_system_name): New static var.
34 (init_and_cache_system_name): New function.
35 (init_editfns, Fsystem_name): Use it.
36 (syms_of_editfns): Initialize it and Vsystem_name to the same value.
37 * sysdep.c [HAVE_SOCKETS]: Don't include <sys/socket.h>, <netdb.h>.
38 (h_errno) [TRY_AGAIN && !HAVE_H_ERRNO]: Remove decl.
39 (init_system_name) [HAVE_SOCKETS]: Don't canonicalize the name.
40 Don't create a new string if the current value is already correct.
41
242014-12-28 Paul Eggert <eggert@cs.ucla.edu> 422014-12-28 Paul Eggert <eggert@cs.ucla.edu>
25 43
26 Fix produce_composite_width typo 44 Fix produce_composite_width typo