Subject: CVS commit: pkgsrc/x11/tk
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 11/26/2004 10:31:09
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Nov 26 10:31:09 UTC 2004

Modified Files:
	pkgsrc/x11/tk: Makefile PLIST distinfo
	pkgsrc/x11/tk/patches: patch-aa patch-ab patch-ac

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


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 pkgsrc/x11/tk/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/x11/tk/PLIST
cvs rdiff -r1.17 -r1.18 pkgsrc/x11/tk/distinfo
cvs rdiff -r1.12 -r1.13 pkgsrc/x11/tk/patches/patch-aa
cvs rdiff -r1.17 -r1.18 pkgsrc/x11/tk/patches/patch-ab
cvs rdiff -r1.9 -r1.10 pkgsrc/x11/tk/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.