diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-08-16 22:00:28 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-08-16 22:00:28 +0000 |
commit | 2c1bc52c9d3429c34a26ad643eff8f84c339034e (patch) | |
tree | f75461f1804c334783f86d3092204a70bf3cd86e /ChangeLog.pre-1-2 | |
parent | c968ee2b826db913e4ccda3389009d1e2e9047df (diff) | |
download | pango-2c1bc52c9d3429c34a26ad643eff8f84c339034e.tar.gz |
Move the common code between PangoXftFontmap and PangoFT2Fontmap into a
Fri Aug 16 17:49:38 2002 Owen Taylor <otaylor@redhat.com>
* pango/pangofc-fontmap.cI pango/pangoxft-fontmap.c
pango/pangoft2-fontmap.c pango/pangoxft-private.h
pango/pangoft2-private.h pango/pangoxft-font.c
pango/pangoft2.h: Move the common code between PangoXftFontmap
and PangoFT2Fontmap into a new file that is included from both
with appropriate #defines. This provides most of the
recent Xft backend improvements for the FT2 backend
as well.
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r-- | ChangeLog.pre-1-2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 334a706f..662dab15 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,14 @@ +Fri Aug 16 17:49:38 2002 Owen Taylor <otaylor@redhat.com> + + * pango/pangofc-fontmap.cI pango/pangoxft-fontmap.c + pango/pangoft2-fontmap.c pango/pangoxft-private.h + pango/pangoft2-private.h pango/pangoxft-font.c + pango/pangoft2.h: Move the common code between PangoXftFontmap + and PangoFT2Fontmap into a new file that is included from both + with appropriate #defines. This provides most of the + recent Xft backend improvements for the FT2 backend + as well. + Tue Aug 13 16:38:19 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-fontmap.c (pango_xft_font_map_get_patterns): |