Released August 18, 1997
New packages
New Tcl commands
New Tk commands
Removed Tcl commands
New Tcl subcommands
New Tk subcommands
Expanded syntax/new options
button pathName ?... -default ...?
expr ... srand(arg) ... rand(arg) ...
frame pathName ?... -container ...?
grid columnconfigure master index ?-option value...? ==> grid columnconfigure master indexList -option value ?-option value...?
grid rowconfigure master index ?-option value...? ==> grid rowconfigure master indexList -option value ?-option value...?
lsort ?... -dictionary ... -index ...? list
menu pathName ?... -title ... -type ...?
.menu add type ?... -columnbreak ... -hidemargin ...?
menubutton pathName ?... -direction ...?
toplevel pathName ?... -container ... -menu ... -use ...?
Removed options
menu pathName ?... -transient ...?
New Tcl global variables
New Tk virtual events
Changed behavior Commands containing "::" get namespace interpretation.
destroy no longer returns an error when given a non-existent window as an argument.