diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2773553d7a5..5012ea7441d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2001-06-27 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-06-27 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * widget.c (EmacsFrameSetCharSize): Turn off atimers and block | ||
| 4 | SIGIO around the code where Xt might wait for a | ||
| 5 | ConfigureNotifyEvent. | ||
| 6 | (toplevel): Include <signal.h> and syssignal.h. | ||
| 7 | |||
| 3 | * sound.c (vox_configure, vox_close): Turn off atimers | 8 | * sound.c (vox_configure, vox_close): Turn off atimers |
| 4 | around ioctls. | 9 | around ioctls. |
| 5 | 10 | ||