# Changes to Tklib for Tcl 9.0 / Tk 8.7.
# 2023/07/21 - Stuart Cassoff


* [package require Tcl 8.4] -> [package require Tcl 8.5-] 
* [package require Tcl 8.5] -> [package require Tcl 8.5-] 
* [package require Tcl 8.6] -> [package require Tcl 8.6-] 

* [package require Tk X.Y] -> [package require Tk] 

* Where X >= 5: [package vsatisfies [package provide Tcl] 8.X] -> [package vsatisfies [package provide Tcl] 8.X 9]

* Where X < 5: [package vsatisfies [package provide Tcl] 8.X] -> Removed.

* tcl_platform -> ::tcl_platform

* ~ -> $::env(HOME) changes:
  - modules/khim/khim.tcl
  - support/devel/sak/util/registry.tcl

* Removed pkg_mkIndex comments from pkgIndex.tcl files where I found them.
  There may be more but this isn't important.

* Octal changes:
  - modules/shtmlview/shtmlview.tcl.

* No "bytelength" found.

* Did not review documentation or other bits.

* Packages could still use some review, particularly by the package authors.
  The work done here is ok but in some places authors might want to rework their code.

* This is probably not complete; review by others recommended.


# EOF
