summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Neumann <neo@src.gnome.org>2003-11-18 10:33:07 +0000
committerSven Neumann <neo@src.gnome.org>2003-11-18 10:33:07 +0000
commit1b17d626452d671b419db9e2beaef9dd13010555 (patch)
tree8ce4e9e7a5b70c75c67d1d26128437e1230137bc /ChangeLog
parenta28429606a92ef5757327d7020c98100d6c10366 (diff)
downloadpango-1b17d626452d671b419db9e2beaef9dd13010555.tar.gz
Fixed my ChangeLog entry (sorry, didn't save before committing).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fa1117a0..8a73f1a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
2003-11-18 Sven Neumann <sven@gimp.org>
* pango/pangoft2-fontmap.c: removed the set_unicode_charmap() call.
- Made pango_ft2_font_real_get_glyph() use FcFreeTypeCharIndex() rather
- than than FT_Get_Char_Index(). Made pango_ft2_font_real_has_char()
+ Made pango_ft2_font_real_get_glyph() use FcFreeTypeCharIndex()
+ rather than FT_Get_Char_Index(). Made pango_ft2_font_real_has_char()
use FcCharSetHasChar(). This allows to use PangoFT2 with all font
encodings supported by fontconfig and fixes bug #101856.