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

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

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.35 -r1.36 pkgsrc/x11/tk/Makefile
cvs rdiff -r1.16 -r1.17 pkgsrc/x11/tk/distinfo
cvs rdiff -r1.11 -r1.12 pkgsrc/x11/tk/patches/patch-aa
cvs rdiff -r1.16 -r1.17 pkgsrc/x11/tk/patches/patch-ab
cvs rdiff -r1.8 -r1.9 pkgsrc/x11/tk/patches/patch-ac
cvs rdiff -r1.4 -r1.5 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.