Released August 18, 1997
New packagesNew Tcl commands- binary
- fcopy
- namespace
- resource (Mac)
- safe::interpCreate
- safe::interpInit
- safe::interpConfigure
- safe::interpDelete
- safe::interpAddToAccessPath
- safe::interpFindInAccessPath
- safe::setLogCmd
- tcl_endOfWord
- tcl_startOfNextWord
- tcl_startOfPreviousWord
- tcl_wordBreakAfter
- tcl_wordBreakBefore
- variable
New Tk commandsRemoved Tcl commands- cp (Mac)
- mkdir (Mac)
- mv (Mac)
- rm (Mac)
- rmdir (Mac)
New Tcl subcommands- file attributes
- file nativename
- interp expose
- interp hide
- interp hidden
- interp invokehidden
- interp marktrusted
New Tk subcommandsExpanded syntax/new optionsbutton 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 ...?
listmenu pathName ?... -title ... -type ...?
.menu add
type ?... -columnbreak ... -hidemargin ...?
menubutton pathName ?... -direction ...?
toplevel pathName ?... -container ... -menu ... -use ...?
Removed optionsmenu
pathName ?... -transient ...?
New Tcl global variables- tcl_traceCompile
- tcl_traceExec
- tcl_nonwordchars
- tcl_wordchars
- tcl_platform(byteOrder)
New Tk virtual eventsChanged behaviorCommands containing "::" get namespace interpretation.
destroy no longer returns an error when given a non-existent window as an argument.