summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f703fb0..5290800 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-05-21 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * win/tkWinMenu.c: [Bug 2794778]: Calls to CallWindowProc can lead
+ to other functions overwriting the event strucure. Therefore
+ preserve a local copy of the XKeyEvent while looping over the key
+ events.
+
2009-05-17 Joe English <jenglish@users.sourceforge.net>
* generic/ttkNotebook.c: More flexible tab placement [Bug 1470246]