summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-05-04 13:23:21 -0400
committerGlenn Morris <rgm@gnu.org>2016-05-04 13:23:21 -0400
commite68ad1f3f08268f0642ba19e7c894f9e05cb8e6f (patch)
tree3364159eef21f1c7a9718e7ff917a98f5b24cd55
parentadc80b7e238e09b1b8c392ecf902d2b978d9016d (diff)
downloademacs-e68ad1f3f08268f0642ba19e7c894f9e05cb8e6f.tar.gz
; * etc/NEWS: Tiny edit. (Bug#23432)
-rw-r--r--etc/NEWS8
1 files changed, 5 insertions, 3 deletions
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.