summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-01-16 14:27:43 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-01-16 14:27:43 (GMT)
commit90cf37f28b485d5cfdf799b2ead8bf7e1d57b479 (patch)
tree4b74cc78222e0017486148233fde782326a39145 /ChangeLog
parent6c2c0eb2c6789725d397ab0f1faf818495fd8207 (diff)
downloadtcl-90cf37f28b485d5cfdf799b2ead8bf7e1d57b479.zip
tcl-90cf37f28b485d5cfdf799b2ead8bf7e1d57b479.tar.gz
tcl-90cf37f28b485d5cfdf799b2ead8bf7e1d57b479.tar.bz2
* doc/proc.n: changed wording for access to non-local variables;
added mention to [namespace upvar]. Lame attempt at dealing with documentation [Bug 1872708]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7983e4b..00ccc1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-01-15 Miguel Sofer <msofer@users.sf.net>
+ * doc/proc.n: changed wording for access to non-local variables;
+ added mention to [namespace upvar]. Lame attempt at dealing with
+ documentation [Bug 1872708]
+
+2008-01-15 Miguel Sofer <msofer@users.sf.net>
+
* generic/tclBasic.c: Replacing 'operator' by 'op' in the def
* generic/tclCompExpr.c: of struct TclOpCmdClientData to
* generic/tclCompile.h: accomodate C++ compilers [Bug 1855644]