Subject: CVS commit: pkgsrc/lang/tcl
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 10/01/2004 13:35:37
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Oct  1 13:35:37 UTC 2004

Modified Files:
	pkgsrc/lang/tcl: Makefile distinfo
	pkgsrc/lang/tcl/patches: patch-aa patch-ab patch-ac patch-ae patch-af

Log Message:
Changes 8.4.7:
* Fixed [glob -path] bug when in the root directory
* Fixed unicode-char path installation on Windows NT-based platforms
* Properly subsitute more values in Windows tclConfig.sh
* Improved stack overflow prevention on Windows
* Fixed mem leak in [fconfigure $serial -xchar]
* Fixed crash with [cd] with a volumerelative $HOME
* Fixed clock %G %V formats for ISO8601 week numbers
* Fixed support for non-WIDE_INT aware math functions
* Added [http::config -urlencoding] option
* Fixed utf-8 encoding of \u0000 on system I/O
* Prevented dde hangs with non-responsive apps
* Added round() wide integer support
* Cleaner exit and correction of mem leaks when using the threaded
  memory allocator and reinitializing
* Improved build configuration on 64-bit systems
* Added read support of PPM/PGM with the -data option
* Correct issue with displaying maximize window button on KDE-3.2.1
* Fix drawing of unicode chars in menu titles on Windows
* Correctly post Tk clipboard data to the Windows clipboard on exit
* Fix the panedwindow -opaqueresize option to work as per the docs
* Reduce Tk tk_messageBox default font size to 14-point
* Prevent possible segfault in -maxundo
* Fix XIM initialization on Solaris
* Complete the implementation of the CG version of the X drawing
  emulation layer on Mac OS X
* Fix several Mac OS X usability issues


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 pkgsrc/lang/tcl/Makefile
cvs rdiff -r1.24 -r1.25 pkgsrc/lang/tcl/distinfo
cvs rdiff -r1.11 -r1.12 pkgsrc/lang/tcl/patches/patch-aa \
    pkgsrc/lang/tcl/patches/patch-af
cvs rdiff -r1.25 -r1.26 pkgsrc/lang/tcl/patches/patch-ab
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/tcl/patches/patch-ac \
    pkgsrc/lang/tcl/patches/patch-ae

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