From 19d9f213d87746a4353fd56742b3d24931df31a5 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 26 Jul 2005 18:57:18 +0000 Subject: === Released 1.8.2 === 2005-07-26 Owen Taylor * === Released 1.8.2 === * configure.in: Version 1.8.2 * NEWS: Updated * docs/Makefile.am: Exclude pango-color-table.h --- ChangeLog | 15 ++++++++++----- ChangeLog.pre-1-10 | 15 ++++++++++----- NEWS | 6 ++++-- configure.in | 2 +- docs/Makefile.am | 1 + docs/tmpl/coverage-maps.sgml | 3 +++ docs/tmpl/engines.sgml | 3 +++ docs/tmpl/fonts.sgml | 3 +++ docs/tmpl/freetype-fonts.sgml | 3 +++ docs/tmpl/glyphs.sgml | 3 +++ docs/tmpl/layout.sgml | 3 +++ docs/tmpl/main.sgml | 3 +++ docs/tmpl/modules.sgml | 3 +++ docs/tmpl/opentype.sgml | 3 +++ docs/tmpl/pango-engine-lang.sgml | 3 +++ docs/tmpl/pango-engine-shape.sgml | 3 +++ docs/tmpl/pango-renderer.sgml | 3 +++ docs/tmpl/pangofc-decoder.sgml | 3 +++ docs/tmpl/pangofc-font.sgml | 3 +++ docs/tmpl/pangofc-fontmap.sgml | 3 +++ docs/tmpl/scripts.sgml | 3 +++ docs/tmpl/tab-stops.sgml | 3 +++ docs/tmpl/text-attributes.sgml | 3 +++ docs/tmpl/win32-fonts.sgml | 3 +++ docs/tmpl/x-fonts.sgml | 3 +++ docs/tmpl/xft-fonts.sgml | 3 +++ 26 files changed, 89 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 750d4b4e..ba482219 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-07-26 Owen Taylor + + * === Released 1.8.2 === + + * configure.in: Version 1.8.2 + + * NEWS: Updated + + * docs/Makefile.am: Exclude pango-color-table.h + 2005-07-26 Owen Taylor * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: Skip lookups @@ -47,11 +57,6 @@ Classify unicode standard additions U+0B35 (va), U+0B71 (wa) as _ct. (Also #311575) -2005-07-26 Behdad Esfahbod - - * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: Skip lookups - with lookup index out of range. (#171170) - 2005-07-25 Owen Taylor * pango/pango-layout.c (line_set_resolved_dir): Always set diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 750d4b4e..ba482219 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,13 @@ +2005-07-26 Owen Taylor + + * === Released 1.8.2 === + + * configure.in: Version 1.8.2 + + * NEWS: Updated + + * docs/Makefile.am: Exclude pango-color-table.h + 2005-07-26 Owen Taylor * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: Skip lookups @@ -47,11 +57,6 @@ Classify unicode standard additions U+0B35 (va), U+0B71 (wa) as _ct. (Also #311575) -2005-07-26 Behdad Esfahbod - - * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: Skip lookups - with lookup index out of range. (#171170) - 2005-07-25 Owen Taylor * pango/pango-layout.c (line_set_resolved_dir): Always set diff --git a/NEWS b/NEWS index b2d01938..ab04f017 100644 --- a/NEWS +++ b/NEWS @@ -6,18 +6,20 @@ Overview of changes between 1.8.1 and 1.8.2 [Tommi Komulainen, Ross Burton] * Remove dependence of opentype code on FreeType internals [David Turner, Behdad Esfahbod] -* Better handling of MacThai encoded fonts [Theppitak Karoonboonyanan] * Cache metrics for the Win32 backend [Tor Lillqvist] * Improve handling of RTL text when passing it to Uniscribe [Tor] * Support for TrueType fonts on Win32 with characters outside the BMP [Tor] * Handle alpha in XftColors again. [Mikael Magnusson] +* Better handling of MacThai encoded fonts [Theppitak Karoonboonyanan] * Handle zero width chars properly in Hangul backend [Young-Ho Cha, Changwoo Ryu] +* Fix Oriya character classification [Gora Mohanty, Gautam Sengupta] +* PangoAttrIterator bug fixes [Morten Welinder] * Clean up copyright/licensing information [William N. Ray] * Misc bug and build fixes [Sebastien Bacher, Brandon Bergren, Chris Blizzard, Paolo Borelli, Behdad, Harshula, Alex Jones, Aivars Kalvans, Stepan Kasal, Karel Kulhavy, Ryan Lortie, Ben Maurer, Sukhjinder Sidhu, - Manish Singh, Emil Soleyman-Zomalan, Morten Welinder] + Manish Singh, Emil Soleyman-Zomalan, Morten] Overview of changes between 1.8.0 and 1.8.1 =========================================== diff --git a/configure.in b/configure.in index 3acd4e25..3a81130a 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ dnl dnl The triplet m4_define([pango_major_version], [1]) m4_define([pango_minor_version], [8]) -m4_define([pango_micro_version], [1]) +m4_define([pango_micro_version], [2]) m4_define([pango_version], [pango_major_version.pango_minor_version.pango_micro_version]) dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2. diff --git a/docs/Makefile.am b/docs/Makefile.am index e04dfaed..975cc28f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -25,6 +25,7 @@ IGNORE_HFILES= \ module-defs.h \ opentype \ modules.h \ + pango-color-table.h \ pango-engine-private.h \ pango-impl-utils.h \ pango-glyph-item-private.h \ diff --git a/docs/tmpl/coverage-maps.sgml b/docs/tmpl/coverage-maps.sgml index d673d65e..5dc89ff1 100644 --- a/docs/tmpl/coverage-maps.sgml +++ b/docs/tmpl/coverage-maps.sgml @@ -17,6 +17,9 @@ to represent that information. + + + Used to indicate how well a font can represent a particular ISO 10646 diff --git a/docs/tmpl/engines.sgml b/docs/tmpl/engines.sgml index fb7fdfd2..063c7454 100644 --- a/docs/tmpl/engines.sgml +++ b/docs/tmpl/engines.sgml @@ -28,6 +28,9 @@ function is used when building a catalog of all available modules. + + + The #PangoEngineInfo structure contains information about a particular diff --git a/docs/tmpl/fonts.sgml b/docs/tmpl/fonts.sgml index 18adc5cf..ce7b4d61 100644 --- a/docs/tmpl/fonts.sgml +++ b/docs/tmpl/fonts.sgml @@ -19,6 +19,9 @@ to load a font of a given description. + + + The #PangoFontDescription structure represents the description diff --git a/docs/tmpl/freetype-fonts.sgml b/docs/tmpl/freetype-fonts.sgml index 9877c200..b554fe57 100644 --- a/docs/tmpl/freetype-fonts.sgml +++ b/docs/tmpl/freetype-fonts.sgml @@ -14,6 +14,9 @@ Functions for shape engines to manipulate FreeType fonts + + + The #PangoFT2FontMap is the #PangoFontMap implementation for FreeType fonts. diff --git a/docs/tmpl/glyphs.sgml b/docs/tmpl/glyphs.sgml index 35b4fbe8..0f9c1bfe 100644 --- a/docs/tmpl/glyphs.sgml +++ b/docs/tmpl/glyphs.sgml @@ -17,6 +17,9 @@ glyphs. + + + The PANGO_SCALE macro represents the scale between dimensions used diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml index 8f0cb26c..43fdfa55 100644 --- a/docs/tmpl/layout.sgml +++ b/docs/tmpl/layout.sgml @@ -19,6 +19,9 @@ at once. + + + The #PangoLayout structure represents and entire paragraph diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml index 669003ec..ed51df66 100644 --- a/docs/tmpl/main.sgml +++ b/docs/tmpl/main.sgml @@ -17,6 +17,9 @@ various steps of this process. + + + The #PangoContext structure stores global information diff --git a/docs/tmpl/modules.sgml b/docs/tmpl/modules.sgml index 2d74a8ad..a4dd32ac 100644 --- a/docs/tmpl/modules.sgml +++ b/docs/tmpl/modules.sgml @@ -14,6 +14,9 @@ Support for loadable modules + + + The #PangoIncludedModule structure for a statically linked module diff --git a/docs/tmpl/opentype.sgml b/docs/tmpl/opentype.sgml index c8487c13..fde93bee 100644 --- a/docs/tmpl/opentype.sgml +++ b/docs/tmpl/opentype.sgml @@ -14,6 +14,9 @@ Obtaining information from OpenType tables + + + The PangoOTTag typedef is used to represent TrueType and OpenType diff --git a/docs/tmpl/pango-engine-lang.sgml b/docs/tmpl/pango-engine-lang.sgml index 79b08f21..42ddfb07 100644 --- a/docs/tmpl/pango-engine-lang.sgml +++ b/docs/tmpl/pango-engine-lang.sgml @@ -14,6 +14,9 @@ Rendering-system independent script engines + + + diff --git a/docs/tmpl/pango-engine-shape.sgml b/docs/tmpl/pango-engine-shape.sgml index d1aff7d0..8b6c8b98 100644 --- a/docs/tmpl/pango-engine-shape.sgml +++ b/docs/tmpl/pango-engine-shape.sgml @@ -14,6 +14,9 @@ Rendering-system dependent script engines + + + diff --git a/docs/tmpl/pango-renderer.sgml b/docs/tmpl/pango-renderer.sgml index 2b5dd74c..e07660c5 100644 --- a/docs/tmpl/pango-renderer.sgml +++ b/docs/tmpl/pango-renderer.sgml @@ -18,6 +18,9 @@ destinations can be created. + + + diff --git a/docs/tmpl/pangofc-decoder.sgml b/docs/tmpl/pangofc-decoder.sgml index ad033b6a..b8191c73 100644 --- a/docs/tmpl/pangofc-decoder.sgml +++ b/docs/tmpl/pangofc-decoder.sgml @@ -15,6 +15,9 @@ for handling a font that is encoded in a custom way. + + + diff --git a/docs/tmpl/pangofc-font.sgml b/docs/tmpl/pangofc-font.sgml index c87b2617..6bea63f4 100644 --- a/docs/tmpl/pangofc-font.sgml +++ b/docs/tmpl/pangofc-font.sgml @@ -31,6 +31,9 @@ Fontconfig-based backend involves deriving from both + + + diff --git a/docs/tmpl/pangofc-fontmap.sgml b/docs/tmpl/pangofc-fontmap.sgml index db72b732..adcf1915 100644 --- a/docs/tmpl/pangofc-fontmap.sgml +++ b/docs/tmpl/pangofc-fontmap.sgml @@ -31,6 +31,9 @@ Fontconfig-based backend involves deriving from both + + + diff --git a/docs/tmpl/scripts.sgml b/docs/tmpl/scripts.sgml index 33e81760..562342fe 100644 --- a/docs/tmpl/scripts.sgml +++ b/docs/tmpl/scripts.sgml @@ -16,6 +16,9 @@ and of ranges within a larger text string. + + + diff --git a/docs/tmpl/tab-stops.sgml b/docs/tmpl/tab-stops.sgml index 85672a5f..d131b162 100644 --- a/docs/tmpl/tab-stops.sgml +++ b/docs/tmpl/tab-stops.sgml @@ -14,6 +14,9 @@ Structures for storing Tab Stops + + + A PangoTabArray struct contains an array diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index 7c5fa9da..70245462 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -18,6 +18,9 @@ of attributes applied to a portion of text. + + + distinguishes between different types of attributes. Along with the diff --git a/docs/tmpl/win32-fonts.sgml b/docs/tmpl/win32-fonts.sgml index 863b8500..1cee3d55 100644 --- a/docs/tmpl/win32-fonts.sgml +++ b/docs/tmpl/win32-fonts.sgml @@ -14,6 +14,9 @@ Functions for shape engines to manipulate Win32 fonts + + + A string constant identifying the Win32 renderer. The associated quark (see diff --git a/docs/tmpl/x-fonts.sgml b/docs/tmpl/x-fonts.sgml index bd5a9a6d..ee19346b 100644 --- a/docs/tmpl/x-fonts.sgml +++ b/docs/tmpl/x-fonts.sgml @@ -17,6 +17,9 @@ unpredictable results. Use the Xft + + + A string constant identifying the X renderer. The associated quark (see diff --git a/docs/tmpl/xft-fonts.sgml b/docs/tmpl/xft-fonts.sgml index 50a6e02a..61176ebf 100644 --- a/docs/tmpl/xft-fonts.sgml +++ b/docs/tmpl/xft-fonts.sgml @@ -39,6 +39,9 @@ overring the #PangoXftRendererClass virtual functions + + + -- cgit v1.2.1