diff options
| author | Gerd Moellmann | 2000-07-05 20:04:27 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-05 20:04:27 +0000 |
| commit | 485266d0f7dd739c2a62c2e6f498a780a1d3a649 (patch) | |
| tree | 4d337d7aed240790c948a272f362a4927885dc1f /src | |
| parent | da7d597f76add53be89e73fa1204167c64e5b5b9 (diff) | |
| download | emacs-485266d0f7dd739c2a62c2e6f498a780a1d3a649.tar.gz emacs-485266d0f7dd739c2a62c2e6f498a780a1d3a649.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5eb68cd9390..0637e08f235 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2000-07-05 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c (XTread_socket): Increment handling_signal at the start, | ||
| 4 | decrement it at the end. | ||
| 5 | |||
| 6 | * eval.c (handling_signal): New variable. | ||
| 7 | (Fsignal): Abort if handling_signal is non-zero. | ||
| 8 | |||
| 9 | * lisp.h (handling_signal): External declaration. | ||
| 10 | |||
| 11 | * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0. | ||
| 12 | |||
| 1 | 2000-07-05 Ken Raeburn <raeburn@gnu.org> | 13 | 2000-07-05 Ken Raeburn <raeburn@gnu.org> |
| 2 | 14 | ||
| 3 | Sound support for NetBSD through "Linux emulation" support: | 15 | Sound support for NetBSD through "Linux emulation" support: |