Subject: CVS commit: pkgsrc/x11/tk
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/16/2006 14:48:35
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Jan 16 14:48:35 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.12:
  * Repeated [namespace import] of same command now permitted.
  * ${prefix}/share added to ::tcl_pkgPath on some systems.
  * [exec]'s >> redirection has improved append behavior.
  * [info globals] returned only existing variables.
  * Recognize some Solaris variations of the cp1251 encoding.
  * Addressed [file mkdir] race condition.
  * Support opening >2GB files on RHEL 3.
  * Corrections to $argv formatting when [encoding system] is multibyte.
  * http 2.5.2: Update URL encoding rules to RFC 3986.
  * Fixed issue in recursive file delete with NFS lock files.
  * Stopped crash after use of Tcl_TraceCommand().
  * Win NT/XP: support unicode console.
  * Improved support for Tclkit to set [encoding system].
  * Added Korean timezone abbreviations.
  * Windows: exit codes can now exceed -128..127 range.
  * [load] support on LynxOS.
  * Packages with incorrect index scripts now cause a warning to be logged.
        *** POTENTIAL INCOMPATIBILITY ***
  * [lsearch -regexp] now accepts backrefs in the RE.
  * [selection get] made compatible with OpenOffice.org.
  * Dialog support for widget names containing spaces.
  * Improved Tk window manager event interaction on OS X Aqua.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 pkgsrc/x11/tk/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/tk/Makefile.version
cvs rdiff -r1.25 -r1.26 pkgsrc/x11/tk/distinfo
cvs rdiff -r1.16 -r1.17 pkgsrc/x11/tk/patches/patch-aa
cvs rdiff -r1.22 -r1.23 pkgsrc/x11/tk/patches/patch-ab
cvs rdiff -r1.12 -r1.13 pkgsrc/x11/tk/patches/patch-ac
cvs rdiff -r1.7 -r1.8 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.