summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-05-23 21:33:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-05-23 21:33:36 (GMT)
commit0c2fad2535129377ff0aeba08bee31cb85c08814 (patch)
tree9f5fd5c8adf1c58defeb15dc10f58f9f007ca9cb /ChangeLog
parentecbcfad8425538789bc6eb807d8aa815c4471d52 (diff)
downloadtcl-0c2fad2535129377ff0aeba08bee31cb85c08814.zip
tcl-0c2fad2535129377ff0aeba08bee31cb85c08814.tar.gz
tcl-0c2fad2535129377ff0aeba08bee31cb85c08814.tar.bz2
add thanks
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c0cca4..1b83852 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
Previous fix on 2003-05-12 broke several extensions that wanted
to poke around with the twoPtrValue.ptr2 value of a cmdName
Tcl_Obj, like TclBlend and e4graph. [Bug 726018]
+ Thanks to George Petasis for the bug report and Jacob Levy for
+ testing assistance.
2003-05-22 Daniel Steffen <das@users.sourceforge.net>