diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2006-08-10 06:09:57 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2006-08-10 06:09:57 +0000 |
commit | abef1dd799261ccb87282c30ad61b87e31b4dadc (patch) | |
tree | 632482f063bbbb660e991df32ac7a53b97eecc6b | |
parent | 0d3e774694d20e3cf496204fad3447bac9f13d55 (diff) | |
download | emacs-abef1dd799261ccb87282c30ad61b87e31b4dadc.tar.gz |
* keyboard.c: Define in_sighandler.
(input_available_signal): Set in_sighandler.
(init_keyboard): Initialize in_sighandler.
* keyboard.h: Declare in_sighandler.
* alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
to check if mutex should be locked or not.
-rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 678078d3781..abd06ed521c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2006-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * keyboard.c: Define in_sighandler. + (input_available_signal): Set in_sighandler. + (init_keyboard): Initialize in_sighandler. + + * keyboard.h: Declare in_sighandler. + + * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler + to check if mutex should be locked or not. + 2006-08-09 Richard Stallman <rms@gnu.org> * keyboard.c (keyremap_step): No-op if fkey->parent = nil. |