summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-05-21 22:52:06 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-05-21 22:52:06 (GMT)
commit90c1a43eb7a8a363aef33e43ff390646b70aff1f (patch)
treee391b7ce54b3be4e79d38211fd3d587492c9d7a1 /ChangeLog
parentfedc91c632885648cba16921035074ccfe304a7a (diff)
downloadtk-90c1a43eb7a8a363aef33e43ff390646b70aff1f.zip
tk-90c1a43eb7a8a363aef33e43ff390646b70aff1f.tar.gz
tk-90c1a43eb7a8a363aef33e43ff390646b70aff1f.tar.bz2
[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.
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]