summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authora_kovalenko <a_kovalenko>2002-06-05 22:11:09 (GMT)
committera_kovalenko <a_kovalenko>2002-06-05 22:11:09 (GMT)
commitffa4d901dbca193fb74649d0766f51cc45eda915 (patch)
tree70fedb18a0c8081f1ad8feef9d286fe59067e965 /ChangeLog
parent972e97ee22e87ef707a976111cddbfe80b4737fc (diff)
downloadtk-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--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0893bf7..b8cfa16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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