summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-07-28 22:09:31 (GMT)
committernijtmans <nijtmans>2008-07-28 22:09:31 (GMT)
commitf0e9c26da804fcb46360eebe2164bf251f89f4e3 (patch)
tree7bf06cf28a92171d2f2e9e208cec6c00acb0e91c
parentcf2289dd006cf8960813d308551da6f06e96d0e6 (diff)
downloadtcl-f0e9c26da804fcb46360eebe2164bf251f89f4e3.zip
tcl-f0e9c26da804fcb46360eebe2164bf251f89f4e3.tar.gz
tcl-f0e9c26da804fcb46360eebe2164bf251f89f4e3.tar.bz2
it's tip #27, not #24
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e12f05..124affc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@
* generic/tclIOUtil.c: Tcl_FSNewNativePath, Tcl_FSData
* generic/tclPathObj.c: Tcl_FSRegister, Tcl_FSUnregister
* generic/tclTest.c: Tcl_FSGetFileSystemForPath ...
- This change complies with TIP #24.
+ This change complies with TIP #27.
***POTENTIAL INCOMPATIBILITY***
2008-07-28 Andreas Kupries <andreask@activestate.com>
@@ -34,7 +34,7 @@
* generic/tclCompCmds.c: which use Tcl_ObjType directly can be
* generic/tclOOMethod.c: modified to compile against both Tcl 8.5 and
* generic/tclTestobj.c: Tcl 8.6. tclDecls.h regenerated
- This change complies with TIP #24.
+ This change complies with TIP #27.
***POTENTIAL INCOMPATIBILITY***
2008-07-25 Andreas Kupries <andreask@activestate.com>
@@ -78,7 +78,7 @@
* unix/tclUnixThrd.c: can be modified to compile against both Tcl
* win/tclWinNotify.c: Tcl 8.5 and Tcl 8.6
* win/tclWinThrd.c: Regenerated tclDecls.h with "make stubs".
- This change complies with TIP #24
+ This change complies with TIP #27
***POTENTIAL INCOMPATIBILITY***
2008-07-23 Alexandre Ferrieux <ferrieux@users.sourceforge.net>