diff options
author | georgeps <georgeps> | 2004-07-02 23:45:50 (GMT) |
---|---|---|
committer | georgeps <georgeps> | 2004-07-02 23:45:50 (GMT) |
commit | 13d6ba70a2d19edd29700a66c12b88ae66a1ef3e (patch) | |
tree | 99ca14bf925e65dd7f3be09ff51979d2da99d56f /ChangeLog | |
parent | de9e6a08757bece56c8a1c56943648c1a67fa4ba (diff) | |
download | tk-13d6ba70a2d19edd29700a66c12b88ae66a1ef3e.zip tk-13d6ba70a2d19edd29700a66c12b88ae66a1ef3e.tar.gz tk-13d6ba70a2d19edd29700a66c12b88ae66a1ef3e.tar.bz2 |
I added a note about the tkEvent.c refactoring and buf fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-07-02 George Peter Staplin <GeorgePS@XMission.com> + + * generic/tkEvent.c: Tk_HandleEvent was refactored to be more + readable, and during this process two bugs were found. + 1) Button 4 and 5 masks will now be synchronized with the + TkDisplay. + 2) ClientMessage handlers will use the proper last pointer rather + than writing to the last GenericHandler pointer. + + Thanks to Joe English for his help and encouragement, and DKF for + review. + 2004-07-01 Donal K. Fellows <donal.k.fellows@man.ac.uk> * doc/place.n, doc/pack.n: Doc fixes. [Tcl Bug 983146] |