aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
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 @@
12008-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
12008-12-11 Martin Rudalics <rudalics@gmx.at> 132008-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