diff options
author | hobbs <hobbs> | 2000-05-13 00:02:37 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-13 00:02:37 (GMT) |
commit | 32c00bd4e54bd4254300852356a6fff59d388d45 (patch) | |
tree | b9a3fcd8904d119945399fd3d080a282da715ff8 | |
parent | 39af61f56cd2013861853dd736c0764c3737f865 (diff) | |
download | tk-32c00bd4e54bd4254300852356a6fff59d388d45.zip tk-32c00bd4e54bd4254300852356a6fff59d388d45.tar.gz tk-32c00bd4e54bd4254300852356a6fff59d388d45.tar.bz2 |
see changes
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ +2000-05-12 Jeff Hobbs <hobbs@scriptics.com> + + * win/tkWinFont.c (LoadFontRanges): improved support for all chars + in 0-255 range for bitmap ANSI fonts. May be improved to handle + bitmap non-ANSI fonts in the future. [Bug: 2172] + + * win/tkWinWm.c (RaiseWinWhenIdle): added TK_DONT_DESTROY_WINDOW + to flag check to prevent timing related core dump. [Bug: 5438] + 2000-05-11 Jeff Hobbs <hobbs@scriptics.com> + * win/tkWinTest.c (TestclipboardObjCmd): ensured CloseClipboard + would always get called for each OpenClipboard. + * tests/focus.test (focusSetupAlt): removed wm withdraw from proc as it would cause a hang for tkwait visibility |