diff options
author | Robert Brady <rwb197@zepler.org> | 2000-11-08 04:55:25 +0000 |
---|---|---|
committer | Robert Brady <rbrady@src.gnome.org> | 2000-11-08 04:55:25 +0000 |
commit | 28b8f5db1a22d8ccefb4a88bb0f16ea3d84afade (patch) | |
tree | 5b91aada5d097425dd016b016f2fbb552c041c40 /ChangeLog.pre-1-2 | |
parent | 2028e281b0ba721d859833ea88bb5f303e78e95b (diff) | |
download | pango-28b8f5db1a22d8ccefb4a88bb0f16ea3d84afade.tar.gz |
Add a per-PangoXFontMap cache for X Atoms.
2000-11-08 Robert Brady <rwb197@zepler.org>
* pango/pangox-fontmap.c, pango/pangox-private.h: Add a
per-PangoXFontMap cache for X Atoms.
* pango/pango-intset.c, pango/pango-intset.h: Integer set.
* pango/pangox.c, pango/pangox.h: Mainly add two new functions,
font_struct_get_ligatures, to parse X font properties for ligature
info, and pango_x_apply_ligatures, which does that actual ligation.
Also add utility functions pango_x_fallback_shaper,
pango_x_find_first_subfont.
* pango/pango-indic.c, pango/pango-indic.h: Utility functions for
Indic scripts.
* pango/Makefile.am: Add pango-intset, pango-indic.
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r-- | ChangeLog.pre-1-2 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 611c6a83..ef604304 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,22 @@ +2000-11-08 Robert Brady <rwb197@zepler.org> + + * pango/pangox-fontmap.c, pango/pangox-private.h: Add a + per-PangoXFontMap cache for X Atoms. + + * pango/pango-intset.c, pango/pango-intset.h: Integer set. + + * pango/pangox.c, pango/pangox.h: Mainly add two new functions, + font_struct_get_ligatures, to parse X font properties for ligature + info, and pango_x_apply_ligatures, which does that actual ligation. + + Also add utility functions pango_x_fallback_shaper, + pango_x_find_first_subfont. + + * pango/pango-indic.c, pango/pango-indic.h: Utility functions for + Indic scripts. + + * pango/Makefile.am: Add pango-intset, pango-indic. + Thu Nov 2 16:21:22 2000 Owen Taylor <otaylor@redhat.com> * New Arabic shaper from Karl Koehler. |