comparison src/ChangeLog @ 110556:310fef3bdbbb

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".
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 25 Sep 2010 02:32:09 +0200
parents e49fcbdc458f
children 04685072582d
comparison
equal deleted inserted replaced
110555:e07971bb896c 110556:310fef3bdbbb
1 2010-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
1 2010-09-24 Eli Zaretskii <eliz@gnu.org> 6 2010-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)
4 (compute_motion): Use EMACS_INT for buffer position variables. 9 (compute_motion): Use EMACS_INT for buffer position variables.
5 10