aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2010-09-25 02:32:09 +0200
committerJuanma Barranquero2010-09-25 02:32:09 +0200
commitba3033ee40a7e4bad9bf7df5a2fc06046b5df08a (patch)
treebb8be2b545ca535e0000d2c4313dd4974fde17c7 /src/ChangeLog
parent61b1af828927139930086a12ef20ff144f82e635 (diff)
downloademacs-ba3033ee40a7e4bad9bf7df5a2fc06046b5df08a.tar.gz
emacs-ba3033ee40a7e4bad9bf7df5a2fc06046b5df08a.zip
Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".
* lisp/server.el (server-start): Revert part of 2010-08-08 change. Using address 127.0.0.1 for local host is now done in Fmake_network_process. * src/process.c (Fmake_network_process): When arg :host is 'local, use address 127.0.0.1, not name "localhost".
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 94ae1496921..8b29c804943 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-09-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * process.c (Fmake_network_process): When arg :host is 'local,
4 use address 127.0.0.1, not name "localhost". (Bug#6781)
5
12010-09-24 Eli Zaretskii <eliz@gnu.org> 62010-09-24 Eli Zaretskii <eliz@gnu.org>
2 7
3 * indent.c (Fcurrent_indentation, indented_beyond_p) 8 * indent.c (Fcurrent_indentation, indented_beyond_p)