summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-11-21 01:36:33 (GMT)
committerhobbs <hobbs>2001-11-21 01:36:33 (GMT)
commitea7ad4f95c2489f84c3db69de141278f5aaa71a1 (patch)
tree7a35dfdeff20400c3e74454543b70dc15156c496 /ChangeLog
parent54f77c5e44a8cf223cb9f23ab043e9daf0b8e3ce (diff)
downloadtk-ea7ad4f95c2489f84c3db69de141278f5aaa71a1.zip
tk-ea7ad4f95c2489f84c3db69de141278f5aaa71a1.tar.gz
tk-ea7ad4f95c2489f84c3db69de141278f5aaa71a1.tar.bz2
(DestroyText): plugged mem leak when not clearing stack (callewaert)
(TextGetText): more efficient string size calculation (darley)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0de2a7e..7fa787d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-11-20 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tkText.c (TextGetText): reworked to use DString for
+ improved speed. (callewaert, darley)
+ (DestroyText): plugged mem leak when not clearing stack (callewaert)
+ (TextGetText): more efficient string size calculation (darley)
+
2001-11-19 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* library/demos/entry3.tcl: New demo showing off validation and