diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-11 23:36:28 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-11 23:36:28 +0000 |
commit | 3c263f0d3b41d8ef99e3143be0763ee0eb7bb5ac (patch) | |
tree | d056daa81d38fa039d93a4b1f49d7eb09b1abc05 /ChangeLog.pre-1-10 | |
parent | d7f86d4ae1dbf2442c130de1abb7d8a121f8daf7 (diff) | |
download | pango-3c263f0d3b41d8ef99e3143be0763ee0eb7bb5ac.tar.gz |
Add pangoxft-private.h.
* docs/Makefile.am (IGNORE_HFILES): Add pangoxft-private.h.
* pango/pango-utils.c (pango_language_from_string): Fix typo in
documentation.
* docs/tmpl/text-attributes.sgml: Document PangoColor, PangoLanguage,
PangoAttrLanguage, PangoAttrFloat and PangoAttrShape.
* docs/tmpl/layout.sgml: Document PangoWrapMode and PangoLayoutIter.
* docs/tmpl/tab-stops.sgml: Document PangoTabAlign and PangoTabArray.
* docs/tmpl/fonts.sgml: Document PangoFontMask.
* pango/fonts.c (pango_font_description_unset_fields): Fix typo in
documentation.
* docs/tmpl/opentype.sgml: Remove documentation templates of the
unimplemented functions pango_ot_ruleset_set_glyph_loader and
pango_ot_ruleset_set_alternate_func and the related typedefs
PangoOTGlyphLoader and PangoOTAlternateFunc.
* docs/tmpl/x-rendering.sgml: Document PangoGetGCFunc and
PangoFreeGCFunc typedefs.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index eb949c55..1e67eba9 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,30 @@ +2001-11-11 Matthias Clasen <matthiasc@poet.de> + + * docs/Makefile.am (IGNORE_HFILES): Add pangoxft-private.h. + + * pango/pango-utils.c (pango_language_from_string): Fix typo in + documentation. + + * docs/tmpl/text-attributes.sgml: Document PangoColor, PangoLanguage, + PangoAttrLanguage, PangoAttrFloat and PangoAttrShape. + + * docs/tmpl/layout.sgml: Document PangoWrapMode and PangoLayoutIter. + + * docs/tmpl/tab-stops.sgml: Document PangoTabAlign and PangoTabArray. + + * docs/tmpl/fonts.sgml: Document PangoFontMask. + + * pango/fonts.c (pango_font_description_unset_fields): Fix typo in + documentation. + + * docs/tmpl/opentype.sgml: Remove documentation templates of the + unimplemented functions pango_ot_ruleset_set_glyph_loader and + pango_ot_ruleset_set_alternate_func and the related typedefs + PangoOTGlyphLoader and PangoOTAlternateFunc. + + * docs/tmpl/x-rendering.sgml: Document PangoGetGCFunc and + PangoFreeGCFunc typedefs. + 2001-11-08 Tor Lillqvist <tml@iki.fi> * pango-zip.sh.in: Build separate developer package. |