diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e916fc03fde..96c46d09624 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-04-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * term.c (tty_send_additional_strings): No need to fflush here, | ||
| 4 | as callers fflush. | ||
| 5 | (tty_set_terminal_modes): fflush after sending additional strings, | ||
| 6 | not before. | ||
| 7 | |||
| 1 | 2014-04-17 Daniel Colascione <dancol@dancol.org> | 8 | 2014-04-17 Daniel Colascione <dancol@dancol.org> |
| 2 | 9 | ||
| 3 | * term.c (Qtty_mode_set_strings, Qtty_mode_reset_strings): New | 10 | * term.c (Qtty_mode_set_strings, Qtty_mode_reset_strings): New |