diff options
author | hobbs <hobbs> | 2001-05-30 22:41:11 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-05-30 22:41:11 (GMT) |
commit | 5335a16b84527d802904634e6cbfd8d4d532cabe (patch) | |
tree | 790f8e5b02175a8d12ff79890f8fdfe1d178233a /ChangeLog | |
parent | 06d05d92f1cda1439dd42324387e00923e4070e6 (diff) | |
download | tk-5335a16b84527d802904634e6cbfd8d4d532cabe.zip tk-5335a16b84527d802904634e6cbfd8d4d532cabe.tar.gz tk-5335a16b84527d802904634e6cbfd8d4d532cabe.tar.bz2 |
win/tkWinKey.c (TkpSetKeycodeAndState): removed old debug info
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2001-05-30 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tkWinKey.c (TkpSetKeycodeAndState): removed old debug info + +2001-05-29 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tkWinX.c: moved the initialization of tkPlatformId from + TkWinXInit to TkWinGetPlatformId because static builds could call + it before it was initialized. [Bug #427278] + 2001-05-28 Peter Spjuth <peter.spjuth@space.se> * generic/tkFrame.c: |