summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2002-05-20 10:22:20 (GMT)
committerdas <das>2002-05-20 10:22:20 (GMT)
commite0c4b53d5b6dd002350c769dbb457b715f63daed (patch)
treed1c4ef8ee74fc2ea0fffb8c912f056d9a1d3f803 /ChangeLog
parent8fc6a5c4266eef42d854a03f6a4458545464916d (diff)
downloadtcl-e0c4b53d5b6dd002350c769dbb457b715f63daed.zip
tcl-e0c4b53d5b6dd002350c769dbb457b715f63daed.tar.gz
tcl-e0c4b53d5b6dd002350c769dbb457b715f63daed.tar.bz2
* generic/tclInt.h: added prototype for TclpFilesystemPathType().
* mac/tclMacChan.c: use MSL provided creator type if available instead of the default 'MPW '.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94ec6da..43856c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
+2002-05-20 Daniel Steffen <das@users.sourceforge.net>
+
+ * generic/tclInt.h: added prototype for TclpFilesystemPathType().
+ * mac/tclMacChan.c: use MSL provided creator type if available
+ instead of the default 'MPW '.
+
2002-05-16 Joe English <jenglish@users.sf.net>
+
* doc/CrtObjCmd.3:
Added Tcl_GetCommandFromObj, Tcl_GetCommandFullName
(Tcl Bug #547987, #414921)