diff options
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 25bd02d8..fa1117a0 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -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 === |