diff options
author | vincentdarley <vincentdarley> | 2003-11-12 17:19:17 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-11-12 17:19:17 (GMT) |
commit | a906189ba8d0deb1700017221317967a9d5dc133 (patch) | |
tree | 41d57a84a1514e36a314418a2437aa556a7bda6f /ChangeLog | |
parent | 0faab4b1fcb34df789147ece61ade73b3b7e5b67 (diff) | |
download | tk-a906189ba8d0deb1700017221317967a9d5dc133.zip tk-a906189ba8d0deb1700017221317967a9d5dc133.tar.gz tk-a906189ba8d0deb1700017221317967a9d5dc133.tar.bz2 |
old tk text widget bugs fixed
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2003-11-12 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tkText.h: + * generic/tkText.c: + * generic/tkTextDisp.c: + * generic/tkTextIndex.c: + * generic/tkTextTag.c: + * tests/textTag.test: fixes to two very old Tk bugs [Bug 583286] + (focus handling with embedded windows), [Bug 220780] (tag + bindings trigger on window borders), and made two more functions + static in tkTextDisp.c. + 2003-11-11 Jeff Hobbs <jeffh@ActiveState.com> * unix/configure: |