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 /src/ChangeLog | |
| parent | d0ca1148fe2d1e72e86f0197731071f139c143e3 (diff) | |
| download | emacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.tar.gz emacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.zip | |
ChangeLog fixes
Diffstat (limited to 'src/ChangeLog')
| -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 @@ | |||
| 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 | ||
| 24 | 2014-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 | |||
| 24 | 2014-12-28 Paul Eggert <eggert@cs.ucla.edu> | 42 | 2014-12-28 Paul Eggert <eggert@cs.ucla.edu> |
| 25 | 43 | ||
| 26 | Fix produce_composite_width typo | 44 | Fix produce_composite_width typo |