summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-10-31 09:02:06 (GMT)
committervincentdarley <vincentdarley>2003-10-31 09:02:06 (GMT)
commit65d781267ff97522f0dbde3718a2f79f6cafeb14 (patch)
tree1a7d95870c1e63f3d43b706e7e97421c104b19b7 /ChangeLog
parent4631886b5f09a22a0d26c13faf27b039e18e0a66 (diff)
downloadtk-65d781267ff97522f0dbde3718a2f79f6cafeb14.zip
tk-65d781267ff97522f0dbde3718a2f79f6cafeb14.tar.gz
tk-65d781267ff97522f0dbde3718a2f79f6cafeb14.tar.bz2
TIP 155 implementation
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.