diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 12 | ||||
-rw-r--r-- | ChangeLog.pre-1-2 | 12 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 12 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 12 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 12 | ||||
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | docs/pango-sections.txt | 2 | ||||
-rw-r--r-- | docs/tmpl/win32-fonts.sgml | 16 | ||||
-rw-r--r-- | pango/pangofc-fontmap.c | 1 | ||||
-rw-r--r-- | pango/pangofc-fontmap.cI | 1 |
12 files changed, 106 insertions, 2 deletions
@@ -1,3 +1,15 @@ +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) + 2002-11-03 Changwoo Ryu <cwryu@debian.org> * modules/basic/basic-xft.c: Removed hangul syllables and hangul diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index bf90b993..1e74039b 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,15 @@ +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) + 2002-11-03 Changwoo Ryu <cwryu@debian.org> * modules/basic/basic-xft.c: Removed hangul syllables and hangul diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index bf90b993..1e74039b 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,15 @@ +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) + 2002-11-03 Changwoo Ryu <cwryu@debian.org> * modules/basic/basic-xft.c: Removed hangul syllables and hangul diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index bf90b993..1e74039b 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,15 @@ +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) + 2002-11-03 Changwoo Ryu <cwryu@debian.org> * modules/basic/basic-xft.c: Removed hangul syllables and hangul diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index bf90b993..1e74039b 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,15 @@ +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) + 2002-11-03 Changwoo Ryu <cwryu@debian.org> * modules/basic/basic-xft.c: Removed hangul syllables and hangul diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index bf90b993..1e74039b 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,15 @@ +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) + 2002-11-03 Changwoo Ryu <cwryu@debian.org> * modules/basic/basic-xft.c: Removed hangul syllables and hangul @@ -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] diff --git a/configure.in b/configure.in index 00b12160..e39f6d7b 100644 --- a/configure.in +++ b/configure.in @@ -17,14 +17,14 @@ dnl set PANGO_BINARY_AGE _and_ PANGO_INTERFACE_AGE to 0. dnl The triplet PANGO_MAJOR_VERSION=1 PANGO_MINOR_VERSION=1 -PANGO_MICRO_VERSION=2 +PANGO_MICRO_VERSION=3 PANGO_VERSION=$PANGO_MAJOR_VERSION.$PANGO_MINOR_VERSION.$PANGO_MICRO_VERSION dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2. PANGO_API_VERSION=1.0 dnl Number of releases since we've added interfaces -PANGO_INTERFACE_AGE=0 +PANGO_INTERFACE_AGE=1 dnl Number of releases since we've broken binary compatibility. # PANGO_BINARY_AGE=0 diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index a33f3123..8e3688ff 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -532,6 +532,8 @@ pango_win32_render_layout_line pango_win32_render_layout pango_win32_get_unknown_glyph pango_win32_font_get_glyph_index +pango_win32_get_debug_flag +pango_win32_get_dc PangoWin32FontCache pango_win32_font_cache_new pango_win32_font_cache_free diff --git a/docs/tmpl/win32-fonts.sgml b/docs/tmpl/win32-fonts.sgml index 334a0d95..92966883 100644 --- a/docs/tmpl/win32-fonts.sgml +++ b/docs/tmpl/win32-fonts.sgml @@ -84,6 +84,22 @@ g_quark_from_string()) is used to identify the renderer in pango_find_map(). @Returns: +<!-- ##### FUNCTION pango_win32_get_debug_flag ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION pango_win32_get_dc ##### --> +<para> + +</para> + +@Returns: + + <!-- ##### STRUCT PangoWin32FontCache ##### --> <para> A <structname>PangoWin32FontCache</structname> caches diff --git a/pango/pangofc-fontmap.c b/pango/pangofc-fontmap.c index 7338a426..ad24a4d4 100644 --- a/pango/pangofc-fontmap.c +++ b/pango/pangofc-fontmap.c @@ -640,6 +640,7 @@ pango_fc_font_set_free (PangoFcPatternSet *font_set) for (i = 0; i < font_set->n_patterns; i++) FcPatternDestroy (font_set->patterns[i]); + g_free (font_set->patterns); g_free (font_set); } diff --git a/pango/pangofc-fontmap.cI b/pango/pangofc-fontmap.cI index 7338a426..ad24a4d4 100644 --- a/pango/pangofc-fontmap.cI +++ b/pango/pangofc-fontmap.cI @@ -640,6 +640,7 @@ pango_fc_font_set_free (PangoFcPatternSet *font_set) for (i = 0; i < font_set->n_patterns; i++) FcPatternDestroy (font_set->patterns[i]); + g_free (font_set->patterns); g_free (font_set); } |