diff options
| author | Juanma Barranquero | 2010-09-30 04:53:26 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-09-30 04:53:26 +0200 |
| commit | 968ef9b4dae78c5badd7f377b26519c8840823e7 (patch) | |
| tree | 295600dfe1afa8d91130d8adbb42c670e08d0cd7 /lib-src/ChangeLog | |
| parent | cf16af423488fff17e43e5aca6fb76610284c1c3 (diff) | |
| download | emacs-968ef9b4dae78c5badd7f377b26519c8840823e7.tar.gz emacs-968ef9b4dae78c5badd7f377b26519c8840823e7.zip | |
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.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2c386257c10..33036c92ffd 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 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. |