summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-05-26 01:37:16 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-05-26 01:37:16 (GMT)
commit7020fb91a050e62108ecf624e8c95fde9593735f (patch)
tree71a6b66329efb7b14d5ec0b480e91911030bbbe5
parentdeb12f9f60a4a57e4922c929ee5a7a3f6966e098 (diff)
downloadtcl-7020fb91a050e62108ecf624e8c95fde9593735f.zip
tcl-7020fb91a050e62108ecf624e8c95fde9593735f.tar.gz
tcl-7020fb91a050e62108ecf624e8c95fde9593735f.tar.bz2
Correcting last entry
-rw-r--r--ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f15e7fb..8789cdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,8 +9,7 @@
* generic/tclNamesp.c (TclInitNamespaceSubsystem):
* generic/tclInt.h: Moved some Tcl_ObjType initialisation to
TclInitObjSubsystem to be with the bulk of the rest.
- [Patch
- Committed by Miguel Sofer <msofer@users.sourceforge.net>
+ [Patch 424851] Committed by Miguel Sofer <mig@utdt.edu>
2001-05-23 Jeff Hobbs <jeffh@ActiveState.com>