diff options
author | bjoern <bjoern@pkgsrc.org> | 2001-12-23 17:11:30 +0000 |
---|---|---|
committer | bjoern <bjoern@pkgsrc.org> | 2001-12-23 17:11:30 +0000 |
commit | 6000f15f92ad60cc9a09c4591cd6e4dfdce88f4b (patch) | |
tree | 87bc8ade1582907777dac3406121cc37c0dd3a37 /x11/tk/PLIST | |
parent | 78ca1bc313a2207f3945642bfb7b4e39ffb9add7 (diff) | |
download | pkgsrc-6000f15f92ad60cc9a09c4591cd6e4dfdce88f4b.tar.gz |
Update to version 8.3.4
Taken from "changes" from the distribution (minus changes not
relevant for NetBSD):
2001-04-04 (doc fixes) numerous doc corrections and clarifications.
Update of READMEs.
2001-04-04 (bug fix) corrected reseting of service mode to only occur when
it was set (hedin, hobbs)
2001-04-02 (bug fix) Checked for menu deletion before calling associated
menu entry command. Fixed listbox, canvas and entry destruction to be
more aware of current widget activity. (hobbs)
2001-03-30 (bug fix) handled the error case where a valid-looking but
invalid identifier could be passed in certain event generate options
causing a crash (hobbs)
2001-03-29 (bug fix) corrected handling of drag-selection (dejong)
2000-10-27 (feature enhancement) made [tk useinputmethods 1] the default
for Tk (hobbs)
2000-09-29 (bug fix) corrected BadMatch errors when using Tk on multiple
screens (hipp)
2000-08-18 (feature enhancement) Removed redundant call to DitherInstance
(melski)
2001-08-24 (bug fix) correct several possible free memory reads and array
bounds read errors reported by purify. (hobbs)
2001-08-27 (new feature) added call to Tcl_SetMainLoop which enables Tk to
be loaded interactively into tclsh and have the event loop kick in
correctly. (hobbs)
2001-08-28 (bug fix) fixed tk_chooseDirectory crash on Win95. (baker)
2001-08-28 (bug fix) removed 2 second 'raise' delay seen by some Unix
window managers. (hobbs, baker)
2001-09-14 (bug fix) fixed memory leaks that occured if errors were
thrown while initializing the channel for an image. (darley)
2001-10-04 (new feature) added enhanced bgerror dialog from Hipp. (hobbs)
2001-10-17 (bug fix) fixed file filtering in the motif file dialog (nelson)
Diffstat (limited to 'x11/tk/PLIST')
-rw-r--r-- | x11/tk/PLIST | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/tk/PLIST b/x11/tk/PLIST index 1e149d03cc7..6aa87fc4f82 100644 --- a/x11/tk/PLIST +++ b/x11/tk/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:11:41 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/12/23 17:11:30 bjoern Exp $ bin/wish bin/wish8.3 include/tk.h include/tk/generic/default.h +include/tk/generic/ks_names.h include/tk/generic/tk.h include/tk/generic/tk3d.h include/tk/generic/tkButton.h @@ -28,8 +29,8 @@ include/tk/unix/tkUnixDefault.h include/tk/unix/tkUnixInt.h include/tk/unix/tkUnixPort.h include/tkDecls.h -include/tkInt.h include/tkIntXlibDecls.h +include/tkPlatDecls.h lib/libtk83.a lib/libtk83.la lib/libtk83.so @@ -213,7 +214,6 @@ man/man3/Tk_Fill3DPolygon.3 man/man3/Tk_Fill3DRectangle.3 man/man3/Tk_FindPhoto.3 man/man3/Tk_FontId.3 -man/man3/Tk_FontMetrics.3 man/man3/Tk_Free3DBorder.3 man/man3/Tk_Free3DBorderFromObj.3 man/man3/Tk_FreeBitmap.3 @@ -255,6 +255,7 @@ man/man3/Tk_GetCursorFromObj.3 man/man3/Tk_GetDash.3 man/man3/Tk_GetFont.3 man/man3/Tk_GetFontFromObj.3 +man/man3/Tk_GetFontMetrics.3 man/man3/Tk_GetGC.3 man/man3/Tk_GetHINSTANCE.3 man/man3/Tk_GetHWND.3 @@ -288,7 +289,6 @@ man/man3/Tk_HandleEvent.3 man/man3/Tk_Height.3 man/man3/Tk_IdToWindow.3 man/man3/Tk_ImageChanged.3 -man/man3/Tk_Init.3 man/man3/Tk_InitImageArgs.3 man/man3/Tk_InitOptions.3 man/man3/Tk_InitStubs.3 @@ -345,6 +345,7 @@ man/man3/Tk_ResizeWindow.3 man/man3/Tk_RestackWindow.3 man/man3/Tk_RestoreSavedOptions.3 man/man3/Tk_RestrictEvents.3 +man/man3/Tk_SafeInit.3 man/man3/Tk_Screen.3 man/man3/Tk_ScreenNumber.3 man/man3/Tk_SetAppName.3 |