diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b3cc3ff32ec..e916fc03fde 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-04-17 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * term.c (Qtty_mode_set_strings, Qtty_mode_reset_strings): New | ||
| 4 | symbols. | ||
| 5 | (tty_send_additional_strings): New function. | ||
| 6 | (tty_set_terminal_modes, tty_reset_terminal_modes): Use it. | ||
| 7 | (syms_of_term): Intern tty-mode-set-strings and | ||
| 8 | tty-mode-reset-strings. | ||
| 9 | |||
| 1 | 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | * window.c (save_window_save): Lookup window_point_insertion_type in | 12 | * window.c (save_window_save): Lookup window_point_insertion_type in |