summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorgeorgeps <georgeps>2004-07-02 23:45:50 (GMT)
committergeorgeps <georgeps>2004-07-02 23:45:50 (GMT)
commit13d6ba70a2d19edd29700a66c12b88ae66a1ef3e (patch)
tree99ca14bf925e65dd7f3be09ff51979d2da99d56f /ChangeLog
parentde9e6a08757bece56c8a1c56943648c1a67fa4ba (diff)
downloadtk-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5609d21..9adce6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]