summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-09-10 08:59:24 (GMT)
committernijtmans <nijtmans>2010-09-10 08:59:24 (GMT)
commit2d9b29197a1dbb4d152e669eb2e51f156a2c29cd (patch)
tree5518d2c9eeb4532b5060c62502b6c42f92440c1a /ChangeLog
parent6da8b413c4b3bf6801bd9935bce44a7764ab85f6 (diff)
downloadtk-2d9b29197a1dbb4d152e669eb2e51f156a2c29cd.zip
tk-2d9b29197a1dbb4d152e669eb2e51f156a2c29cd.tar.gz
tk-2d9b29197a1dbb4d152e669eb2e51f156a2c29cd.tar.bz2
Make compilable with -DUNICODE, or mark files with a TODO which are not done yet.
tkWinPort.h: mingw/cygwin fixes: <tchar.h> should always be included here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c6e127..fb47146 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2010-09-10 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tkWinEmbed.c: Make compilable with -DUNICODE
+ * win/tkWinClipboard.c: Mark those files as not compilable with
+ * win/tkWinColor.c: -DUNICODE, so add a TODO.
+ * win/tkWinCursor.c:
+ * win/tkWinDialog.c:
+ * win/tkWinFont.c:
+ * win/tkWinMenu.c:
+ * win/tkWinPixmap.c:
+ * win/tkWinTest.c:
+ * win/tkWinWm.c:
+ * win/tkWinX.c:
+ * win/winMain.c:
+ * win/tkWinPort.h: mingw/cygwin fixes: <tchar.h> should always
+ be included here.
+
2010-09-09 Jan Nijtmans <nijtmans@users.sf.net>
* win/rules.vc: (sync with tcl version)