summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2000-11-21 15:56:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2000-11-21 15:56:21 (GMT)
commit971c603be015e32124c0dfe32b266a847f13b2d1 (patch)
tree25a6a0f605432112dc8ca8f832af1e3d78ac3583 /ChangeLog
parent8e4090a762536e54f6a55f0461e649e0991dc76d (diff)
downloadtcl-971c603be015e32124c0dfe32b266a847f13b2d1.zip
tcl-971c603be015e32124c0dfe32b266a847f13b2d1.tar.gz
tcl-971c603be015e32124c0dfe32b266a847f13b2d1.tar.bz2
Improved documentation to fix bug #119387 (info locals seems not to
work properly) since the behaviour reported as buggy was actually correct.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d046c8..90cf3b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-11-21 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * doc/global.n:
+ * doc/upvar.n:
+ * doc/variable.n: Improved documentation to mention that variables
+ so created are listed in [info locals] and added a few more
+ cross-links between these commands. Fixes bug #119387
+
2000-11-17 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* tests/safe.test: (safe-4.3):