diff options
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 =========================================== |