From: Glenn Morris Date: Wed, 4 May 2016 17:23:21 +0000 (-0400) Subject: ; * etc/NEWS: Tiny edit. (Bug#23432) X-Git-Tag: emacs-25.0.94~34 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e68ad1f;p=emacs.git ; * etc/NEWS: Tiny edit. (Bug#23432) --- diff --git a/etc/NEWS b/etc/NEWS index dbc2944fb68..7d6e5334e5c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1715,9 +1715,11 @@ permissions set to temporary values (e.g., for creating private files). --- ** Function 'system-name' now returns an updated value if the current -system's name has changed or if the Emacs process has changed systems, -and to avoid long waits it no longer consults DNS to canonicalize the -name. The variable 'system-name' is now obsolete. +system's name has changed or if the Emacs process has changed systems. +To avoid long waits it no longer consults DNS to canonicalize the name +(in some cases this may affect generated message-id headers - customize +'message-user-fqdn' if this bothers you). The variable 'system-name' +is now obsolete. +++ ** Function 'write-region' no longer outputs "Wrote FILE" in batch mode.