summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2011-04-04 20:19:53 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2011-04-04 20:19:53 (GMT)
commite0b97687c9017fc26d79cf7b5cc7c446816604b9 (patch)
tree0f25bdc2d0e92daff618c06ee4b1501cd58ae054 /ChangeLog
parent32a8b8ab8d7299a282aba46fa3780e757df423ec (diff)
downloadtk-e0b97687c9017fc26d79cf7b5cc7c446816604b9.zip
tk-e0b97687c9017fc26d79cf7b5cc7c446816604b9.tar.gz
tk-e0b97687c9017fc26d79cf7b5cc7c446816604b9.tar.bz2
* win/tkWinDialog.c (FontchooserShowCmd): Change the CHOOSEFONT and LOGFONT used with sizeof to CHOOSEFONTA and LOGFONTA to match their local variable declarations (i.e. mismatch with -DUNICODE). This code is not present in 8.4 or 8.5.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8554de6..1540c1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-04-04 Joe Mistachkin <joe@mistachkin.com>
+
+ * win/tkWinDialog.c (FontchooserShowCmd): Change the CHOOSEFONT and
+ LOGFONT used with sizeof to CHOOSEFONTA and LOGFONTA to match their
+ local variable declarations (i.e. mismatch with -DUNICODE). This code
+ is not present in 8.4 or 8.5.
+
2011-04-04 Peter Spjuth <peter.spjuth@gmail.com>
* doc/labelframe.n: