]> code.delx.au - gnu-emacs/commitdiff
ChangeLog fixes
authorGlenn Morris <rgm@gnu.org>
Fri, 2 Jan 2015 19:52:03 +0000 (11:52 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 2 Jan 2015 19:52:03 +0000 (11:52 -0800)
ChangeLog
doc/lispref/ChangeLog
doc/misc/ChangeLog
lisp/ChangeLog
lisp/gnus/ChangeLog
lisp/org/ChangeLog
src/ChangeLog

index 3182c6c8ff01b8704c2120829e737725a1740d32..0efa32aec55f582976fdc47ace7a1c6268a1abeb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        Be less chatty when not verbose.
        ($(srcdir)/src/stamp-h.in): Simplify with '$@'.
 
-2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
-
-       system-name's returned value can vary
-       Also, the system-name variable is now obsolete.
-       Fixes Bug#19438.
-       * doc/lispref/os.texi (System Environment):
-       * etc/NEWS: Document this.
-       * doc/misc/efaq.texi:
-       (Displaying the current file name in the titlebar):
-       * lisp/desktop.el (desktop-save-frameset):
-       * lisp/dnd.el (dnd-get-local-file-uri):
-       * lisp/gnus/message.el (message-make-fqdn):
-       * lisp/gnus/nnvirtual.el (nnvirtual-retrieve-headers)
-       (nnvirtual-update-xref-header):
-       * lisp/nxml/rng-uri.el (rng-uri-file-name-1):
-       * lisp/org/org-clock.el (org-clock-save):
-       * src/filelock.c (current_lock_owner):
-       * src/xrdb.c (get_environ_db):
-       * src/xterm.c (same_x_server):
-       * src/xterm.c (x_term_init):
-       Prefer (system-name) to system-name, and avoid naming
-       locals 'system-name'.
-       * doc/misc/smtpmail.texi (Server workarounds): Fix grammar.
-       * lisp/startup.el (system-name): Now an obsolete variable.
-       * src/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.
-       * src/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>
 
        * build-aux/git-hooks/commit-msg: Allow tabs.
index ce97b4d1e9bc658e17d0238a15f2181ffb6a73ed..de1a760496b45cc9375db145dede204d55934bb6 100644 (file)
        `temp-buffer-resize-mode', `temp-buffer-max-height' and
        `temp-buffer-max-width'.
 
+2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * os.texi (System Environment): Update for system-name changes.
+
 2014-12-27  Glenn Morris  <rgm@gnu.org>
 
        * control.texi (Pattern matching case statement):
index 70c68f0ba0c8960d17ad81d696fe65e34a5eccb6..5057fb91f0b2afa5dce12c6bf792a69b5d1f07d8 100644 (file)
        (${buildinfodir}/efaq%.info, efaq%.html):
        Use them.
 
+2014-12-31  Filipp Gunbin  <fgunbin@fastmail.fm>
+
+       * info.texi (Create Info buffer): Mention info-display-manual prefix.
+
+2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * efaq.texi (Displaying the current file name in the titlebar):
+       Prefer (system-name) to system-name.
+       * smtpmail.texi (Server workarounds): Fix grammar.
+
 2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
 
        * gnus.texi (Gnus Registry Setup): Explain pruning changes. Mention
index 9d5416c5cea599497bc95e45017cc368851b4fe8..4b413fb674d96f1fcd22bbc31b07c29d4ac45f60 100644 (file)
 
        * obsolete/pc-select.el (pc-selection-mode): Use system-type.
        This is instead of system-name, which is both wrong here and obsolete.
+       * desktop.el (desktop-save-frameset):
+       * dnd.el (dnd-get-local-file-uri):
+       * nxml/rng-uri.el (rng-uri-file-name-1):
+       Prefer (system-name) to system-name, and avoid naming
+       locals 'system-name'.
+       * startup.el (system-name): Now an obsolete variable.  (Bug#19438)
 
 2014-12-29  Dmitry Gutov  <dgutov@yandex.ru>
 
index 73fe41f01f2d60fc8dc155aa9600fb2ec7b2d45c..73a0de76a1f58e47e5c9a45c381ece868aea9762 100644 (file)
@@ -1,3 +1,10 @@
+2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * message.el (message-make-fqdn):
+       * nnvirtual.el (nnvirtual-retrieve-headers)
+       (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
+       and avoid naming locals 'system-name'.
+
 2014-12-29  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
index 7b87933935cb3f910d506b03a55902de573fb7c5..081da5db73be89bc07295eed1eea69591e9da973 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * org-clock.el (org-clock-save): Prefer (system-name) to system-name.
+
 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
 
        Simplify use of current-time and friends.
index 7b286ccb8bfb3d2257f97533c33f05ded8fda4d7..d204ccf822dd04cc9917d5e7b73527ee95ca4849 100644 (file)
        * 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