This is the mail archive of the
gdb-cvs@sources.redhat.com
mailing list for the GDB project.
src/gdb/gdbtk ChangeLog library/tdump.tcl
- To: gdb-cvs at sourceware dot cygnus dot com
- Subject: src/gdb/gdbtk ChangeLog library/tdump.tcl
- From: kseitz at sourceware dot cygnus dot com
- Date: 28 Aug 2001 23:38:02 -0000
CVSROOT: /cvs/src
Module name: src
Changes by: kseitz@sources.redhat.com 2001-08-28 16:38:01
Modified files:
gdb/gdbtk : ChangeLog
gdb/gdbtk/library: tdump.tcl
Log message:
* library/tdump.tcl (class TdumpWin): Inherit from GDBWin
and ManagedWin.
(constructor): Remove old itcl2 handling code and name the
window.
(build_win): Use iwidgets::scrolledtext instead of
tixScrolledText.
(twin): Remove unused variable. Use itk_component(stext)
instead.
(maxwidth): Remove unused variable.
(destructor): Remove unused method.
(config): Ditto.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.134&r2=1.135
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/tdump.tcl.diff?cvsroot=src&r1=1.2&r2=1.3