diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2005-12-13 00:08:48 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2005-12-13 00:08:48 +0000 |
commit | 06735182514a7a70d493055e85059d3f06424cdc (patch) | |
tree | 530df3afb527db16c27fb1828c837312b3aed967 /NEWS | |
parent | 28d0dfac2179120c4b7b2fb3e185b16926097563 (diff) | |
download | pango-06735182514a7a70d493055e85059d3f06424cdc.tar.gz |
=== Released 1.11.1 ===
2005-12-12 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.11.1 ===
* configure.in: Version 1.11.1
* NEWS: Updated.
2005-12-12 Behdad Esfahbod <behdad@gnome.org>
* pango/Makefile.am: Handle module-defs-atsui.c.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +Overview of changes between 1.11.0 and 1.11.1 +============================================= +* ATSUI support for the cairo backend. [Anders Carlsson] +* Fixed a couple of regressions with font size and scaling. +* Draw a dashed empty box on missing glyphs for cairo-fc backend. +* Support OpenType features for basic (Latin/Greek/...) module. +* Support swash feature in Arabic module. +* Misc bug fixes. +* Misc documentation improvements. + +Optimizations: + +* Cache GObject private data in PangoFcFont.priv [Federico Mena Quintero] +* Add a constant-sized light-weight cache for glyph extents. +* Use g_slice_* instead of GMemChunk in mini-fribidi. + + Overview of changes between 1.10.1 and 1.11.0 ============================================= * Line-breaking algorithm updated to Unicode 4.1. |