Subject: CVS commit: pkgsrc/x11/tk
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 11/02/2006 17:42:03
Module Name:	pkgsrc
Committed By:	adam
Date:		Thu Nov  2 17:42:03 UTC 2006

Modified Files:
	pkgsrc/x11/tk: Makefile Makefile.version distinfo
	pkgsrc/x11/tk/patches: patch-aa patch-ab patch-ac patch-ad

Log Message:
Changes 8.4.14:
  * Tk_PhotoPutBlock performance restored (JPEG image loading).
  * [namespace inscope] change reverted; harmed Itcl.
  * Made [expr {srand(.)}] accept wide integer argument.
  * Made [lappend $invalidList] raise an error.
  * Improved [text] delete performance.
  * Support for the WM_UNICHAR window message on Windows
  * Stopped excess variable writes by [scale].
  * Tcl_Main no longer blocks main loop start for one interactive command.
  * [console] made thread safe.
  * Thread-enabled configuration uses MT-safe system calls.
  * Many Aqua/Tk bug fixes and improvements, see changes file.
  * Made unthreaded notifier naked-fork-safe on Darwin.
  * Support for weak linking on Mac OS X.
  * msgcat support for CFLocale on Darwin (msgcat 1.3.4)
  * Fixed crashes due to alignment issues in encoding translation routines.
  * Fixed crash with [listbox -listvariable] on namespace variable.
  * Fixed crash when Tcl_DeleteTrace changes proc on the active stack.
  * Fixed crash when normalizing filesystem pathnames.
  * Fixed crash due to invalid font name from XServer.
  * Several 64-bit bugs fixed and platform support enhanced.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 pkgsrc/x11/tk/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/tk/Makefile.version
cvs rdiff -r1.28 -r1.29 pkgsrc/x11/tk/distinfo
cvs rdiff -r1.17 -r1.18 pkgsrc/x11/tk/patches/patch-aa
cvs rdiff -r1.25 -r1.26 pkgsrc/x11/tk/patches/patch-ab
cvs rdiff -r1.15 -r1.16 pkgsrc/x11/tk/patches/patch-ac
cvs rdiff -r1.9 -r1.10 pkgsrc/x11/tk/patches/patch-ad

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