summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-10-13 16:38:35 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-10-13 16:38:35 +0000
commit692b8ea1db39d49b1f1f510cacbad1ff8638909d (patch)
treed357c2d2d526f714ffa22bccfe2d48263a56a9f7 /NEWS
parent4382e3d50880da930b6e47de8050580a5f43fad9 (diff)
downloadpango-692b8ea1db39d49b1f1f510cacbad1ff8638909d.tar.gz
=== Released 1.1.2 ===PANGO_1_1_2
Sun Oct 13 12:35:14 2002 Owen Taylor <otaylor@redhat.com> * === Released 1.1.2 === * configure.in: Version 1.1.2, interface age 0. * NEWS: Updates.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 474b7b9d..3fa9c4b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Changes between 1.1.1 and 1.1.2
+
+* Add a new wrap mode for PangoLayout - PANGO_WRAP_WORD_CHAR [Alex Larsson]
+* Win32 work [Tor Lillqvist]
+ - Handle choosing the right font for CJK languages based on language tags.
+ - Fix boxes showing up for tabs [Florent Duguet]
+ - Better handling of finding ASCII font names.
+ - Cygwin compilation fix [Masahiro Sakai]
+ - Fix --with-included-modules on win32 [Arnaud Charlet]
+ - Various build fixes and cleanups
+* Indic module improvements [Eric Mader]
+* Fixes to generic OpenType handling [Eric]
+* Improve language specific charset ordering basic-x11 [James Su, Brian Yuan]
+* Some merges of fixes by Werner Lember to the original
+ FreeType OpenType code.
+* Robustify and otherwise improve pango_color_parse() [Matthias Clasen]
+* Some cross-compiling fixes [J. Ali Harlow]
+* Bug fix for pango_scan_int() needed for recent GTK+.
+
Changes between 1.1.0 and 1.1.1
* Merge a lot of the code between the Xft and FT2 backend,