summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2004-08-09 23:45:57 (GMT)
committermdejong <mdejong>2004-08-09 23:45:57 (GMT)
commit127e9129e2cd647d875d526278625f5ef05bafc3 (patch)
tree78dd7e88969f30447fa4766b2970817b15754ee5 /ChangeLog
parent0de57ab61893e04d69494e6f1eb5fffae8c19686 (diff)
downloadtk-127e9129e2cd647d875d526278625f5ef05bafc3.zip
tk-127e9129e2cd647d875d526278625f5ef05bafc3.tar.gz
tk-127e9129e2cd647d875d526278625f5ef05bafc3.tar.bz2
* tests/canvText.test:
* win/tkWinFont.c (Tk_MeasureChars): Fix for text wrapping problem that appeared using canvas text under Win32. A long wrapping string that had leading spaces was being incorrectly wrapped. This change makes the Win32 implementation behave the same as the Unix implementation. [Patch 1006286]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc0a1be..b15b4c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-08-09 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * tests/canvText.test:
+ * win/tkWinFont.c (Tk_MeasureChars): Fix for text
+ wrapping problem that appeared using canvas text
+ under Win32. A long wrapping string that had
+ leading spaces was being incorrectly wrapped.
+ This change makes the Win32 implementation behave
+ the same as the Unix implementation. [Patch 1006286]
+
2004-08-05 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* library/clrpick.tcl (BuildDialog):