diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2008-05-13 17:03:34 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2008-05-13 17:03:34 +0000 |
commit | 3fe47ac1727a9644f5ae5fb85d476c0b539e8657 (patch) | |
tree | 0c0adbacd45467ddb08df08e2063c40d6340687a /NEWS | |
parent | 2f3b6acc0ddb68a834751ebd070c70a286dbb04a (diff) | |
download | pango-3fe47ac1727a9644f5ae5fb85d476c0b539e8657.tar.gz |
=== Released 1.21.1 ===PANGO_1_21_1
2008-05-13 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.21.1 ===
* configure.in: Version 1.21.1
* NEWS: Updated.
svn path=/trunk/; revision=2626
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +Overview of changes between 1.21.0 and 1.21.1 +============================================== +- Partial work to make pango_break() exactly follow Unicode TR#14 and TR#29. + The Grapheme Boundaries and Word Boundaries now work. For word boundaries, + a new member was added to PangoLogAttr. Sentence Boundaries and Line Breaks + to follow in the next release. +- Err if no cairo font backends font +- Misc bug fixes +- New public API: + Add new PangoLogAttr member is_word_boundary, that implements UAX#29's + Word Boundaries semantics. The is_word_start and is_word_end members + will change implementation later on to be consitent with the word + boundaries. + +- Bugs fixed in this release: + Bug 531242 – Leak when calculating win32 font coverage + Patch from Daniel Atallah + Bug 530757 – Docs build breaks because of hash sign in URL in <ulink...> + Bug 530685 – Pango no longer using cairo as a backend as of pango 1.19.4 + Part of Bug 97545 – Make pango_default_break follow Unicode TR #29 + Overview of changes between 1.20.2 and 1.21.0 ============================================== - Require cairo >= 1.6.4. |