summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-6
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2003-11-18 10:31:32 +0000
committerSven Neumann <neo@src.gnome.org>2003-11-18 10:31:32 +0000
commita28429606a92ef5757327d7020c98100d6c10366 (patch)
treecac4ddfb914e20cc397758c4c863373991daf2b1 /ChangeLog.pre-1-6
parentb94f2c87e1e92cffd260b99b4d084d4e80cff96e (diff)
downloadpango-a28429606a92ef5757327d7020c98100d6c10366.tar.gz
removed the set_unicode_charmap() call. Made
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 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.
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r--ChangeLog.pre-1-68
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 25bd02d8..fa1117a0 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,11 @@
+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()
+ use FcCharSetHasChar(). This allows to use PangoFT2 with all font
+ encodings supported by fontconfig and fixes bug #101856.
+
Sat Nov 15 16:03:30 2003 Owen Taylor <otaylor@redhat.com>
* === Released 1.3.1 ===