Version 4 of Changes in Tcl/Tk 8.4.12

Updated 2006-01-25 19:04:22

Updated packages

Tcl: Changed behavior

The package ifneeded commands in the index scripts of packages are now checked during package require to verify that the $script in

   package ifneeded $pkg $version $script

actually provides version $version of package $pkg. If not, a warning is logged using tclLog. Use these warnings to fix broken packages.


Category Documentation - Changes in Tcl/Tk