diff options
author | Glenn Morris <rgm@gnu.org> | 2015-01-02 11:52:03 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-01-02 11:52:03 -0800 |
commit | 11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590 (patch) | |
tree | 16b0f678fc08bba740cc6615a6190aa2994b8904 /src | |
parent | d0ca1148fe2d1e72e86f0197731071f139c143e3 (diff) | |
download | emacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.tar.gz |
ChangeLog fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 18 |
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 @@ * sysdep.c [WINDOWSNT]: Include sys/socket.h, without which this file doesn't compile on MS-Windows. +2014-12-29 Paul Eggert <eggert@cs.ucla.edu> + + Allow return value of system-name to vary. (Bug#19438) + * filelock.c (current_lock_owner): + * xrdb.c (get_environ_db): + * xterm.c (same_x_server): + * xterm.c (x_term_init): + Prefer (system-name) to system-name, and avoid naming + locals 'system-name'. + * editfns.c (cached_system_name): New static var. + (init_and_cache_system_name): New function. + (init_editfns, Fsystem_name): Use it. + (syms_of_editfns): Initialize it and Vsystem_name to the same value. + * sysdep.c [HAVE_SOCKETS]: Don't include <sys/socket.h>, <netdb.h>. + (h_errno) [TRY_AGAIN && !HAVE_H_ERRNO]: Remove decl. + (init_system_name) [HAVE_SOCKETS]: Don't canonicalize the name. + Don't create a new string if the current value is already correct. + 2014-12-28 Paul Eggert <eggert@cs.ucla.edu> Fix produce_composite_width typo |