summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-12-17 18:45:49 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-12-17 18:45:49 +0000
commit6f1a017661990d62bfc5d76182ed61e0c772656f (patch)
tree263ee4e23dde8e9796faf8ee0f529bdaca57f98b /NEWS
parentefb879443e8c66ed7081041ddd43b17e1f1fa4b6 (diff)
downloadpango-6f1a017661990d62bfc5d76182ed61e0c772656f.tar.gz
=== Released 1.19.2 ===PANGO_1_19_2
2007-12-17 Behdad Esfahbod <behdad@gnome.org> * === Released 1.19.2 === * configure.in: Version 1.19.2 * NEWS: Updated. svn path=/trunk/; revision=2526
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a130bc55..2b9dc0dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Overview of changes between 1.19.1 and 1.19.2
+==============================================
+- Render a crossed box for each invalid input byte to pango_layout_set_text().
+ Previously we rendered an ASCII question mark instead. The crossed box has
+ a glyph of value of PANGO_GLYPH_INVALID_INPUT.
+- Use pkg-config to detect cairo features [Benjamin Otte]
+- Improved docs. Particularly, examples/cairo*.c have inline docs now.
+- New public macro:
+
+ PANGO_GLYPH_INVALID_INPUT
+
+- Bugs fixed in this release:
+ Bug 502926 – pango-1.16.4 configure bug: can fail to accept cairo
+ Bug 399573 – replace strtoul in pango-markup.c with pango_scan_int()
+ Bug 478914 – Use something invalid instead of '?' when validating
+ input text
+ Bug 501938 – Arabic shaping broken with vertical layout with
+ vertical-hint=line
+ Bug 501575 – Compile errors
+ Patch from Jens Granseuer
+
Overview of changes between 1.19.0 and 1.19.1
==============================================
- Various cleanup in the HarfBuzz code and merging with upstream/Qt changes.