]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 15:21:04 +0000 (15:21 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 15:21:04 +0000 (15:21 +0000)
src/ChangeLog

index 47aa3d6054b731094b3d87a6c3e22a4b5eb5f7c4..59a462eb16c6838b299b5106fb6c624a6c9b0dbe 100644 (file)
@@ -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.