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 c98b8546788..ab87645b48b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-04-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * term.c (tty_menu_activate): Don't assume row and col are initialized. | ||
| 4 | GCC 4.9.0 warned about this, and I couldn't easily prove to my own | ||
| 5 | satisfaction that they would always be initialized. | ||
| 6 | |||
| 1 | 2014-04-29 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-04-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * term.c (tty_menu_display): Move the cursor to the active menu | 9 | * term.c (tty_menu_display): Move the cursor to the active menu |