summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2010-05-27 19:27:03 (GMT)
committerjenglish <jenglish@flightlab.com>2010-05-27 19:27:03 (GMT)
commit8b2ea5bfb2f859daf2920244fbd3631913127cb1 (patch)
treeb84a395875fc384baadf68a72d6eadf84f859bff /ChangeLog
parent44956ea2ae237e8111e50cfde47883f81e24fb7b (diff)
downloadtk-8b2ea5bfb2f859daf2920244fbd3631913127cb1.zip
tk-8b2ea5bfb2f859daf2920244fbd3631913127cb1.tar.gz
tk-8b2ea5bfb2f859daf2920244fbd3631913127cb1.tar.bz2
ttk::treeview: [$tv tag bind $tag <...> {}] now removes binding completely.
Fixes [Bug 3006842] (although there's still a problem somewhere in Tk_CreateBinding()).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54544a1..ee9628b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-27 Joe English <jenglish@users.sourceforge.net>
+
+ * generic/ttk/ttkTreeview.c, tests/ttk/treeview.test:
+ [$tv tag bind $tag <...> {}] now removes binding completely.
+ Fixes [Bug 3006842] (although there's still a problem somewhere
+ in Tk_CreateBinding()).
+
2010-05-26 Jan Nijtmans <nijtmans@users.sf.net>
* tests/wm.test: Fix 3 tests on Ubuntu 10.4, two of them timing dependent,