comparison src/ChangeLog @ 72343:2ae29d562915

* 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.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 10 Aug 2006 06:09:57 +0000
parents 873436d4aaf2
children 9f8678beb7e3
comparison
equal deleted inserted replaced
72342:428ee64b35d5 72343:2ae29d562915
1 2006-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * keyboard.c: Define in_sighandler.
4 (input_available_signal): Set in_sighandler.
5 (init_keyboard): Initialize in_sighandler.
6
7 * keyboard.h: Declare in_sighandler.
8
9 * alloc.c (UNBLOCK_INPUT_ALLOC, BLOCK_INPUT_ALLOC): Use in_sighandler
10 to check if mutex should be locked or not.
11
1 2006-08-09 Richard Stallman <rms@gnu.org> 12 2006-08-09 Richard Stallman <rms@gnu.org>
2 13
3 * keyboard.c (keyremap_step): No-op if fkey->parent = nil. 14 * keyboard.c (keyremap_step): No-op if fkey->parent = nil.
4 (read_key_sequence): Always start fkey.start and fkey.end at 0, 15 (read_key_sequence): Always start fkey.start and fkey.end at 0,
5 and likewise for keytran. 16 and likewise for keytran.