summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-04-10 21:33:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-04-10 21:33:44 (GMT)
commit5b591cde8c1f5dab94c620646416e88e2d04a6dd (patch)
tree1fa5db8dd07305494ca6a7b46ade459431dc66ab /ChangeLog
parent272fe823fe3b1e0e048c8b7363b3992a909cbdc3 (diff)
downloadtk-5b591cde8c1f5dab94c620646416e88e2d04a6dd.zip
tk-5b591cde8c1f5dab94c620646416e88e2d04a6dd.tar.gz
tk-5b591cde8c1f5dab94c620646416e88e2d04a6dd.tar.bz2
Fix [1467938]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec2e54e..ffb038e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
+2006-04-10 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * library/tkfbox.tcl (::tk::IconList_Goto): Fix prefix searching so
+ that the start location is reasonable, and the prefix matching is
+ using the correct Tcl command for this. [Bug 1467938]
+
2006-04-10 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net>
* macosx/tkMacOSXFont.c (MeasureStringWidth): Use implementation
based on ATSUGetGlyphBounds (TK_MAC_USE_GETGLYPHBOUNDS), so we can
- use kATSUseFractionalOrigins. This in turn corrects bug #1461650.
+ use kATSUseFractionalOrigins. This in turn corrects [Bug 1461650].
* (InitFont): Use "." and "W" instead of "i" and "w" to determine the
"-fixed" attribute. This prevents "Apple Chancery" from being
classified as fixed.