summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13fe3ab..64c143c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,35 @@
2003-10-31 Vince Darley <vincentdarley@users.sourceforge.net>
+ * generic/tkText.c
+ * generic/tkTextIndex.c
+ * generic/tkTextDisp.c
+ * generic/tkTextWind.c
+ * generic/tkTextImage.c
+ * generic/tkTextTag.c
+ * generic/tkTextMark.c
+ * generic/tkTextBTree.c
+ * generic/tkText.h
+ * doc/text.n
+ * tests/text.test
+ * tests/textDisp.test
+ * tests/textImage.test
+ * tests/textIndex.test
+ * tests/textWind.test
+ * library/text.tcl
+ * generic/tkCanvas.c
+ * unix/tkUnixDefault.h
+ * win/tkWinDefault.h
+ * mac/tkMacDefault.h
+ * macosx/tkMacOSXDefault.h -- TIP 155 implementation
+
+ This adds the 'count' and 'replace' subcommands to the text
+ widget, the '-blockcursor' option, and in particular provides
+ correct, smooth pixel-based scrolling of the widget under all
+ circumstances. See the text.n man page for the complete new
+ documentation.
+
+2003-10-31 Vince Darley <vincentdarley@users.sourceforge.net>
+
* win/tkWinMenu.c: more correct placing of images in compound
menu entries.