diff options
| author | Kim F. Storm | 2006-12-04 15:21:04 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-12-04 15:21:04 +0000 |
| commit | 55ba687b11c4052063a7da9f19327eaed03e142a (patch) | |
| tree | 16e4e3ef3fab05ae416c8c3bbc974c59afe5cd20 /src | |
| parent | 36222e78c68d2536091ff95122a06af264457026 (diff) | |
| download | emacs-55ba687b11c4052063a7da9f19327eaed03e142a.tar.gz emacs-55ba687b11c4052063a7da9f19327eaed03e142a.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2006-12-04 Kim F. Storm <storm@cua.dk> | 1 | 2006-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. |