* tuiLayout.h (tui_set_layout): Don't declare.
[binutils-gdb.git] / gdb / tui / ChangeLog
index f00e8389ceb8f4f7cc4d89f37affd680b69cb397..2771d3aaa3b15977157efe2c7db189aba0287bc9 100644 (file)
@@ -1,3 +1,67 @@
+2001-09-28  Tom Tromey  <tromey@redhat.com>
+
+       * tuiLayout.h (tui_set_layout): Don't declare.
+       * tui.h (tui_vAddWinToLayout): Don't declare.
+       (tui_vSetLayoutTo): Likewise.
+       (tui_set_layout): Declare.
+
+2001-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * tuiSourceWin.c: Use disp_del instead of del.
+
+       * tuiSource.c: Use disp_del instead of del.
+
+       * tuiDisassem.c: Use disp_del instead of del.
+
+2001-07-31  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tui.c (tui_enable): Remove call to terminal_save_ours().
+       (tui_disable): Likewise.
+
+2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tuiWin.c (_initialize_tuiWin): Use specific tui prefix for
+       set/show configuration variables.
+       (show_tui_cmd): New function.
+       (set_tui_cmd): New function.
+
+2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tui-hooks.c: New file, gdb hooks for tui.
+       * tui-out.c: New file, image copied from cli-out.c.
+       (tui_field_int): Identify "line" fields and keep track of them.
+       (tui_field_string): Likewise for "file".
+       (tui_out_new): Use flags = 0 to avoid printing the sources.
+
+2001-07-23  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tuiIO.c (tui_cont_sig): Update cursor position on the screen to
+       leave it in the command window.
+       (tui_redisplay_readline): Save cursor position to restore the
+       cursor after we go back from background.
+       * tuiData.h (TuiCommandInfo): Add start_line member.
+
+2001-07-23  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tuiStack.c (tuiUpdateLocatorFilename): Use const char*.
+       * tuiStack.h (tuiUpdateLocatorFilename): Update prototype.
+       * tuiWin.c (_initialize_tuiWin): Don't cast table of enum in calls
+       to add_set_enum_cmd.
+       * tui.c (tui_show_source): New function.
+       (tuiGetLowDisassemblyAddress): Use CORE_ADDR for newLow.
+       (tui_switch_mode): Prep or deprep readline terminal;
+       make sure the \n we return does not redo the last command.
+       * tui.h (tui_show_source): Declare.
+       (tui_out_new, tui_install_hooks, tui_remove_hooks): Likewise.
+       (tui_active, tui_initialize_io, tui_initialize_readline): Likewise.
+
+2001-07-22  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tuiIO.c (tui_initialize_io): Install tui_cont_sig signal handler
+       if SIGCONT is defined.
+       (tui_cont_sig): New function when SIGCONT is defined.
+       (tui_setup_io): Save tty setting to restore by SIGCONT.
+       
 2001-07-22  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
        * tui.h (tui_show_assembly): Declare.