diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-11-13 14:18:54 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-13 14:18:54 +0000 |
commit | d11951be51e06b6377ce0f1c546fde62281929a9 (patch) | |
tree | 865aa35678a9f0aa750cd96592a09296583c186b /docs/pango-docs.sgml | |
parent | 427d8c0ccc73f2d209172e8018fa80ccab65b93d (diff) | |
download | pango-d11951be51e06b6377ce0f1c546fde62281929a9.tar.gz |
Remove fribidi include.
Mon Nov 13 09:17:34 2000 Owen Taylor <otaylor@redhat.com>
* pango/pangox.c: Remove fribidi include.
* pango.pc.in (Requires): Substitute fribidi reference only
when necessary
* Makefile.am (pkgconfigdir): pkgconfigdir is $(libdir)/pkgconfig
* modules/indic/Makefile.am (EXTRA_DIST): Add pango-indic-script.h
* fonts/Makefile.am (EXTRA_DIST): Remove devnag*
* configure.in: Up version to 0.13
* docs/pango-docs.sgml: Reorganize, add all new chapters.
* docs/pango-sections.txt: Update
* docs/Makefile.am (IGNORE_HFILES): add mini-fribidi
pango-intset.h
Diffstat (limited to 'docs/pango-docs.sgml')
-rw-r--r-- | docs/pango-docs.sgml | 54 |
1 files changed, 34 insertions, 20 deletions
diff --git a/docs/pango-docs.sgml b/docs/pango-docs.sgml index 91d7c782..a51705c3 100644 --- a/docs/pango-docs.sgml +++ b/docs/pango-docs.sgml @@ -1,13 +1,18 @@ <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ -<!entity pango-main SYSTEM "sgml/main.sgml"> -<!entity pango-glyphs SYSTEM "sgml/glyphs.sgml"> -<!entity pango-fonts SYSTEM "sgml/fonts.sgml"> -<!entity pango-text-attributes SYSTEM "sgml/text-attributes.sgml"> -<!entity pango-layout SYSTEM "sgml/layout.sgml"> -<!entity pango-coverage-maps SYSTEM "sgml/coverage-maps.sgml"> -<!entity pango-engines SYSTEM "sgml/engines.sgml"> -<!entity x-fonts SYSTEM "sgml/x-fonts.sgml"> -<!entity x-rendering SYSTEM "sgml/x-rendering.sgml"> +<!entity pango-Text-Processing SYSTEM "sgml/main.sgml"> +<!entity pango-Glyph-Storage SYSTEM "sgml/glyphs.sgml"> +<!entity pango-Coverage-Maps SYSTEM "sgml/coverage-maps.sgml"> +<!entity pango-Fonts SYSTEM "sgml/fonts.sgml"> +<!entity pango-Text-Attributes SYSTEM "sgml/text-attributes.sgml"> +<!entity pango-Tab-Stops SYSTEM "sgml/tab-stops.sgml"> +<!entity pango-Layout-Objects SYSTEM "sgml/layout.sgml"> +<!entity pango-Engines SYSTEM "sgml/engines.sgml"> +<!entity pango-Indic-Engine-Support SYSTEM "sgml/pango-indic.sgml"> +<!entity pango-Modules SYSTEM "sgml/modules.sgml"> +<!entity pango-X-Rendering SYSTEM "sgml/x-rendering.sgml"> +<!entity pango-X-Fonts SYSTEM "sgml/x-fonts.sgml"> +<!entity pango-Win32-Fonts-and-Rendering SYSTEM "sgml/win32-fonts.sgml"> +<!entity pango-FreeType-Fonts-and-Rendering SYSTEM "sgml/freetype-fonts.sgml"> <!entity markup-format SYSTEM "pango_markup.sgml"> ]> <book id="index"> @@ -17,19 +22,28 @@ <chapter id="pango"> <title>Basic Pango Interfaces</title> - &pango-main; - &pango-glyphs; - &pango-fonts; - &pango-text-attributes; + &pango-Text-Processing; + &pango-Glyph-Storage; + &pango-Fonts; + &pango-Text-Attributes; + &pango-Tab-Stops; &markup-format; - &pango-layout; - &pango-coverage-maps; - &pango-engines; + &pango-Layout-Objects; </chapter> - <chapter id="pango-x"> - <title>Rendering under X with Pango</title> - &x-fonts; - &x-rendering; + <chapter id="rendering"> + <title>Rendering with Pango</title> + &pango-X-Fonts; + &pango-X-Rendering; + &pango-Win32-Fonts-and-Rendering; + &pango-FreeType-Fonts-and-Rendering; + </chapter> + + <chapter id="lowlevel"> + <title>Low Level Functionality</title> + &pango-Coverage-Maps; + &pango-Engines; + &pango-Indic-Engine-Support; + &pango-Modules; </chapter> </book> |