diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-04 23:52:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-04 23:52:28 (GMT) |
commit | d6af24cbdef686e4ce9d694d72d6935e8e35aa33 (patch) | |
tree | e56b710e293d4ada10a23b7a35714abce2ec7e4b /ChangeLog | |
parent | 8a4b2ce65944b09d87fb02f51dc1ac2346ac9c72 (diff) | |
download | tcl-d6af24cbdef686e4ce9d694d72d6935e8e35aa33.zip tcl-d6af24cbdef686e4ce9d694d72d6935e8e35aa33.tar.gz tcl-d6af24cbdef686e4ce9d694d72d6935e8e35aa33.tar.bz2 |
Minor correction to log entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |