diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 42650a31c7a..faf6724b7df 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-10-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (deep_copy_glyph_row): Handle the case that FROM and TO | ||
| 4 | have different dimensions. (Bug#15575) | ||
| 5 | |||
| 6 | * dispnew.c (fill_up_frame_row_with_spaces): Now has external | ||
| 7 | visibility. | ||
| 8 | |||
| 9 | * dispextern.h (fill_up_frame_row_with_spaces): Add prototype. | ||
| 10 | |||
| 1 | 2013-10-11 Dmitry Antipov <dmantipov@yandex.ru> | 11 | 2013-10-11 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 12 | ||
| 3 | * term.c (tty_menu_show): Never return with unbalanced | 13 | * term.c (tty_menu_show): Never return with unbalanced |