summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-08-27 00:32:28 (GMT)
committerhobbs <hobbs>2010-08-27 00:32:28 (GMT)
commited71f62f6d249a1aa1cf0f13c57ae097c2fbe6da (patch)
tree233efdffa7e7f8782ec5634d73ac0c88d4934c34 /ChangeLog
parent77f1040bfa885893472f496ec67b4dff85cb1da4 (diff)
downloadtk-ed71f62f6d249a1aa1cf0f13c57ae097c2fbe6da.zip
tk-ed71f62f6d249a1aa1cf0f13c57ae097c2fbe6da.tar.gz
tk-ed71f62f6d249a1aa1cf0f13c57ae097c2fbe6da.tar.bz2
* generic/tkText.c (DumpLine): s/segPtr->size/currentSize/
throughout, but particularly in if lineChanged block where segPtr may no longer be valid. [Bug 3053347]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 607f115..b3752e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-08-26 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/
+ throughout, but particularly in if lineChanged block where segPtr
+ may no longer be valid. [Bug 3053347]
+
* unix/Makefile.in: add valgrind target
* unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.
Add /usr/lib64 to set of auto-search dirs. [Bug 1230554]