summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-05-02 20:42:37 (GMT)
committermdejong <mdejong>2001-05-02 20:42:37 (GMT)
commit0bbb06a04a6eef073c35a9b20dd262b5ed7c0902 (patch)
tree60fd2e4d18b2dee41b62bbb8fc7aaf8653c8cfae /ChangeLog
parent57a1ccbfe6c5d5f14e0bff39d51b76aebf6d0717 (diff)
downloadtcl-0bbb06a04a6eef073c35a9b20dd262b5ed7c0902.zip
tcl-0bbb06a04a6eef073c35a9b20dd262b5ed7c0902.tar.gz
tcl-0bbb06a04a6eef073c35a9b20dd262b5ed7c0902.tar.bz2
* tools/genStubs.tcl: Add a package require of Tcl 8
at the beginning of the script so that the script will print a descriptive error message when run in an old Tcl 7 shell.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ee74b8..32788cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-05-02 Don Porter <dgp@users.sourceforge.net>
+
+ * tools/genStubs.tcl: Add a package require of Tcl 8
+ at the beginning of the script so that the script
+ will print a descriptive error message when run
+ in an old Tcl 7 shell.
+
2000-04-27 Kevin Kenny <kennykb@crd.ge.com>
* generic/tclInt.decls: