summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2002-11-10 17:22:34 (GMT)
committerKevin B Kenny <kennykb@acm.org>2002-11-10 17:22:34 (GMT)
commit5416f398e807d9ebd4ae8941a882bf7e3b073728 (patch)
tree7b4016838229c19f091ca43632e4dedb6301b2a1 /ChangeLog
parent514ef098df503939a84e7dc12f1c8e76763bf83c (diff)
downloadtcl-5416f398e807d9ebd4ae8941a882bf7e3b073728.zip
tcl-5416f398e807d9ebd4ae8941a882bf7e3b073728.tar.gz
tcl-5416f398e807d9ebd4ae8941a882bf7e3b073728.tar.bz2
Added language to the Endekalogue to make it clear
that substitutions always take place from left to right. [Bug #635644]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cab6d3..4e4785e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-10 Kevin Kenny <kennykb@acm.org>
+
+ * doc/Tcl.n: Added language to the Endekalogue to make it clear
+ that substitutions always take place from left to right. [Bug
+ #635644]
+
2002-11-06 Mo DeJong <mdejong@users.sourceforge.net>
* changes: Note TclInExit TclInThreadExit changes.