summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9c6b24..91c6a87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-10-06 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclPathObj.c: Made this file follow the style rules in
+ the Engineering Manual more closely, and also take advantage of
+ the internal object manipulation macros more.
+
* generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Reorganized to have fewer
magic flag variables and to separate the code that scans for a
match from the code that processes a match body.