summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-07 12:14:08 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-07 12:14:08 +0000
commite5d3dda3587222c7bbe43da45151ec17bbdb88e5 (patch)
tree0ac5a593a5ff9f5ecbf11bc17bdcb6469d9afac5 /NEWS
parent2e4ef092318f3a4500b43f084d6ebfa2f691ab71 (diff)
downloadpango-e5d3dda3587222c7bbe43da45151ec17bbdb88e5.tar.gz
Oops, forgot to commit yesterday. :(
2006-02-06 Behdad Esfahbod <behdad@gnome.org> * === Released 1.11.4 === * configure.in: Version 1.11.4 * NEWS: Updated.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1b437507..27f81666 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Overview of changes between 1.11.3 and 1.11.4
+=============================================
+* Major change in the low-level interface of Pango. The special value
+ PANGO_GLYPH_EMPTY is now defined to mean a "draw nothing" glyph. This
+ was what glyph 0 was used for previously. As a result, bumped up the
+ Pango module version, meaning that modules compiled against earlier
+ versions are probably not compatible with this release. [#73147]
+* New framework in examples for building a binary called pango-view,
+ that can be used to render a text file using any of the available
+ backends. This is installed into bindir now.
+* Enhancements to the FT2 backend, to draw boxes on missing glyphs.
+* Better hexbox drawing for cairo backend: Hinting hexbox, and
+ drawing a single-row hexbox for very small font sizes.
+* Improved documentation.
+
Overview of changes between 1.11.2 and 1.11.3
=============================================
* Do not crash if the shapers fail.