diff options
Diffstat (limited to 'src/ChangeLog')
| -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 @@ | |||
| 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. |