summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-11-15 09:24:11 (GMT)
committernijtmans <nijtmans>2010-11-15 09:24:11 (GMT)
commita42104f5afae5752bcb3ffdae06308be53b8ebfe (patch)
tree79fb19b23e6ec3b7751054b66306b8a7355ad83d /ChangeLog
parent8531b98a6a7eacb7d3793771746f6dfc5f2d2a73 (diff)
downloadtk-a42104f5afae5752bcb3ffdae06308be53b8ebfe.zip
tk-a42104f5afae5752bcb3ffdae06308be53b8ebfe.tar.gz
tk-a42104f5afae5752bcb3ffdae06308be53b8ebfe.tar.bz2
Eliminate use of the function Tcl_WinTCharToUtf in generic code
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 443840e..d17a512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-15 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tkMain.c: [FRQ 491789]: "setargv() doesn't support a
+ unicode cmdline" follow-up: Eliminate use of the function
+ Tcl_WinTCharToUtf in generic code.
+
2010-11-10 Andreas Kupries <andreask@activestate.com>
* changes: Updates for 8.6b2 release.