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 | |
| parent | d0ca1148fe2d1e72e86f0197731071f139c143e3 (diff) | |
| download | emacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.tar.gz emacs-11ee7d8bf16b8ee4fcb3659e4b09686ed8b10590.zip | |
ChangeLog fixes
| -rw-r--r-- | ChangeLog | 33 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/org/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 18 |
7 files changed, 49 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. |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index ce97b4d1e9b..de1a760496b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -14,6 +14,10 @@ | |||
| 14 | `temp-buffer-resize-mode', `temp-buffer-max-height' and | 14 | `temp-buffer-resize-mode', `temp-buffer-max-height' and |
| 15 | `temp-buffer-max-width'. | 15 | `temp-buffer-max-width'. |
| 16 | 16 | ||
| 17 | 2014-12-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 18 | |||
| 19 | * os.texi (System Environment): Update for system-name changes. | ||
| 20 | |||
| 17 | 2014-12-27 Glenn Morris <rgm@gnu.org> | 21 | 2014-12-27 Glenn Morris <rgm@gnu.org> |
| 18 | 22 | ||
| 19 | * control.texi (Pattern matching case statement): | 23 | * control.texi (Pattern matching case statement): |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 70c68f0ba0c..5057fb91f0b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -12,6 +12,16 @@ | |||
| 12 | (${buildinfodir}/efaq%.info, efaq%.html): | 12 | (${buildinfodir}/efaq%.info, efaq%.html): |
| 13 | Use them. | 13 | Use them. |
| 14 | 14 | ||
| 15 | 2014-12-31 Filipp Gunbin <fgunbin@fastmail.fm> | ||
| 16 | |||
| 17 | * info.texi (Create Info buffer): Mention info-display-manual prefix. | ||
| 18 | |||
| 19 | 2014-12-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 20 | |||
| 21 | * efaq.texi (Displaying the current file name in the titlebar): | ||
| 22 | Prefer (system-name) to system-name. | ||
| 23 | * smtpmail.texi (Server workarounds): Fix grammar. | ||
| 24 | |||
| 15 | 2014-12-18 Eric Abrahamsen <eric@ericabrahamsen.net> | 25 | 2014-12-18 Eric Abrahamsen <eric@ericabrahamsen.net> |
| 16 | 26 | ||
| 17 | * gnus.texi (Gnus Registry Setup): Explain pruning changes. Mention | 27 | * gnus.texi (Gnus Registry Setup): Explain pruning changes. Mention |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9d5416c5cea..4b413fb674d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -59,6 +59,12 @@ | |||
| 59 | 59 | ||
| 60 | * obsolete/pc-select.el (pc-selection-mode): Use system-type. | 60 | * obsolete/pc-select.el (pc-selection-mode): Use system-type. |
| 61 | This is instead of system-name, which is both wrong here and obsolete. | 61 | This is instead of system-name, which is both wrong here and obsolete. |
| 62 | * desktop.el (desktop-save-frameset): | ||
| 63 | * dnd.el (dnd-get-local-file-uri): | ||
| 64 | * nxml/rng-uri.el (rng-uri-file-name-1): | ||
| 65 | Prefer (system-name) to system-name, and avoid naming | ||
| 66 | locals 'system-name'. | ||
| 67 | * startup.el (system-name): Now an obsolete variable. (Bug#19438) | ||
| 62 | 68 | ||
| 63 | 2014-12-29 Dmitry Gutov <dgutov@yandex.ru> | 69 | 2014-12-29 Dmitry Gutov <dgutov@yandex.ru> |
| 64 | 70 | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 73fe41f01f2..73a0de76a1f 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-12-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * message.el (message-make-fqdn): | ||
| 4 | * nnvirtual.el (nnvirtual-retrieve-headers) | ||
| 5 | (nnvirtual-update-xref-header): Prefer (system-name) to system-name, | ||
| 6 | and avoid naming locals 'system-name'. | ||
| 7 | |||
| 1 | 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org> | 8 | 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 9 | ||
| 3 | * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that | 10 | * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that |
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 7b87933935c..081da5db73b 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-12-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * org-clock.el (org-clock-save): Prefer (system-name) to system-name. | ||
| 4 | |||
| 1 | 2014-10-29 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-10-29 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Simplify use of current-time and friends. | 7 | Simplify use of current-time and friends. |
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 |