diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-07-26 18:33:27 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2005-07-26 18:33:27 +0000 |
commit | 53c8ab88ac475f162e94d9be79c1c66c3e99fc51 (patch) | |
tree | 6a4be72b0fd4a6aa597320393c7049e97600a297 /NEWS | |
parent | 1e2a822b0ab4ca453f49f5496ddb3f504a49e2a8 (diff) | |
download | pango-53c8ab88ac475f162e94d9be79c1c66c3e99fc51.tar.gz |
Skip lookups with lookup index out of range. (Patch from Behdad Esfahbod,
2005-07-26 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: Skip lookups
with lookup index out of range. (Patch from Behdad Esfahbod, #171170)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 31 |
1 files changed, 23 insertions, 8 deletions
@@ -1,4 +1,12 @@ -verview of changes between 1.8.x and 1.9.x +overview of changes between 1.9.0 and 1.9.1 +========================================== +* Support setting of font options and DPI on PangoContext for + the Cairo backend. +* Adapt to recent Cairo API changes +* Win32 build improvements [Tor Lillqvist] +* Misc bug fixes [Hans Breuer, Thomas Fitzsimmons] + +Overview of changes between 1.8.x and 1.9.x =========================================== * Add Cairo support; PangoCairoFontmap is an interface with implementations for Fontconfig fonts and Win32 fonts @@ -11,19 +19,26 @@ verview of changes between 1.8.x and 1.9.x ============================================================ -Overview of changes since 1.8.1 -=============================== +Overview of changes between 1.8.1 and 1.8.2 +=========================================== +* Add Khmer support [Jens Herden, Javier Sola] +* Fix bugs and crashes in the operation of PangoLayoutIter [Amit Aronovitch] * Increase sharing of data between different copies of Pango [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] -* Better handling of MacThai encoded fonts [Theppitak Karoonboonyanan] -* Support for TrueType fonts with characters outside the BMP [Tor] +* Support for TrueType fonts on Win32 with characters outside the BMP [Tor] +* Handle alpha in XftColors again. [Mikael Magnusson] * Handle zero width chars properly in Hangul backend [Young-Ho Cha, Changwoo Ryu] -* Misc bug and build fixes [Sebastien Bacher, Paolo Borelli, - Aivars Kalvans, Stepan Kasal, Ben Maurer, Sukhjinder Sidhu, Manish Singh, - 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] Overview of changes between 1.8.0 and 1.8.1 =========================================== |