summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 365d3b6..70303ced 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]