comparison 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
comparison
equal deleted inserted replaced
110659:9c32589c702d 110660:4b5aaeebe785
1 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacsclient.c (get_server_config): Don't read Emacs pid from
4 the authentication file.
5
1 2010-09-29 Juanma Barranquero <lekktu@gmail.com> 6 2010-09-29 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * makefile.w32-in (../src/config.h): Remove target, it is stale. 8 * makefile.w32-in (../src/config.h): Remove target, it is stale.
4 9
5 * emacsclient.c (main): Remove unused variables. 10 * emacsclient.c (main): Remove unused variables.