summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2005-11-03 01:16:07 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2005-11-03 01:16:07 (GMT)
commit169a78358af41a6e77a814a0a73f663542c51a6f (patch)
treef66ff8975eeb927aaabd8d0c8e7a6bf2ea2285c2 /ChangeLog
parent2ac3a08a98a293de62ed6ae01aa7a7d139660207 (diff)
downloadtcl-169a78358af41a6e77a814a0a73f663542c51a6f.zip
tcl-169a78358af41a6e77a814a0a73f663542c51a6f.tar.gz
tcl-169a78358af41a6e77a814a0a73f663542c51a6f.tar.bz2
* win/tclWin32Dll.c: Applied patch #1256872 to provide unicode
* win/tclWinConsole.c: support in the console on suitable systems. * win/tclWinInt.h: Patch by Anton Kovalenko
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9da7ba3..212aa4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-03 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * win/tclWin32Dll.c: Applied patch #1256872 to provide unicode
+ * win/tclWinConsole.c: support in the console on suitable systems.
+ * win/tclWinInt.h: Patch by Anton Kovalenko
+
2005-11-02 Pat Thoyts <patthoyts@users.sourceforge.net>
Applied patch #1096916 to support building with MSVC 8.