diff options
author | Sven Neumann <sven@gimp.org> | 2003-11-20 11:32:33 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2003-11-20 11:32:33 +0000 |
commit | d184525586667206c6caca56245283dd09095b15 (patch) | |
tree | 025b7aca5d37e5d122207870f71ec3f0a25625e7 /ChangeLog.pre-1-4 | |
parent | f4186548325987e5213ae3d25764f1b9fbe97274 (diff) | |
download | pango-d184525586667206c6caca56245283dd09095b15.tar.gz |
reverted the patch for bug #123602 since I only applied it accidentally. I
2003-11-20 Sven Neumann <sven@gimp.org>
* pango/pangoft2-fontmap.c: reverted the patch for bug #123602
since I only applied it accidentally. I still believe the patch
should go in though.
* pango/pangoft2.c: really applied the fix for #101856 as
described below.
Diffstat (limited to 'ChangeLog.pre-1-4')
-rw-r--r-- | ChangeLog.pre-1-4 | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 5e5e42f0..bad6ccd4 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,12 @@ +2003-11-20 Sven Neumann <sven@gimp.org> + + * pango/pangoft2-fontmap.c: reverted the patch for bug #123602 + since I only applied it accidentally. I still believe the patch + should go in though. + + * pango/pangoft2.c: really applied the fix for #101856 as + described below. + 2003-11-20 Noah Levitt <nlevitt@columbia.edu> * pango/pango-utils.c: @@ -24,10 +33,10 @@ 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 + * pango/pangoft2.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. Sat Nov 15 16:03:30 2003 Owen Taylor <otaylor@redhat.com> |