aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
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 @@
12004-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
12004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> 122004-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.