New engine public macros:
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 12 Jun 2007 00:07:24 +0000 (00:07 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 12 Jun 2007 00:07:24 +0000 (00:07 +0000)
commit19290cba0704aec45d7cceb81c283f80a79db933
tree9c2adc8f2b8ad1942269e0018fd79e67be52f2d4
parent238cd14f991b00a9499e1bd4b6a1d9a27113e16d
New engine public macros:

2007-06-11  Behdad Esfahbod  <behdad@gnome.org>

        * pango/pango-ot.h: New engine public macros:

                PANGO_OT_TAG_MAKE()
                PANGO_OT_TAG_MAKE_FROM_STRING()

        * docs/pango-sections.txt:
        * docs/tmpl/opentype.sgml:
        Update.

2007-06-11  Behdad Esfahbod  <behdad@gnome.org>

        Bug 446018 – Bus error in the pango_ot_tag_from_language()

        * pango/pango-ot-tag.c (pango_ot_tag_from_script),
        (pango_ot_tag_to_script), (pango_ot_tag_from_language),
        (pango_ot_tag_to_language): Make sure int access is
        aligned.

svn path=/trunk/; revision=2344
ChangeLog
docs/pango-sections.txt
docs/tmpl/opentype.sgml
pango/pango-ot-tag.c
pango/pango-ot.h
pango/pangocairo-fontmap.c