diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-12-07 03:40:54 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-12-07 03:40:54 +0000 |
commit | d6956a1ad956ad4f5322059fff7baac70ea3c039 (patch) | |
tree | a2fc3a3c05e4753f4ad73893a840ffaa41a4e498 /docs/pango-docs.sgml | |
parent | 5b6f118ba4b87c2d9ba834620b11c3f44119dce1 (diff) | |
download | pango-d6956a1ad956ad4f5322059fff7baac70ea3c039.tar.gz |
New generated public header file pango-features.h. Currently contains the
2006-12-06 Behdad Esfahbod <behdad@gnome.org>
* configure.in:
* pango/Makefile.am:
New generated public header file pango-features.h. Currently contains
the version information. In the future, can be expanded to define
which backends have been enabled, etc.
* pango/pango.def:
* pango/pango-utils.h:
* pango/pango-utils.c:
New public macros and functions: PANGO_VERSION_ENCODE(),
PANGO_VERSION_MAJOR, PANGO_VERSION_MINOR, PANGO_VERSION_MICRO,
PANGO_VERSION, PANGO_VERSION_STRING, PANGO_VERSION_CHECK(),
pango_version(), pango_version_string(), pango_version_check().
* docs/pango-docs.sgml:
* docs/pango-sections.txt:
* docs/tmpl/pango-version.sgml:
Docs for new symbols, in a new section.
* examples/renderdemo.c (show_version):
If run-time Pango lib version is different than the compile-time one,
show that one too.
* pango/pango.h:
#include <pango-utils.h> as well as almost all other public pango-*.h
headers (though, the other ones were already included indirectly).
The only public pango-*.h header pango.h shouldn't include are
pango-ot.h (which is really misnamed) and pango-modules.h (that should
not be needed by 99.99% users anyway).
* docs/Makefile.am:
* docs/check.docs: Test to check that all symbols are documented and
properly hooked into documentation tree.
* pango/pango.rc.in:
* pango/pangoft2.rc.in:
* pango/pangowin32.rc.in:
Update, reflecting some internal symbol changes.
* pango/check.defs: Improve.
Diffstat (limited to 'docs/pango-docs.sgml')
-rw-r--r-- | docs/pango-docs.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml index 0b64ff0e..a9bfe030 100644 --- a/docs/pango-docs.sgml +++ b/docs/pango-docs.sgml @@ -27,6 +27,7 @@ <!ENTITY pango-Misc-Utils SYSTEM "xml/utils.xml"> <!ENTITY markup-format SYSTEM "pango_markup.sgml"> <!ENTITY pango-querymodules SYSTEM "pango-querymodules.xml"> +<!ENTITY pango-Version SYSTEM "xml/pango-version.xml"> <!ENTITY version SYSTEM "version.xml"> ]> <book id="index"> @@ -70,6 +71,7 @@ &PangoEngineShape; &pango-Modules; &pango-Misc-Utils; + &pango-Version; </chapter> <chapter id="tools"> @@ -104,4 +106,7 @@ <index role="1.14"> <title>Index of new symbols in 1.14</title> </index> + <index role="1.16"> + <title>Index of new symbols in 1.16</title> + </index> </book> |