aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-06-27 17:16:23 +0000
committerGerd Moellmann2001-06-27 17:16:23 +0000
commita5d3ec3f4924b184ee4aef06e07837752a1942c7 (patch)
treed8fed85dfc9085dc445f8f94d53d60295509f3ed /src/ChangeLog
parent45a21f75516577e7aa5fcbbb17794de642fb580a (diff)
downloademacs-a5d3ec3f4924b184ee4aef06e07837752a1942c7.tar.gz
emacs-a5d3ec3f4924b184ee4aef06e07837752a1942c7.zip
(EmacsFrameSetCharSize): Turn off atimers and block
SIGIO around the code where Xt might wait for a ConfigureNotifyEvent. (toplevel): Include <signal.h> and syssignal.h.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
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 @@
12001-06-27 Gerd Moellmann <gerd@gnu.org> 12001-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