summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2004-08-09 23:48:11 (GMT)
committermdejong <mdejong>2004-08-09 23:48:11 (GMT)
commitd5fe0750220b427c1aa8081d80bf33c614c5f987 (patch)
treef357f6aa844b20cc3bf79bb0a11fc51406fff627 /ChangeLog
parente0cb984907178744d3fc7780d943c2a6806423dc (diff)
downloadtk-d5fe0750220b427c1aa8081d80bf33c614c5f987.zip
tk-d5fe0750220b427c1aa8081d80bf33c614c5f987.tar.gz
tk-d5fe0750220b427c1aa8081d80bf33c614c5f987.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 100628
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25a53b8..e64321f 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-04 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): Clean the code