diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-05-28 20:50:56 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-05-28 20:50:56 +0000 |
commit | 4487e7d59164952f03af104d63d631a5dd12661b (patch) | |
tree | b40534d36578dc54159865b5035286255679d3d6 /NEWS | |
parent | 8796767162bf6d44c3e754a787a30207ac231ca5 (diff) | |
download | pango-4487e7d59164952f03af104d63d631a5dd12661b.tar.gz |
=== Released 1.17.1 ===PANGO_1_17_1
2007-05-28 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.17.1 ===
* configure.in: Version 1.17.1
* NEWS: Updated.
svn path=/trunk/; revision=2323
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -1,3 +1,40 @@ +Overview of changes between 1.17.0 and 1.17.1 +============================================== + +- Ported the rest of OpenType shapers to the new OpenType APIs and + added standard features to them: Hebrew, Indic, Khmer, Thai, and Tibetan. + +- Added N'Ko support to the Arabic module. [Eugeniy Meshcheryakov] + +- Small Indic module fix for Malayalam. + +- Fixed font metrics returned by the ATSUI backend. [Richard Hult] + +- Make itemization use pango_language_get_default() if context has no + language set on it. Ditto for pango_context_get_metrics() if both + input language and context language are NULL. + +- Improved documentation on vertical text, also added stability note + to those parts of Pango API that are not indefinitely stable (shaper + and language engine APIs). + +- Misc bug fixes. + +- New OpenType engine API: + + pango_ot_ruleset_get_feature_count() + +- Bugs fixed in this release: + + Bug 357790 – Rendering problem for malayalam consonant RA (U+0D30) + Bug 385168 – indic, khmer, and tibetan modules don't apply ccmp + Bug 385477 – kern feature is not supported in OpenType layout for Tibetan. + Bug 433805 - [Atsui] Approximate char/digit width width often 0 + Bug 436699 – N'Ko support + Bug 438705 – Test runs non-existent "/bin/bash" on HP-UX 11.11 + Bug 438814 – synaptic crash with pango 1.17.0 + Bug 440603 – Minor ABI change + Overview of changes between 1.16.4 and 1.17.0 ============================================== |