diff options
| author | Eli Zaretskii | 2013-10-11 18:42:06 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-10-11 18:42:06 +0300 |
| commit | abe020201356dca6792d48add69029658b1df0b0 (patch) | |
| tree | 48f0fc84ac14c7eb131ac3ef8da01383eabd684e /src/ChangeLog | |
| parent | 9428abbf51a05346caf1315130411af1811ba0f7 (diff) | |
| download | emacs-abe020201356dca6792d48add69029658b1df0b0.tar.gz emacs-abe020201356dca6792d48add69029658b1df0b0.zip | |
Support frame dimension changes while TTY menus are displayed.
src/xdisp.c (deep_copy_glyph_row): Handle the case that FROM and TO
have different dimensions.
src/dispnew.c (fill_up_frame_row_with_spaces): Now has external
visibility.
src/dispextern.h (fill_up_frame_row_with_spaces): Add prototype.
Fixes: debbugs:15575
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 |