summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-01 13:43:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-01 13:43:14 (GMT)
commit26a7fe964873387b4eeb9ae331517cc3a880ee72 (patch)
tree228a5ebe672b458adbf3052720a9d3e3779975d6 /ChangeLog
parent2b649ba9103839c6ddefe1dae22a795915b6c654 (diff)
downloadtcl-26a7fe964873387b4eeb9ae331517cc3a880ee72.zip
tcl-26a7fe964873387b4eeb9ae331517cc3a880ee72.tar.gz
tcl-26a7fe964873387b4eeb9ae331517cc3a880ee72.tar.bz2
change 'reflectedchan' to 'refchan' for reduced confusion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0712eba..cb775da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-11-01 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * doc/refchan.n: Adjust internal name to be consistent with the file
+ name for reduced user confusion. After comment by Dan Steffen.
+
* generic/tclCmdMZ.c (Tcl_StringObjCmd, UniCharIsAscii): Remember,
the NUL character is in ASCII too. [Bug 1808258]