diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-08 22:14:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-08 22:14:18 +0000 |
commit | 9c121e17ff37b078941b73fd7548eea396f2a5bc (patch) | |
tree | a5674c1fdb2d564132061d04f09c10b65b0640e3 /doc | |
parent | a643343c4740ebb420d8f19dfc3b0db431079ce0 (diff) | |
download | pkgsrc-9c121e17ff37b078941b73fd7548eea396f2a5bc.tar.gz |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | doc/TODO | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 87943bb5ec0..02fecd8bf3a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5160 2004/03/08 21:16:09 seb Exp $ +$NetBSD: CHANGES,v 1.5161 2004/03/08 22:14:19 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1257,3 +1257,5 @@ Changes to the packages collection and infrastructure in 2004: Updated gnome to 2.4.2nb3 [jmmv 2004-03-08] Updated gnome-extras to 2.4.2nb3 [jmmv 2004-03-08] Updated pspp to 0.3.0nb3 [seb 2004-03-08] + Updated tcl to 8.4.6 [minskim 2004-03-08] + Updated tk to 8.4.6 [minskim 2004-03-08] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.1481 2004/03/08 15:47:40 adam Exp $ +$NetBSD: TODO,v 1.1482 2004/03/08 22:14:19 minskim Exp $ Suggested new packages ====================== @@ -325,7 +325,6 @@ Suggested package updates o staroffice-7p1 o stella-1.3 o streamtuner-0.11.1 - o tcl/tk-8.4.6 o tcl-expect-5.39.0 o tcpreplay-2.0.2 o tct-1.14 |