summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2003-05-23 21:33:36 (GMT)
committerdgp <dgp@noemail.net>2003-05-23 21:33:36 (GMT)
commit1bba55e7e6b6f8de83b5b2af979979d5d5f87a8d (patch)
tree9f5fd5c8adf1c58defeb15dc10f58f9f007ca9cb /ChangeLog
parentf65310f7a70c4bea0f4ef02e5eac1835bb35ace4 (diff)
downloadtcl-1bba55e7e6b6f8de83b5b2af979979d5d5f87a8d.zip
tcl-1bba55e7e6b6f8de83b5b2af979979d5d5f87a8d.tar.gz
tcl-1bba55e7e6b6f8de83b5b2af979979d5d5f87a8d.tar.bz2
add thanks
FossilOrigin-Name: 02d81e41943c19f5f14347d4d3ae2a040b6292f6
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>