diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-21 15:56:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2000-11-21 15:56:21 (GMT) |
commit | 971c603be015e32124c0dfe32b266a847f13b2d1 (patch) | |
tree | 25a6a0f605432112dc8ca8f832af1e3d78ac3583 /ChangeLog | |
parent | 8e4090a762536e54f6a55f0461e649e0991dc76d (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |