Updated 2015-03-12 13:42:26 by dkf

Released April 21, 1996

New Tcl commands edit

New Tk commands edit

Removed Tk commands edit

  • after
  • exit
  • fileevent
  • update

New Tcl subcommands edit

  • after info
  • file join
  • file pathtype
  • file split

New Tk subcommands edit

  • .entry bbox
  • .text dump
  • .text mark next
  • .text mark previous
  • .text tag prevrange

Expanded syntax/new options edit

==> foreach varlist1 list1 ?varlist2 list2 ...? body

  • menu pathName ?... -transient ... -tearoffcommand ...?

New Tcl global variables edit

New wish command line arguments edit

  • --
  • -colormap
  • -visual

Donald Porter