# HG changeset patch # User Juanma Barranquero # Date 1162250658 0 # Node ID 704c8c8a5353e0266a5f995525d97dbaaa1e2bec # Parent 408b3aee0a29d1cba7bcd8e4c25759b8b4e3b28e *** empty log message *** diff -r 408b3aee0a29 -r 704c8c8a5353 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 30 23:20:45 2006 +0000 +++ b/lisp/ChangeLog Mon Oct 30 23:24:18 2006 +0000 @@ -1,3 +1,16 @@ +2006-10-31 Juanma Barranquero + + * server.el: Add support for TCP sockets. + (server-use-tcp, server-host, server-auth-dir): New options. + (server-auth-key): New variable. + (server-ensure-safe-dir): Create nonexistent parent dirs. Ignore + Unix-style file modes on Windows. + (server-start): Crete a TCP or Unix socket according to the value + of `server-use-tcp'. For TCP sockets, create the id/auth file in + `server-auth-dir' directory. + (server-process-filter): Delete process if authentication + fails (which never happens for Unix sockets). + 2006-10-30 David Kastrup * subr.el (add-to-list): Don't continue checking if a match has