summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-03-03 19:40:18 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-03-03 19:40:18 +0000
commitc29ccf10309f8c37de6385ef400774e803b596c4 (patch)
tree15f0aeb0c12376784b14a21f8c0eea01ac5bfb81 /ChangeLog
parentd348afb46f51fc779d3238acdc170fb563180622 (diff)
downloadpango-c29ccf10309f8c37de6385ef400774e803b596c4.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 d3bd5b4d..2b2b22be 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)