aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2010-05-02 20:44:04 +0200
committerJan Djärv2010-05-02 20:44:04 +0200
commitf63d0028c0cb44c5bf4ca7f36b66ab19595f6ecc (patch)
treea72ebe53b4ac0a453ee7b37a37f61cfdcc264cc8 /src/ChangeLog
parent8f92b8ad07a0af0d0fe7784feaa56cf1ff5b16f9 (diff)
downloademacs-f63d0028c0cb44c5bf4ca7f36b66ab19595f6ecc.tar.gz
emacs-f63d0028c0cb44c5bf4ca7f36b66ab19595f6ecc.zip
Run kill-emacs when exiting for display closed or SIGTERM/HUP.
* xsmfns.c (CHDIR_OPT): New define. (smc_save_yourself_CB): Add CHDIR_OPT to options to use when restarting emacs. * xterm.c (x_connection_closed): Call Fkill_emacs instead of shut_down_emacs. * emacs.c (USAGE1): Mention --chdir. (main): Handle --chdir. (standard_args): Add --chdir. (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug #5552). * cmdargs.texi (Initial Options): Mention --chdir.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4d3c6dca4e1..2e0a77ce187 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12010-05-02 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xsmfns.c (CHDIR_OPT): New define.
4 (smc_save_yourself_CB): Add CHDIR_OPT to options to use when
5 restarting emacs.
6
7 * xterm.c (x_connection_closed): Call Fkill_emacs instead of
8 shut_down_emacs.
9
10 * emacs.c (USAGE1): Mention --chdir.
11 (main): Handle --chdir.
12 (standard_args): Add --chdir.
13 (fatal_error_signal): Call Fkill_emacs for SIGTERM and SIGHUP (Bug
14 #5552).
15
12010-05-01 Dan Nicolaescu <dann@ics.uci.edu> 162010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2 17
3 Remove LD_SWITCH_MACHINE. 18 Remove LD_SWITCH_MACHINE.