diff options
author | welch <welch> | 1998-08-12 11:28:31 (GMT) |
---|---|---|
committer | welch <welch> | 1998-08-12 11:28:31 (GMT) |
commit | c861b209de202a6b9fb01af5dac831530dc39336 (patch) | |
tree | 4f481666e9572691671addc13444bc4209e8a906 | |
parent | c08f23d12b1cbf989ea8550d6afdda7025fe272a (diff) | |
download | tk-c861b209de202a6b9fb01af5dac831530dc39336.zip tk-c861b209de202a6b9fb01af5dac831530dc39336.tar.gz tk-c861b209de202a6b9fb01af5dac831530dc39336.tar.bz2 |
Updates for last bug fixes
-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 ------ |