summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-10-09 23:41:38 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-10-09 23:41:38 (GMT)
commit63da5db6215eec76e3de212da2382957f0b0a9de (patch)
treeead7da5cc7644ecf0f5a4c40b0a87629b79effc7
parent1206d8aff615af8ee22e59b90e3f2d78318ea0ee (diff)
downloadtcl-63da5db6215eec76e3de212da2382957f0b0a9de.zip
tcl-63da5db6215eec76e3de212da2382957f0b0a9de.tar.gz
tcl-63da5db6215eec76e3de212da2382957f0b0a9de.tar.bz2
Changelog edit.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 92222e8..6443050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
* doc/UpVar.3: brough the docs in accordance to the code. Ever
since 8.0, Tcl_UpVar(2)? accepts TCL_NAMESPACE_ONLY as a flag
value, and var-3.4 tests for proper behaviour. The docs only
- allowed 0 and TCL_GLOBAL_ONLY.
+ allowed 0 and TCL_GLOBAL_ONLY. [Bug 1574099]
2006-10-09 Miguel Sofer <msofer@users.sf.net>