summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-08-28 14:46:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-08-28 14:46:50 (GMT)
commit3932d4560e1130460563ce7f09cbdc6e8e5fe204 (patch)
tree05002feddd755c1079bc061403824fe4bc9beccf /ChangeLog
parent46ba61c2807ce86a75016cf0ebf74898ef09ff26 (diff)
downloadtcl-3932d4560e1130460563ce7f09cbdc6e8e5fe204.zip
tcl-3932d4560e1130460563ce7f09cbdc6e8e5fe204.tar.gz
tcl-3932d4560e1130460563ce7f09cbdc6e8e5fe204.tar.bz2
More people should automatically reach for the list command in conjunction with
the eval command following this doc change. Also added missing character in SEE ALSO reference.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f805552..13e28e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-08-28 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * doc/eval.n: Added mention of list command and corrected "SEE ALSO".
+
* unix/configure.in: Cache handling of ac_cv_type_socklen_t was
wrong. [Bug 600931] reported by John Ellson. Fixed by putting the
brackets where they belong.