summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-07-01 10:08:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-07-01 10:08:00 (GMT)
commitbdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26 (patch)
treeab8f78fbcc15b57c4e3e8af1cf3d3367d7cd18ef /ChangeLog
parent8778b6d91d5ee972338f955ca4c98a2527659083 (diff)
downloadtcl-bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26.zip
tcl-bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26.tar.gz
tcl-bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26.tar.bz2
Fix missed references to 8.4, spotted by Theo Verelst.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c346040..c573c14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-07-01 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * win/README.binary, win/README: Updated references to Tcl and Tk
+ 8.4 to point to 8.5 instead. Thanks to Theo Verelst for spotting
+ this.
+ * generic/tcl.h: Added note to help prevent those changes from
+ getting missed in the future.
+
* doc/Namespace.3, doc/load.n, doc/Limit.3: Typo fixes and remove
duplicate documentation. [Bug 983146]