This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb/gdbtk ChangeLog library/gdbmenubar.itc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	hunt@sourceware.org	2004-08-27 23:13:15

Modified files:
	gdb/gdbtk      : ChangeLog 
	gdb/gdbtk/library: gdbmenubar.itcl interface.tcl main.tcl 
	                   managedwin.itb prefs.tcl srcbar.itcl 
	                   srcwin.itb tclIndex 
Added files:
	gdb/gdbtk/library: ipc.tcl ipcpref.itb ipcpref.ith 

Log message:
	2004-08-27  Martin Hunt  <hunt@redhat.com>
	
	* library/ipc.tcl: New file.
	* library/ipcpref.ith: New file.
	* library/ipcpref.itb: New file.
	
	* library/srcwin.itb (SrcWin::inferior): Call ipc
	send if enabled.
	
	* library/prefs.tcl (pref_set_defaults): Enable color
	schemes by default. Add IPC defaults.
	
	* library/srcbar.itcl (create_pref_menu): Create
	"Advanced" cascade menu and put "Edit Color Schemes"
	and "IPC Support" under it.
	
	* library/managedwin.itb (ManagedWin::destructor):
	If IPC enabled then send "quit" on exit.
	
	* library/main.tcl: Start IPC if enabled.
	
	* library/prefs.tcl (pref_set_defaults): Add IPC defaults.
	
	* library/gdbmenubar.itcl (menubar_get_current_menu):
	New method.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.350&r2=1.351
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/ipc.tcl.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/ipcpref.itb.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/ipcpref.ith.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/gdbmenubar.itcl.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/interface.tcl.diff?cvsroot=src&r1=1.52&r2=1.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/main.tcl.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/managedwin.itb.diff?cvsroot=src&r1=1.27&r2=1.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/prefs.tcl.diff?cvsroot=src&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/srcbar.itcl.diff?cvsroot=src&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/srcwin.itb.diff?cvsroot=src&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/library/tclIndex.diff?cvsroot=src&r1=1.30&r2=1.31


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]