diff options
author | ericm <ericm> | 2000-04-10 23:20:32 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-10 23:20:32 (GMT) |
commit | 12305c29303ea1ccb1ad9f4a66c68fbce06468dc (patch) | |
tree | 0ead33ceadd97b677d438704e1b18f11e25a6ba1 | |
parent | e97f81ba5fd69a5c4c8b837322468959cb49e028 (diff) | |
download | tk-12305c29303ea1ccb1ad9f4a66c68fbce06468dc.zip tk-12305c29303ea1ccb1ad9f4a66c68fbce06468dc.tar.gz tk-12305c29303ea1ccb1ad9f4a66c68fbce06468dc.tar.bz2 |
ChangeLog commit.
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +2000-04-10 Eric Melski <ericm@scriptics.com> + + * library/bgerror.tcl: Added check for withdrawn state of . and + unsetting of transient bit for .bgerrorDialog if . is not + viewable; this protects against the application hanging on systems + like Windows, where transient windows are withdrawn with their + parents. [Bug: 4370]. + + * tests/event.test: Added test for [event generate $widget + <Alt-z>] [Bug: 4611]. + + * tests/choosedir.test: Changed "namespace import ::tcltest" to + "namespace import -force ::tcltest". + + * win/tkWinKey.c: + * unix/tkUnixKey.c: + * mac/tkMacKeyboard.c: Changed InitKeymapInfo to + TkpInitKeymapInfo. [Bug: 4611]. + + * generic/tkStubInit.c: + * generic/tkIntDecls.h: Re-gen'd from tkInt.decls. + + * generic/tkInt.decls: Added TkpInitKeymapInfo to list of function + decls. + + * generic/tkBind.c (HandleEventGenerate): Added code to initialize + keymap info if necessary, and to correctly set modifier bits in + XEvent structure create to handle [event generate] calls. + Previously, the alt/meta bits were not set correctly, so [event + generate $widget <Alt-z>] would always fail. [Bug: 4611] + 2000-04-07 Jeff Hobbs <hobbs@scriptics.com> * generic/tkGrid.c (InitMasterData): fixed uninit'd data in |