diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 01653de22ed..16e99aec99a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keyboard.c (input_was_pending): New var. | ||
| 4 | (read_char): Use it to make sure we only skip redisplay when we can't | ||
| 5 | keep up with the repeat rate. | ||
| 6 | |||
| 1 | 2014-12-17 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2014-12-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * keyboard.c (swallow_events): Don't redisplay if there's input pending. | 9 | * keyboard.c (swallow_events): Don't redisplay if there's input pending. |