From: Kim F. Storm Date: Mon, 4 Dec 2006 15:21:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.92~304 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55ba687b11c4052063a7da9f19327eaed03e142a;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 47aa3d6054b..59a462eb16c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2006-12-04 Kim F. Storm + * 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.