summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-10-05 13:47:50 (GMT)
committernijtmans <nijtmans>2010-10-05 13:47:50 (GMT)
commit4f9cfcd7aec217f7becbdb0877addf1819c98062 (patch)
tree8c6f027af151d4e2ec7e1652b567ee98d081e575 /ChangeLog
parent651d2c1f9e673453691dc4b7d7dc2ab6dc055aa8 (diff)
downloadtk-4f9cfcd7aec217f7becbdb0877addf1819c98062.zip
tk-4f9cfcd7aec217f7becbdb0877addf1819c98062.tar.gz
tk-4f9cfcd7aec217f7becbdb0877addf1819c98062.tar.bz2
[Bug 3080953] Malformed Unicode characters in %A substitution
The problem is somewhere in tkWinX.c, so temporary don't compile it with -DUNICODE, until the real problem is found.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 615f9fd..e714b9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-05 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tkWinX.c: [Bug 3080953] Malformed Unicode characters in %A substitution
+ The problem is somewhere in tkWinX.c, so temporary don't compile it with
+ -DUNICODE, until the real problem is found.
+
2010-10-01 Donal K. Fellows <dkf@users.sf.net>
* generic/tkImgPhoto.c (Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock):