changeset 74419:9d28e2b1c05c

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 04 Dec 2006 15:21:04 +0000
parents caef05bf3e3f
children 7f2e7cb6b161
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Dec 04 15:04:00 2006 +0000
+++ b/src/ChangeLog	Mon Dec 04 15:21:04 2006 +0000
@@ -1,5 +1,9 @@
 2006-12-04  Kim F. Storm  <storm@cua.dk>
 
+	* process.c (parse_signal): Rename macro from handle_signal.
+	(Fsignal_process): Also accept lower-case variants of signal
+	names (to align with signal names generated by Emacs itself).
+
 	* emacs.c (handle_USR1_signal, handle_USR2_signal): Replace by...
 	(handle_user_signal): ... this, which generates two USER_SIGNAL_EVENTs
 	first with code == 0 [signal] and one with code == sig number.