diff options
author | welch <welch> | 1998-08-04 23:25:15 (GMT) |
---|---|---|
committer | welch <welch> | 1998-08-04 23:25:15 (GMT) |
commit | 9e971ab4ab8310aa759a311203e1ef2be11f8e1f (patch) | |
tree | 3642c0ecddfb4a106a7510abae8234abe0a19cdd /README | |
parent | 7c517bcb8d334b9b903b554897ac36d12deaf9d0 (diff) | |
download | tk-9e971ab4ab8310aa759a311203e1ef2be11f8e1f.zip tk-9e971ab4ab8310aa759a311203e1ef2be11f8e1f.tar.gz tk-9e971ab4ab8310aa759a311203e1ef2be11f8e1f.tar.bz2 |
8.0.3-5
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -1,13 +1,14 @@ The Tk Toolkit -SCCS: %Z% $Id: README,v 1.6 1998/07/29 22:58:24 welch Exp $ +SCCS: %Z% $Id: README,v 1.7 1998/08/04 23:25:15 welch Exp $ 0. Preface ---------- -This is a pre-release of 8.0.3, tk_patchLevel "8.0.3-4" -This is close to final, with the exception of one important -windows bug that we plan to fix in the next week or two. -(See the tcl/README file) +This is a pre-release of 8.0.3, tk_patchLevel "8.0.3-5" +This is very close to final, and we plan code freeze Thursday, +so I'll make the release that night. But, please compile now +to flush out any problems. + This release is being made early to help with the Consortium CD project. Please do not advertise or circulate this release widely. If you have problems, please figure @@ -24,6 +25,15 @@ certain Tk structures. This means extensions should work with either vanilla Tk or a dash-patched version. 4. Modifications to support the Macintosh Appearance manager. +Fixes relative to previous pre-releases + Fixed the reverse video bitmaps on UNIX + Several menu and alt-key fixes: + fixed bug in menus where bgerrors were not generated during menu callbacks + fixed memory leak in menu code + fixed Alt-key handling + fixed bug in menubar handling so menubar doesn't get destroyed when a + window is destroyed + 1. Introduction --------------- |