summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/library/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbtk/library/ChangeLog')
-rw-r--r--gdb/gdbtk/library/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/gdbtk/library/ChangeLog b/gdb/gdbtk/library/ChangeLog
index 9c8e629d93b..c1e61d0fb02 100644
--- a/gdb/gdbtk/library/ChangeLog
+++ b/gdb/gdbtk/library/ChangeLog
@@ -1,3 +1,19 @@
+2000-03-27 James Ingham <jingham@leda.cygnus.com>
+
+ * interface.tcl (gdbtk_quit): Let the window manager store away
+ the list of active windows before quitting.
+ (gdbtk_tcl_preloop): Open all the windows that were active in the
+ former session.
+ * prefs.tcl (pref_set_defaults): Set the default value of the
+ "gdb/window/active" pref. Stores the list of active windows.
+ * managedwin.itb (ManagedWin::pickle): New method - store away
+ instructions to recreate this window.
+ (ManagedWin::shutdown): New Method - run through the active windows
+ pickling them all.
+ (ManagedWin::startup): Restore all the saved active windows.
+ * managedwin.ith: Declare pickle, shutdown & startup.
+ * tclIndex: regenerate.
+
2000-03-10 James Ingham <jingham@leda.cygnus.com>
* targetselection.ith (get_target_list): Should be a proc, since