summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-02-18 02:22:11 (GMT)
committerhobbs <hobbs>2004-02-18 02:22:11 (GMT)
commit47b66c06b0a6022535d316029aa94439fb72b26a (patch)
treec6a7eb6e241fa6ee4e6e8bfd5fa849b40525f578 /ChangeLog
parentae92c4701c010d9f550cbffb9395ca755e96b148 (diff)
downloadtk-47b66c06b0a6022535d316029aa94439fb72b26a.zip
tk-47b66c06b0a6022535d316029aa94439fb72b26a.tar.gz
tk-47b66c06b0a6022535d316029aa94439fb72b26a.tar.bz2
* generic/tkBind.c (HandleEventGenerate): only modify root[xy]
with [xy] when they haven't been otherwise set.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7694b3f..bb0095a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-02-17 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tkBind.c (HandleEventGenerate): only modify root[xy]
+ with [xy] when they haven't been otherwise set.
+
* doc/checkbutton.n: TIP#110 implementation
* doc/radiobutton.n: Tristate Checkbutton and Radiobuttons
* generic/tkButton.c: