summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-08-25 20:06:04 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-08-25 20:06:04 (GMT)
commit29826f66ff19f23d00fdf93cccc2d4b4e6738365 (patch)
tree9285a4c4549e4d9b138aa3f3c2d8e92d5863bfab /ChangeLog
parent2a54516da033bc3de6dc5eece6be4e90fdc0ffe5 (diff)
downloadtcl-29826f66ff19f23d00fdf93cccc2d4b4e6738365.zip
tcl-29826f66ff19f23d00fdf93cccc2d4b4e6738365.tar.gz
tcl-29826f66ff19f23d00fdf93cccc2d4b4e6738365.tar.bz2
Duplicated declarations for TIP#139; docs still to do.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 467bf73..ae67a74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-08-25 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tcl.decls: Duplicated some namespace declarations from
+ tclInt.decls here, as mandated by TIP #139. This is OK since the
+ declarations match and will end up using the declarations in the
+ public code from now on because of #include ordering. Keeping the
+ old declarations in tclInt.decls; there's no need to gratuitously
+ break compatability for those extensions which are already clients
+ of the namespace code.
+
2003-08-23 Zoran Vasiljevic <zoran@archiwrae.com>
* generic/tclIOUtil.c: merged fixes for thread-unsafe