summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-03-03 19:40:26 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-03-03 19:40:26 +0000
commit6a81555674685af6032b3963a802580e9288460f (patch)
tree7e6617222f8388691e60decb153f206d80a49e58 /ChangeLog
parent650ff5d0fbec3e51eeebadbaca7b115253fc3ba2 (diff)
downloadpango-6a81555674685af6032b3963a802580e9288460f.tar.gz
Call XftCharIndex() on the right font. (#163511)
2005-03-03 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-render.c (pango_xft_renderer_draw_glyphs): Call XftCharIndex() on the right font. (#163511)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fad4f58..d7dc41d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-03-03 Owen Taylor <otaylor@redhat.com>
+ * pango/pangoxft-render.c (pango_xft_renderer_draw_glyphs):
+ Call XftCharIndex() on the right font. (#163511)
+
+2005-03-03 Owen Taylor <otaylor@redhat.com>
+
* pango/opentype/ftxopen.c (Coverage_Index1, Coverage_Index2,
Get_Class2): For all binary searches, handle the case where
the number of items is 0. (#162977, Nick Lamb)