diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-05-10 21:26:21 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-05-10 21:26:21 +0000 |
commit | dd0245c7629630c52a33f301ce5ba687ec353cff (patch) | |
tree | fefc5c8f24a7ad1fd4db35a1e33fe4fcce78a276 /docs/pango-docs.sgml | |
parent | f20dc94b7ed3bcf37f5bfc8bc5d8bf8596954a60 (diff) | |
download | pango-dd0245c7629630c52a33f301ce5ba687ec353cff.tar.gz |
New public API:
2007-05-10 Behdad Esfahbod <behdad@gnome.org>
* pango/Makefile.am:
* pango/pango-ot.h:
* pango/pango-ot-tag.c (pango_ot_tag_from_script),
(pango_ot_tag_to_script), (lang_compare_first_component),
(pango_ot_tag_from_language), (pango_ot_tag_to_language):
New public API:
PANGO_OT_DEFAULT_SCRIPT
pango_ot_tag_from_script()
pango_ot_tag_to_script()
pango_ot_tag_from_language()
pango_ot_tag_to_language()
* tests/Makefile.am:
* tests/test-ot-tags.c:
Test case for new functions.
* pango/pangoft2.def:
* docs/pango-docs.sgml:
* docs/pango-sections.txt:
* docs/tmpl/main.sgml:
* docs/tmpl/opentype.sgml:
Updated.
svn path=/trunk/; revision=2274
Diffstat (limited to 'docs/pango-docs.sgml')
-rw-r--r-- | docs/pango-docs.sgml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml index c38cf8f7..b8670dec 100644 --- a/docs/pango-docs.sgml +++ b/docs/pango-docs.sgml @@ -116,4 +116,7 @@ <index role="1.16"> <title>Index of new symbols in 1.16</title> </index> + <index role="1.18"> + <title>Index of new symbols in 1.18</title> + </index> </book> |