OSDN Git Service

2001-01-31 Fernando Nasser <fnasser@redhat.com>
authorfnasser <fnasser>
Thu, 1 Feb 2001 04:56:29 +0000 (04:56 +0000)
committerfnasser <fnasser>
Thu, 1 Feb 2001 04:56:29 +0000 (04:56 +0000)
* library/pluginwin.itcl: New file.  Implements the PluginWindow
class that provides some basic functionality for plug-ins.
* library/plugins/rhabout/rhabout.itcl: Inherit from the new
PluginWindow class.  Remove code dependent on ModalDlg.
(constructor): Creates menus and a toolbar to show how these
PluginWindow components are used.
* library/tclIndex: Regenerate.

gdb/gdbtk/ChangeLog
gdb/gdbtk/library/tclIndex

index 25b8771..87528a9 100644 (file)
@@ -6,6 +6,7 @@
        PluginWindow class.  Remove code dependent on ModalDlg.
        (constructor): Creates menus and a toolbar to show how these
        PluginWindow components are used.
+       * library/tclIndex: Regenerate.
 
 2001-01-31  Fernando Nasser  <fnasser@redhat.com>
 
index 82595cc..a839c0e 100644 (file)
@@ -87,7 +87,6 @@ set auto_index(session_save) [list source [file join $dir session.tcl]]
 set auto_index(session_load) [list source [file join $dir session.tcl]]
 set auto_index(session_delete) [list source [file join $dir session.tcl]]
 set auto_index(session_list) [list source [file join $dir session.tcl]]
-set auto_index(GDBSrcBar) [list source [file join $dir srcbar.tcl]]
 set auto_index(TdumpWin) [list source [file join $dir tdump.tcl]]
 set auto_index(TfindArgs) [list source [file join $dir tfind_args.tcl]]
 set auto_index(oldGDBToolBar) [list source [file join $dir toolbar.tcl]]
@@ -119,6 +118,7 @@ set auto_index(::WarningDlg::constructor) [list source [file join $dir warning.t
 set auto_index(WatchWin) [list source [file join $dir watch.tcl]]
 set auto_index(GDBMenuBar) [list source [file join $dir gdbmenubar.itcl]]
 set auto_index(GDBToolBar) [list source [file join $dir gdbtoolbar.itcl]]
+set auto_index(PluginWindow) [list source [file join $dir pluginwin.itcl]]
 set auto_index(SrcBar) [list source [file join $dir srcbar.itcl]]
 set auto_index(AttachDlg) [list source [file join $dir attachdlg.ith]]
 set auto_index(Block) [list source [file join $dir blockframe.ith]]