diff options
author | vincentdarley <vincentdarley> | 2004-09-10 12:13:38 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-09-10 12:13:38 (GMT) |
commit | 09324dada308a84a1d5ba8b14bff2a5ce8b6eaf9 (patch) | |
tree | c17ff6a17da4273024607033b6c1bd7bf35d2d8f /ChangeLog | |
parent | 77f2c1e62ab0760dc6ee615d6bbcb81b11d76a6f (diff) | |
download | tk-09324dada308a84a1d5ba8b14bff2a5ce8b6eaf9.zip tk-09324dada308a84a1d5ba8b14bff2a5ce8b6eaf9.tar.gz tk-09324dada308a84a1d5ba8b14bff2a5ce8b6eaf9.tar.bz2 |
text widget 'peer' subcommand -- TIP#169 implementation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +2004-09-10 Vince Darley <vincentdarley@users.sourceforge.net> + + * doc/text.n + * generic/tkTest.c + * generic/tkText.c + * generic/tkText.h + * generic/tkTextBTree.c + * generic/tkTextDisp.c + * generic/tkTextImage.c + * generic/tkTextIndex.c + * generic/tkTextMark.c + * generic/tkTextTag.c + * generic/tkTextWind.c + * generic/tkUndo.c + * generic/tkUndo.h + * library/text.tcl + * library/demos/twind.tcl + * library/demos/widget + * tests/text.test + * tests/textImage.test + * tests/textIndex.test + * tests/textWind.test: implementation of TIP#169, which provides + the new '$text peer' widget subcommand. This includes new + documentation, tests, and an extension to the text widget demos + to illustrate some of the new features. Many thanks also to + Brian Griffin for the initial implementation. + 2004-09-09 Jeff Hobbs <jeffh@ActiveState.com> * tests/panedwindow.test: bulletproof 23.2 result [Bug #1019100] |