summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-09-29 20:10:57 (GMT)
committernijtmans <nijtmans>2010-09-29 20:10:57 (GMT)
commitb9e53f337fae80f87fe2f20bd342788bdf4c16c3 (patch)
tree87b9ca60f809d012aed3802a0b1eff890630a17f /ChangeLog
parent8015d8ecc44e86dd724727015616d87ac53220f8 (diff)
downloadtk-b9e53f337fae80f87fe2f20bd342788bdf4c16c3.zip
tk-b9e53f337fae80f87fe2f20bd342788bdf4c16c3.tar.gz
tk-b9e53f337fae80f87fe2f20bd342788bdf4c16c3.tar.bz2
tkMain.c: make compilable with -DUNICODE as well
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e45119b..b6b96d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* unix/tcl.m4: sync with tcl version
* unix/configure: re-generate with autoconf-2.59
* win/configure:
+ * generic/tkMain.c make compilable with -DUNICODE as well
2010-09-28 Jan Nijtmans <nijtmans@users.sf.net>