summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2006-03-14 22:51:07 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2006-03-14 22:51:07 (GMT)
commitf17fc44a8c4782d5c62408731da0043a6142c3ee (patch)
tree1f798d2201d07dacde5e793df82187565c9b503d /ChangeLog
parentcdc448620dc7b8dbde3561407117dcee8c907597 (diff)
downloadtcl-f17fc44a8c4782d5c62408731da0043a6142c3ee.zip
tcl-f17fc44a8c4782d5c62408731da0043a6142c3ee.tar.gz
tcl-f17fc44a8c4782d5c62408731da0043a6142c3ee.tar.bz2
* doc/fconfigure.n: Clarified that -translation is binary is
reported as lf when queried, because it is identical to lf, except for the special additional behaviour when setting it. [Bug 666770]. FossilOrigin-Name: bf933e9c443af7406b5f9d9ae087316ee527b218
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6db203f..3171f3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-03-14 Andreas Kupries <andreask@activestate.com>
+ * doc/fconfigure.n: Clarified that -translation is binary is
+ reported as lf when queried, because it is identical to lf,
+ except for the special additional behaviour when setting
+ it. [Bug 666770].
+
+2006-03-14 Andreas Kupries <andreask@activestate.com>
+
* win/tclWinPipe.c (Tcl_WaitPid): Backport of fix made to the head
by David Gravereaux in 2004. See ChangeLog entry 2004-01-19.
[Bug 1381436].