aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-06-17 18:48:00 -0600
committerTom Tromey <tom@tromey.com>2019-06-25 07:48:43 -0600
commitd83f1fe65da075aa08ac7d6b6ef3508587c94600 (patch)
tree75a5b57bf86f3695bfff08926a2769e95474929d /gdb/ChangeLog
parent17374de40e7be36e4eb27d29bb8aac89586ce4a1 (diff)
downloadgdb-d83f1fe65da075aa08ac7d6b6ef3508587c94600.zip
gdb-d83f1fe65da075aa08ac7d6b6ef3508587c94600.tar.gz
gdb-d83f1fe65da075aa08ac7d6b6ef3508587c94600.tar.bz2
Introduce tui_win_info::update_tab_width
This introduces a new tui_win_info::update_tab_width method, and changes the TUI to call it. This fixes another spot that was checking the window type. gdb/ChangeLog 2019-06-25 Tom Tromey <tom@tromey.com> * tui/tui-win.c (tui_source_window_base::update_tab_width): New method. (update_tab_width): Call update_tab_width method. * tui/tui-data.h (struct tui_win_info) (struct tui_source_window_base) <update_tab_width>: New methods.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3188663..4f7d82b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2019-06-25 Tom Tromey <tom@tromey.com>
+ * tui/tui-win.c (tui_source_window_base::update_tab_width): New
+ method.
+ (update_tab_width): Call update_tab_width method.
+ * tui/tui-data.h (struct tui_win_info)
+ (struct tui_source_window_base) <update_tab_width>: New methods.
+
+2019-06-25 Tom Tromey <tom@tromey.com>
+
* tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
parameter.
* tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"