commit 51acdd5b89b6ff60154fbb9c203888742f410b48
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Sep 26 16:38:09 2012 -0400

    1.32.0

 NEWS         | 5 +++++
 configure.in | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 150691036aab59044d05ed3fa29785910249bb9a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Aug 20 18:42:07 2012 -0400

    Temporarily work around doc build breakages

    The doc check script gets tripped up by some struct members
    that gtk-doc considers undocumented, and for some reason,
    forcing a doc rebuild in make dist does not work either.

 docs/Makefile.am | 2 +-
 docs/check.docs  | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

commit bbec7e8697907a922f80c00b94f54b9b8634d264
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Sep 26 15:37:20 2012 -0400

    Add pango_shape_full()

    Variant of pango_shape() that takes the full paragraph text as input.
    This is then passed in entirety to HarfBuzz, which would allow certain
    cross-run interactions (in Arabic for example).

    When combined with upcoming HarfBuzz 0.9.5+, this fixes:

    Red Hat Bug 858736 - [Spanish] Stray dotted circle rendered
    https://bugzilla.redhat.com/show_bug.cgi?id=858736

    and partially:

    Bug 313181 - color changes break arabic shaping
    https://bugzilla.gnome.org/show_bug.cgi?id=313181

 docs/pango-sections.txt      |  1 +
 modules/basic/basic-fc.c     | 16 +++++------
 pango/pango-context.c        | 11 +++++---
 pango/pango-engine-private.h | 14 +++++-----
 pango/pango-engine.c         | 19 ++++++++-----
 pango/pango-engine.h         | 12 +++++----
 pango/pango-glyph.h          |  7 +++++
 pango/pango-impl-utils.h     |  2 +-
 pango/pango-layout.c         |  4 ++-
 pango/pango-utils.c          |  2 +-
 pango/pango.def              |  1 +
 pango/shape.c                | 63
 ++++++++++++++++++++++++++++++++++++++++----
 12 files changed, 115 insertions(+), 37 deletions(-)

commit 1c151fef87c61e2d329d84d3db59559bffa767fe
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Sep 26 15:09:03 2012 -0400

    Unbreak build system

    After 88692e4e, every make invocation was rebuilding everything.  Fix.

 pango/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit a2b560ab7d7cba57a04a3e9d30ab9ecd50c473e3
Author: John Ralls <jralls@ceridwen.us>
Date:   Tue Sep 25 11:40:05 2012 -0700

    Port PangoCoreTextFont to use GWeakRef

    For its PangoCoreTextFontMap* member.

 pango/pangocoretext.c | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit f4b3e7b24fa7d3d06002740e98e71559da84adb9
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Sep 24 22:02:10 2012 -0400

    Allow --without-xft

    Patch from galtgendo.

 configure.in | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

commit 07aad8b985d3ea0de268b8b772123fbca4a4aee4
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Sep 17 20:27:33 2012 -0400

    Revert "Temporarily work around doc build breakages"

    This reverts commit 9c1e5d60a078db4b08bd7247004e759ff60cc534.

 docs/Makefile.am | 2 +-
 docs/check.docs  | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

commit c93a25c0adac14a4f1677d6d4e4b326075886a59
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Sep 17 20:26:45 2012 -0400

    1.31.2

 NEWS         | 5 +++++
 configure.in | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)