diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1235b1a382d..9844ec1c1ac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2019-07-17 Tom Tromey <tom@tromey.com> + * tui/tui-win.c (tui_set_win_height_command): Rename from + tui_set_win_height. + (tui_set_win_height_command): Remove. + +2019-07-17 Tom Tromey <tom@tromey.com> + * tui/tui-source.c (tui_source_window): New constructor. Add observer. (~tui_source_window): New destructor. |