emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Mon, 30 Oct 2006 23:24:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/10/30 23:24:18

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.10233
retrieving revision 1.10234
diff -u -b -r1.10233 -r1.10234
--- ChangeLog   30 Oct 2006 22:49:04 -0000      1.10233
+++ ChangeLog   30 Oct 2006 23:24:18 -0000      1.10234
@@ -1,3 +1,16 @@
+2006-10-31  Juanma Barranquero  <address@hidden>
+
+       * 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  <address@hidden>
 
        * subr.el (add-to-list): Don't continue checking if a match has




reply via email to

[Prev in Thread] Current Thread [Next in Thread]