diff options
| author | Stefan Monnier | 2004-01-21 05:46:48 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-01-21 05:46:48 +0000 |
| commit | dcdaeebcaf9370d1d64802eaad3bfbbd8b765fce (patch) | |
| tree | bbccf2c22090deae0d1d3f6476299fe9a58eafdb | |
| parent | 43ff45a00d1fc6e108c99d35b1f7ec9c844f1825 (diff) | |
| download | emacs-dcdaeebcaf9370d1d64802eaad3bfbbd8b765fce.tar.gz emacs-dcdaeebcaf9370d1d64802eaad3bfbbd8b765fce.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ed90383c648..fb2dc4dc6f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * process.c (wait_reading_process_input) [SYNC_INPUT]: | ||
| 4 | Check interrupt_input_pending explicitly. | ||
| 5 | |||
| 6 | * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well. | ||
| 7 | |||
| 8 | * keyboard.c (handle_async_input): New fun, | ||
| 9 | extracted from input_available_signal. | ||
| 10 | (input_available_signal, reinvoke_input_signal): Use it. | ||
| 11 | |||
| 1 | 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 13 | ||
| 3 | * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN. | 14 | * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN. |