diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 92f24f2af70..7e21c345192 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2004-12-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * eval.c (syms_of_eval) <quit-flag>: Doc fix. | ||
| 4 | |||
| 5 | * keyboard.c (Vthrow_on_input): New variable. | ||
| 6 | (syms_of_keyboard): Defvar and initialize it. | ||
| 7 | (kbd_buffer_store_event_hold): Handle Vthrow_on_input. | ||
| 8 | |||
| 9 | * lisp.h (QUIT): Check for Vthrow_on_input. | ||
| 10 | (Vthrow_on_input): Declare it. | ||
| 11 | |||
| 1 | 2004-12-13 Kim F. Storm <storm@cua.dk> | 12 | 2004-12-13 Kim F. Storm <storm@cua.dk> |
| 2 | 13 | ||
| 3 | * xdisp.c (set_iterator_to_next): Reset stop_charpos after display | 14 | * xdisp.c (set_iterator_to_next): Reset stop_charpos after display |