summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-08-05 20:31:52 (GMT)
committerjenglish <jenglish@flightlab.com>2008-08-05 20:31:52 (GMT)
commit590ea2e98630e409be6461594034b9806a8e3257 (patch)
treea9dcb61e888fc0fa2cdf48e3a2a395dd3234d326 /ChangeLog
parentacf4293cf37a201ebfa87e6e659bf7cfc9535963 (diff)
downloadtk-590ea2e98630e409be6461594034b9806a8e3257.zip
tk-590ea2e98630e409be6461594034b9806a8e3257.tar.gz
tk-590ea2e98630e409be6461594034b9806a8e3257.tar.bz2
Fix for [Bug 2010422] "no event type or button # or keysym
while executing "bind Listbox <MouseWheel> [...]". This allows Tk to compile and run against newer X11 headers where the protocol constant LastEvent has changed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 592ddc5..5bf7593 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-05 Joe English <jenglish@users.sourceforge.net>
+
+ * generic/tk.h, generic/tkEvent.c: Fix for [Bug 2010422]
+ "no event type or button # or keysym while executing
+ "bind Listbox <MouseWheel> [...]".
+
2008-08-01 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/tkWinWm.c: Backported fixes for handling unmapped parent