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 /ChangeLog | |
| parent | d0ca1148fe2d1e72e86f0197731071f139c143e3 (diff) | |
| download | emacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.tar.gz emacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.zip | |
ChangeLog fixes
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 33 |
1 files changed, 0 insertions, 33 deletions
| @@ -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 | ||
| 31 | 2014-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 | |||
| 64 | 2014-12-28 Paul Eggert <eggert@cs.ucla.edu> | 31 | 2014-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. |