summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-04 23:52:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-04 23:52:28 (GMT)
commitd6af24cbdef686e4ce9d694d72d6935e8e35aa33 (patch)
treee56b710e293d4ada10a23b7a35714abce2ec7e4b
parent8a4b2ce65944b09d87fb02f51dc1ac2346ac9c72 (diff)
downloadtcl-d6af24cbdef686e4ce9d694d72d6935e8e35aa33.zip
tcl-d6af24cbdef686e4ce9d694d72d6935e8e35aa33.tar.gz
tcl-d6af24cbdef686e4ce9d694d72d6935e8e35aa33.tar.bz2
Minor correction to log entry.
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 90a0375..aaa8920 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,11 @@
2010-03-04 Donal K. Fellows <dkf@users.sf.net>
- * generic/tclOO.c (ObjectRenamedTrace): Add special handling so that
- when the class of classes is deleted, so is the class of objects.
- Immediately. [Bug 2962664]
+ * generic/tclOO.c (ObjectRenamedTrace): [Bug 2962664]: Add special
+ handling so that when the class of classes is deleted, so is the class
+ of objects. Immediately.
* generic/tclOOInt.h (ROOT_CLASS): Add new flag for specially marking
- the root class. Simpler than the
+ the root class. Simpler and more robust than the previous technique.
2010-03-04 Jan Nijtmans <nijtmans@users.sf.net>