OBS User unknown
2008-06-22 00:26:38 +00:00
committed by Git OBS Bridge
parent 8185a2d6ab
commit 936f2bbac4
4 changed files with 84 additions and 6 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Thu Jun 19 00:29:46 CEST 2008 - maw@suse.de
- Update to version 1.21.3:
+ Various small fixes and improvements
+ Bugs fixed: bgo#538661, bgo#536190, bgo#537258, bgo#537257,
and bgo#537186.
-------------------------------------------------------------------
Mon Jun 9 17:40:00 CEST 2008 - maw@suse.de
- Update to version 1.21.2:
+ Require cairo >= 1.6.4
+ Write out HarfBuzz errors as hex.
+ Add a section in the docs for bidirectional text.
+ Improved hex-box rendering in the cairo backend.
+ Add some aliases for <span> tag attributes.
+ Preserve current-point around pango_cairo_* functions.
+ 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 found
+ Misc bug fixes
+ New public API:
* pango_attr_type_get_name()
* enum PangoBidiType;
* pango_bidi_type_get_type()
* pango_bidi_type_for_unichar()
* pango_layout_get_baseline()
* pango_cairo_create_context()
* pango_cairo_font_map_set_default()
* 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: bgo#515432, bgo#517119, bgo#404416, bgo#474706,
bgo#490669, bgo#501334, bgo#514617, bgo#511183, bgo#531242,
bgo#530757, bgo#530685, bgo#97545 (partial), bgo#510299,
bgo#436363, and bgo#523193.
-------------------------------------------------------------------
Wed May 21 16:51:24 CEST 2008 - sbrabec@suse.cz