aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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.