From 297d1607779327c07b70f8b008626a8b5e3af144 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Sat, 24 Aug 2002 17:04:33 +0000 Subject: * tui.c (strcat_to_buf): Use const char* for source item. (tui_enable): Update the windows if there is a selected frame. * tui.h (strcat_to_buf): Update prototype. (strcat_to_buf_with_fmt): Remove. --- gdb/tui/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/tui/ChangeLog') diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 32df100..14e400e 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,5 +1,12 @@ 2002-08-24 Stephane Carrez + * tui.c (strcat_to_buf): Use const char* for source item. + (tui_enable): Update the windows if there is a selected frame. + * tui.h (strcat_to_buf): Update prototype. + (strcat_to_buf_with_fmt): Remove. + +2002-08-24 Stephane Carrez + * tuiWin.c (tui_update_gdb_sizes): New function to tell gdb what is the size of command window. (tuiResizeAll): Call it instead of init_page_info. -- cgit v1.1