Changes in Tcl/Tk 7.5/4.1

Released April 21, 1996

New Tcl commands

New Tk commands

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 varlist1 list1 ?varlist2 list2 ...? body

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

New Tcl global variables

New wish command line arguments

  • --
  • -colormap
  • -visual

Donald Porter