diff options
author | welch <welch@noemail.net> | 1998-08-12 11:28:30 (GMT) |
---|---|---|
committer | welch <welch@noemail.net> | 1998-08-12 11:28:30 (GMT) |
commit | a6630feff3264e011288b9d2e8f86b620929886c (patch) | |
tree | 4f481666e9572691671addc13444bc4209e8a906 | |
parent | 6b68324eb263ada95e571ad9c1742111a0e46e94 (diff) | |
download | tk-a6630feff3264e011288b9d2e8f86b620929886c.zip tk-a6630feff3264e011288b9d2e8f86b620929886c.tar.gz tk-a6630feff3264e011288b9d2e8f86b620929886c.tar.bz2 |
Updates for last bug fixes
FossilOrigin-Name: 9f2af571652c49e0e72cf30fe4b4d30bf48cb6bc
-rw-r--r-- | changes | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -4237,4 +4237,12 @@ WS_EX_NOPARENTNOTIFY on TkChild windows. (SS) 8/6/98 (feature change) Changed tkInitScript.h to use the new tcl_findLibrary procedure to locate its script library. (BW) --------- Released 8.0.3 to the Tcl Consortium CD-ROM project, 8/7/98 ------ +8/10/98 (bug fix) Added special case to font code to limit the +length of displayed strings to avoid wrap-around bugs in some +PC X servers when the pixel length of the string exceeds 0x7fff. (SS) + +8/11/98 (bug fix) Macintosh, lock down some of the resources +associated with menus to try and stabilise the menu system +on memory limited machines. (JI) + +-------- Released 8.0.3 to the Tcl Consortium CD-ROM project, 8/12/98 ------ |