diff options
author | vincentdarley <vincentdarley> | 2005-02-14 23:00:29 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2005-02-14 23:00:29 (GMT) |
commit | 6e1a009795f451583308dda6b41c6249b637933c (patch) | |
tree | 270430be093e44a3695b7cae46647d503a619044 /ChangeLog | |
parent | 496ad1df6abb7e07d1c616e01bb3715ad49ab695 (diff) | |
download | tk-6e1a009795f451583308dda6b41c6249b637933c.zip tk-6e1a009795f451583308dda6b41c6249b637933c.tar.gz tk-6e1a009795f451583308dda6b41c6249b637933c.tar.bz2 |
fix to newline eliding in text widget
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2005-02-14 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tkText.c: + * generic/tkText.h: + * generic/tkTextDisp.c: + * generic/tkTextIndex.c: + * generic/tkTextBTree.c: + * doc/text.n: + * tests/textDisp.test: + * tests/textIndex.test: fix of longstanding elide problem + when eliding a newline without eliding the entire logical + line. [Bug 443848] + 2005-02-14 Jeff Hobbs <jeffh@ActiveState.com> * doc/options.n: note -cursor {} behavior. [Bug 965618] |