summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-04 14:55:14 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-04 14:55:14 +0000
commitaf319ff03e4aedf7bf9466d4ddd6bed52f7cda4d (patch)
tree56ddfeb9cc65fe1dfebd590654a047db9a4dbde7 /NEWS
parentef85fe81cdb895ab5ff8b6c87267103e00003fe9 (diff)
downloadpango-af319ff03e4aedf7bf9466d4ddd6bed52f7cda4d.tar.gz
Version 0.18PANGO_0_18
Mon Sep 3 19:37:02 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Version 0.18 * NEWS: Updated. * pango/pangoxft-font.c (pango_xft_font_finalize): Actually free the XftFont (and description). Lack of such pointed out by David Turner.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c36328d3..69215f9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Changes between 0.17 and 0.18
+
+* Add PangoLanguage type for language tags, use consistently.
+* Add support for different font orderings for different lanuages to
+ basic shaper.
+* Win32 fixes [Alex,Hans]
+* Add pango_context_get_metrics() to get metrics for a font description
+* Add GTypes for various types [James]
+* Lots of warning fixes [Darin]
+* Fix to PangoLayout for lines with only tabs on them [Matthias]
+* Improve compositing of glyphs for pangoft2 backend [Sven]
+* Export pango_color_parse().
+* Adapt to changes in GLib.
+* Build and bug fixes.
+
Changes between 0.16 and 0.17
* Build/bug fixes