Subject: CVS commit: pkgsrc/x11/tk
From: Adam Ciarcinski
Date: 2004-11-26 11:31:09
Message id: 20041126103109.181B02DA1D@cvs.netbsd.org

Log Message:
Changes 8.4.8:
  * Fixed possible deadlock in Tcl_Finalize
  * Fixed thread IDs on 64-bit systems
  * Fixed [scan %ld] handling LP64 systems
  * Fixed [string map $samevar $samevar] crash
  * Fixed broken [namespace forget] logic
  * Fixed [namespace import] cycle prevention
  * Improved control over int <-> wideInt conversion
  * Fixed buffer overflow when there is a syntax error in [subst]
  * Fixed [file executable] result for case insensitivity on Windows
  * Fixed [expr {NaN == NaN}] result
  * Make [tcl_findLibrary] search $::auto_path as well
  * Fixed crash in [fconfigure -ttycontrol] in threaded build
  * [TIP 222] implementation of [wm attributes -alpha] on Windows
  * [TIP 159] implementation of [wm iconphoto]
  * Make Tk [load]-able on OS X/Aqua
  * Handle color/screen resolution changes on Windows
  * Fixed [wm resizable] for Solaris/CDE
  * Handle Windows native dialog double clicks that fall through
  * Fixed [place forget] memory leak
  * Recompute menu geometry on named font size change
  * Fixed X/IME IC focus after creation
  * Improved multiple display Tk dialog window placement
  * Fixed compound buttons for OS X/Aqua
  * Documentation improvements and test suite expansion

Files:
RevisionActionfile
1.38modifypkgsrc/x11/tk/Makefile
1.6modifypkgsrc/x11/tk/PLIST
1.18modifypkgsrc/x11/tk/distinfo
1.13modifypkgsrc/x11/tk/patches/patch-aa
1.18modifypkgsrc/x11/tk/patches/patch-ab
1.10modifypkgsrc/x11/tk/patches/patch-ac