diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-10-13 16:38:35 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-10-13 16:38:35 +0000 |
commit | 692b8ea1db39d49b1f1f510cacbad1ff8638909d (patch) | |
tree | d357c2d2d526f714ffa22bccfe2d48263a56a9f7 /NEWS | |
parent | 4382e3d50880da930b6e47de8050580a5f43fad9 (diff) | |
download | pango-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-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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, |