diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-11-02 18:46:43 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-11-02 18:46:43 +0000 |
commit | 71d62a7febe8a8ee7fb4b00410fe9c4f13da44e0 (patch) | |
tree | 302adeba63cec8d2a6c137ebeef79bf11066dc3b /NEWS | |
parent | e7a3d2af2ba0eb315ca69b2595fb5d4cdb137168 (diff) | |
download | pango-71d62a7febe8a8ee7fb4b00410fe9c4f13da44e0.tar.gz |
=== Released 1.1.3 ===PANGO_1_1_3
Fri Nov 1 21:08:42 2002 Owen Taylor <otaylor@redhat.com>
* === Released 1.1.3 ===
* configure.in: Version 1.1.3
* NEWS: Updated.
* pango/pangofc-fontmap.cI (pango_fc_font_set_free):
Free font_set->patterns. (Found by Sven Neumann,
#91698)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Changes between 1.1.2 and 1.1.3 + +* Hangul module bug fixes and improvements [Changwoo Ryu, Jungshik Shin] + - Move rendering of precomposed characters to hangul-xft shaper + - Handle Hangul tone marks +* Win32 improvements [Tor Lillqvist] + - Use Uniscribe when present +* Some doc build fixes [Matthias Clasen] +* Code cleanup [Manish Singh] +* Fix assertion failure in PangoLayout [Alex Larsson] +* Fix memory leak when freeing fontmaps [Sven Neumann] + Changes between 1.1.1 and 1.1.2 * Add a new wrap mode for PangoLayout - PANGO_WRAP_WORD_CHAR [Alex Larsson] |