diff lib-src/ChangeLog @ 110660:4b5aaeebe785

lisp/server.el: Use just one way to pass the Emacs PID to emacsclient. * lib-src/emacsclient.c (get_server_config): Don't read Emacs pid from the authentication file. * lisp/server.el (server-start): Don't write pid to the authentication file. (server-create-tty-frame): Don't send pid. (server-process-filter): Send pid at the start of every connection.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 30 Sep 2010 04:53:26 +0200
parents face715f995c
children 7e4b4d33d1b2
line wrap: on
line diff
--- a/lib-src/ChangeLog	Wed Sep 29 19:23:25 2010 -0700
+++ b/lib-src/ChangeLog	Thu Sep 30 04:53:26 2010 +0200
@@ -1,3 +1,8 @@
+2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
+
+	* emacsclient.c (get_server_config): Don't read Emacs pid from
+	the authentication file.
+
 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
 
 	* makefile.w32-in (../src/config.h): Remove target, it is stale.