diff options
author | adam <adam@pkgsrc.org> | 2006-04-27 08:17:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-04-27 08:17:09 +0000 |
commit | 32868e4ba14e6c3100fb5c90a2d11dc2f9730085 (patch) | |
tree | ba19dc7995eaf70596f5665f25ccb697b8a80883 /x11/tk/PLIST | |
parent | 41089fe315940bd24a0616638e1438cee2d7fa9d (diff) | |
download | pkgsrc-32868e4ba14e6c3100fb5c90a2d11dc2f9730085.tar.gz |
Changes 8.4.13:
* Win NT/XP: unicode console support taken back out.
* ${prefix}/share addition to ::tcl_pkgPath undone.
* Warning message for packages with incorrect index scripts silenced.
* Correct syntax error in configure script (bash 3.1 exposes it).
* Tk incompatibilities with SCIM resolved.
* Improved [file writable] support of Windows conventions.
* Tcl_GetIndexFromObj() support for exact matching of empty key.
* Tk Portuguese localization support (pt.msg).
* Tk more robust when X server does not recognize color name "Black".
* Tk_PhotoPutBlock() performance improvement.
* [lsearch -start $pastEnd] no longer finds match at end of list.
* Correct [expr abs($LONG_MIN)] result.
* Correct [string range] failures on some strings containing \x00.
* TCL_EVAL_GLOBAL and [uplevel 0] agreement when traces or [unknown] active.
* Corrections to context of auto-loading the target of an interp alias.
* Corrected some interference between enter and enterstep traces.
* Correct [$img configure -data] failure to change X display.
* Tk_GetBitmapFromData() thread safety.
* Crashes in [grid] for some invalid index arguments.
* Crash when all content of a [text] is elided.
* Crash in [$text edit undo/redo].
* Crash in animated GIF display with variable frame size.
* Crash related to pipe usage in thread-enabled Tcl on Windows.
* Crash when [$text dump -command] changes contents while dumping.
* Crash reading utf-8 when multibyte char spans multiple buffers at EOF.
* Several finalization crashes corrected.
Diffstat (limited to 'x11/tk/PLIST')
-rw-r--r-- | x11/tk/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/tk/PLIST b/x11/tk/PLIST index 1e98b51f3c6..1442645881f 100644 --- a/x11/tk/PLIST +++ b/x11/tk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2005/07/19 11:12:25 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/04/27 08:18:09 adam Exp $ bin/wish bin/wish8.4 include/tk.h @@ -136,6 +136,7 @@ lib/tk8.4/msgs/fr.msg lib/tk8.4/msgs/it.msg lib/tk8.4/msgs/nl.msg lib/tk8.4/msgs/pl.msg +lib/tk8.4/msgs/pt.msg lib/tk8.4/msgs/ru.msg lib/tk8.4/obsolete.tcl lib/tk8.4/optMenu.tcl |