diff options
| author | Juanma Barranquero | 2008-12-12 00:33:30 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-12-12 00:33:30 +0000 |
| commit | c63a334eb0558bbc2f04cd9aa3483fe040029499 (patch) | |
| tree | e9109557f9163be3dde8333ec286cf31ea9c39ab /lisp/ChangeLog | |
| parent | 9f215d25e03320d6fea344f87894fcae64c9375f (diff) | |
| download | emacs-c63a334eb0558bbc2f04cd9aa3483fe040029499.tar.gz emacs-c63a334eb0558bbc2f04cd9aa3483fe040029499.zip | |
* server.el (server-sentinel): Uncomment code to delete connection file.
(server-start): Save the connection file in the server property list.
Delete it only when we are reasonably convinced that it is not owned by
a running server.
(server-force-delete): New command to force-delete the connection file,
and stop the server if it is running.
(server-running-p): Return t also for local TCP servers when we find a
process with a matching PID, and :other for undecided cases.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e06a7617c42..1ec2c5b9570 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-12-12 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 3 | |||
| 4 | * server.el (server-sentinel): Uncomment code to delete connection file. | ||
| 5 | (server-start): Save the connection file in the server property list. | ||
| 6 | Delete it only when we are reasonably convinced that it is not owned by | ||
| 7 | a running server. | ||
| 8 | (server-force-delete): New command to force-delete the connection file, | ||
| 9 | and stop the server if it is running. | ||
| 10 | (server-running-p): Return t also for local TCP servers when we find a | ||
| 11 | process with a matching PID, and :other for undecided cases. | ||
| 12 | |||
| 1 | 2008-12-11 Martin Rudalics <rudalics@gmx.at> | 13 | 2008-12-11 Martin Rudalics <rudalics@gmx.at> |
| 2 | 14 | ||
| 3 | * window.el (fit-window-to-buffer): Use with-selected-window and | 15 | * window.el (fit-window-to-buffer): Use with-selected-window and |