diff options
author | jenglish <jenglish@flightlab.com> | 2010-05-27 19:27:03 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2010-05-27 19:27:03 (GMT) |
commit | 8b2ea5bfb2f859daf2920244fbd3631913127cb1 (patch) | |
tree | b84a395875fc384baadf68a72d6eadf84f859bff /ChangeLog | |
parent | 44956ea2ae237e8111e50cfde47883f81e24fb7b (diff) | |
download | tk-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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, |