summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-10-10 16:10:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-10-10 16:10:50 (GMT)
commitd7cb9cd3d976e984b08eb651a1012e64ef12806d (patch)
treec86f27603621c7c35bc30e5a05813d1a7096e54c /ChangeLog
parent018174673a855f66bc266baff83653aa3a4055f0 (diff)
downloadtcl-d7cb9cd3d976e984b08eb651a1012e64ef12806d.zip
tcl-d7cb9cd3d976e984b08eb651a1012e64ef12806d.tar.gz
tcl-d7cb9cd3d976e984b08eb651a1012e64ef12806d.tar.bz2
* doc/Tcl.n: Clarified that namespace separators are legal in
the variable names during $-subtitution. [Bug 615139]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cfd0cb..c04cbfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2002-10-10 Don Porter <dgp@users.sourceforge.net>
- * doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826]
+ * doc/Tcl.n: Clarified that namespace separators are legal in
+ the variable names during $-subtitution. [Bug 615139]
+
+ * doc/regexp.n: Typo correction. Thanks Ronnie Brunner. [Bug 606826]
2002-07-22 Vince Darley <vincentdarley@users.sourceforge.net>