aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2006-12-04 15:21:04 +0000
committerKim F. Storm2006-12-04 15:21:04 +0000
commit55ba687b11c4052063a7da9f19327eaed03e142a (patch)
tree16e4e3ef3fab05ae416c8c3bbc974c59afe5cd20 /src
parent36222e78c68d2536091ff95122a06af264457026 (diff)
downloademacs-55ba687b11c4052063a7da9f19327eaed03e142a.tar.gz
emacs-55ba687b11c4052063a7da9f19327eaed03e142a.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 47aa3d6054b..59a462eb16c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12006-12-04 Kim F. Storm <storm@cua.dk> 12006-12-04 Kim F. Storm <storm@cua.dk>
2 2
3 * process.c (parse_signal): Rename macro from handle_signal.
4 (Fsignal_process): Also accept lower-case variants of signal
5 names (to align with signal names generated by Emacs itself).
6
3 * emacs.c (handle_USR1_signal, handle_USR2_signal): Replace by... 7 * emacs.c (handle_USR1_signal, handle_USR2_signal): Replace by...
4 (handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs 8 (handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs
5 first with code == 0 [signal] and one with code == sig number. 9 first with code == 0 [signal] and one with code == sig number.