Mercurial > emacs
comparison lisp/ChangeLog @ 73560:704c8c8a5353
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 30 Oct 2006 23:24:18 +0000 |
parents | 3f351640d09f |
children | c1cca3ff04f8 |
comparison
equal
deleted
inserted
replaced
73559:408b3aee0a29 | 73560:704c8c8a5353 |
---|---|
1 2006-10-31 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * server.el: Add support for TCP sockets. | |
4 (server-use-tcp, server-host, server-auth-dir): New options. | |
5 (server-auth-key): New variable. | |
6 (server-ensure-safe-dir): Create nonexistent parent dirs. Ignore | |
7 Unix-style file modes on Windows. | |
8 (server-start): Crete a TCP or Unix socket according to the value | |
9 of `server-use-tcp'. For TCP sockets, create the id/auth file in | |
10 `server-auth-dir' directory. | |
11 (server-process-filter): Delete process if authentication | |
12 fails (which never happens for Unix sockets). | |
13 | |
1 2006-10-30 David Kastrup <dak@gnu.org> | 14 2006-10-30 David Kastrup <dak@gnu.org> |
2 | 15 |
3 * subr.el (add-to-list): Don't continue checking if a match has | 16 * subr.el (add-to-list): Don't continue checking if a match has |
4 been found. | 17 been found. |
5 | 18 |