diff options
author | nijtmans <nijtmans> | 2010-10-05 13:47:50 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-10-05 13:47:50 (GMT) |
commit | 4f9cfcd7aec217f7becbdb0877addf1819c98062 (patch) | |
tree | 8c6f027af151d4e2ec7e1652b567ee98d081e575 /ChangeLog | |
parent | 651d2c1f9e673453691dc4b7d7dc2ab6dc055aa8 (diff) | |
download | tk-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |