aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2004-01-21 05:46:48 +0000
committerStefan Monnier2004-01-21 05:46:48 +0000
commitdcdaeebcaf9370d1d64802eaad3bfbbd8b765fce (patch)
treebbccf2c22090deae0d1d3f6476299fe9a58eafdb
parent43ff45a00d1fc6e108c99d35b1f7ec9c844f1825 (diff)
downloademacs-dcdaeebcaf9370d1d64802eaad3bfbbd8b765fce.tar.gz
emacs-dcdaeebcaf9370d1d64802eaad3bfbbd8b765fce.zip
*** empty log message ***
-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.