Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 03/08/2004 22:14:19
Module Name: pkgsrc
Committed By: minskim
Date: Mon Mar 8 22:14:19 UTC 2004
Modified Files:
pkgsrc/doc: CHANGES TODO
pkgsrc/lang/tcl: Makefile distinfo
pkgsrc/lang/tcl/patches: patch-ab patch-ac patch-af
pkgsrc/x11/tk: Makefile PLIST distinfo
pkgsrc/x11/tk/patches: patch-ab patch-ac
Log Message:
Update Tcl/Tk to 8.4.6.
* Tcl_Obj sharing fixed in [binary scan]
* Updated errno usage for recent glibc
* Fixed [file normalize ~unknownuser] error
* Fixed two memory leaks in VFS code
* Fixed possible infinite loop in TclFinalizeFilesystem
* Updated HP-UX 11 build libraries setup
* Unix std channels forced to exist at startup
* Stopped broken [exec] quoting of '{'
* Fixed memory leak with very long host names
* Corrected level interpretation of Tcl_CreateTrace
* Allow 64-bit configure on IRIX64-6.5*
* Several OS X/Aqua native integration improvements (scrollbar,
event generate, unicode clipboard, tk_messageBox, mousewheel event,
alpha blending for partially transparent images)
* Recognized native hand2/fleur cursors on Windows
* Post menubuttons so they stay on screen better
* Fixed crash during intra-image copy/resize
* New msg catalogs for Esperanto and Polish
* Corrections bold/italic font handling (width calculations) on Windows
* Fixed shrinking grid geometry calculations
To generate a diff of this commit:
cvs rdiff -r1.5160 -r1.5161 pkgsrc/doc/CHANGES
cvs rdiff -r1.1481 -r1.1482 pkgsrc/doc/TODO
cvs rdiff -r1.26 -r1.27 pkgsrc/lang/tcl/Makefile
cvs rdiff -r1.19 -r1.20 pkgsrc/lang/tcl/distinfo
cvs rdiff -r1.22 -r1.23 pkgsrc/lang/tcl/patches/patch-ab
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/tcl/patches/patch-ac
cvs rdiff -r1.9 -r1.10 pkgsrc/lang/tcl/patches/patch-af
cvs rdiff -r1.29 -r1.30 pkgsrc/x11/tk/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/tk/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/x11/tk/distinfo
cvs rdiff -r1.12 -r1.13 pkgsrc/x11/tk/patches/patch-ab
cvs rdiff -r1.5 -r1.6 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.