Released April 21, 1996 '''New Tcl commands''' * [after] * [bgerror] * [clock] * [fblocked] * [fconfigure] * [fileevent] * [interp] * [load] * [package] * [pkg_mkIndex] * [socket] * [update] * [vwait] '''New Tk commands''' * [grid] '''Removed Tk commands''' * after * exit * fileevent * update '''New Tcl subcommands''' * after info * file join * file pathtype * file split '''New Tk subcommands''' * ''.entry'' bbox * ''.text'' dump * ''.text'' mark next * ''.text'' mark previous * ''.text'' tag prevrange '''Expanded syntax/new options''' foreach ''varname list body'' ==> foreach ''varlist1 list1'' ?''varlist2 list2'' ...? ''body'' menu ''pathName'' ?... -transient ... -tearoffcommand ...? '''New Tcl global variables''' * tcl_platform * tcl_rcFileName '''New wish command line arguments''' * -- * -colormap * -visual ---- [Donald Porter] ---- [Category Documentation] - [Changes in Tcl/Tk]