summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-11-30 23:42:49 (GMT)
committerhobbs <hobbs>2005-11-30 23:42:49 (GMT)
commit43b49263860d030f6b69b3238fb77b01ba284cc8 (patch)
tree8851df12496c33aec9d8b27ba3d31b074e4edb63 /ChangeLog
parent7646990115c8c0002dde07d052d5c09f6cb2bd13 (diff)
downloadtk-43b49263860d030f6b69b3238fb77b01ba284cc8.zip
tk-43b49263860d030f6b69b3238fb77b01ba284cc8.tar.gz
tk-43b49263860d030f6b69b3238fb77b01ba284cc8.tar.bz2
* tests/textWind.test: use "Courier -12" on all platforms.
Reduces Windows XP test errors in that file from 9 to 2 (13.2 and 13.9 still off-by-one pixel).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7285a9d..d94df83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-30 Jeff Hobbs <jeffh@ActiveState.com>
+ * tests/textWind.test: use "Courier -12" on all platforms.
+ Reduces Windows XP test errors in that file from 9 to 2 (13.2 and
+ 13.9 still off-by-one pixel).
+
* win/tkWinWm.c (UpdateWrapper): Don't install frame menu on dead
window. Backport of 1233635