diff options
author | jenglish <jenglish@flightlab.com> | 2008-08-05 20:31:52 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-08-05 20:31:52 (GMT) |
commit | 590ea2e98630e409be6461594034b9806a8e3257 (patch) | |
tree | a9dcb61e888fc0fa2cdf48e3a2a395dd3234d326 /ChangeLog | |
parent | acf4293cf37a201ebfa87e6e659bf7cfc9535963 (diff) | |
download | tk-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |