diff options
author | a_kovalenko <a_kovalenko> | 2002-06-05 22:11:09 (GMT) |
---|---|---|
committer | a_kovalenko <a_kovalenko> | 2002-06-05 22:11:09 (GMT) |
commit | ffa4d901dbca193fb74649d0766f51cc45eda915 (patch) | |
tree | 70fedb18a0c8081f1ad8feef9d286fe59067e965 /ChangeLog | |
parent | 972e97ee22e87ef707a976111cddbfe80b4737fc (diff) | |
download | tk-ffa4d901dbca193fb74649d0766f51cc45eda915.zip tk-ffa4d901dbca193fb74649d0766f51cc45eda915.tar.gz tk-ffa4d901dbca193fb74649d0766f51cc45eda915.tar.bz2 |
* unix/tkUnixFont.c (Tk_DrawChars): Don't assume that
one char is always one byte, and that required
subfont for the last character in any string is
the same as for the previous character
[Bug #559435] [Patch #559437]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2002-06-05 Anton Kovalenko <a_kovalenko@users.sourceforge.net> + + * unix/tkUnixFont.c (Tk_DrawChars): Don't assume that + one char is always one byte, and that required + subfont for the last character in any string is + the same as for the previous character + [Bug #559435] [Patch #559437] + 2002-05-27 Mo DeJong <mdejong@users.sourceforge.net> * changes: Document [wm transient .t .t] error. @@ -56,7 +64,7 @@ a radiobutton with -value "" it was not drawn properly if the -variable was created by the radiobutton. [Bug #548765] - + 2002-05-26 Peter Spjuth <peter.spjuth@space.se> * generic/tkCanvText.c (ComputeTextBbox): Negative |