commit 062fab4456fc5be82b6e70937f5ba2937e88a9a1
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 13 19:14:42 2012 -0500

    1.32.2

 NEWS         | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 02009ef657e884a4e94754a9da25277230b7c889
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 13 19:13:41 2012 -0500

    Rename configure.in to configure.ac

    autoconf is going to drop support for .in at some point.

 configure.ac           | 948
 +++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in           | 948
 -------------------------------------------------
 pango-view/Makefile.am |   2 +-
 3 files changed, 949 insertions(+), 949 deletions(-)

commit d2c319b9ded8cce864914d9f1fd704a7aff3112f
Author: Benjamin Otte <otte@redhat.com>
Date:   Tue Nov 13 21:17:05 2012 +0100

    colors: Update colors to SVG/CSS palette

    Colors that were defined to different values in Pango than they
    were in
    the CSS specification have been updated to conform to the CSS specs.
    See http://dev.w3.org/csswg/css3-color/#svg-color for the color
    values.

 pango/pango-color-table.h | 12 ++++++------
 tools/rgb.txt             | 10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

commit d3c698aea6622056cbd51f9840f412dbc03a9a68
Author: Benjamin Otte <otte@redhat.com>
Date:   Fri Nov 9 18:55:16 2012 +0100

    colors: Add missing colors from the web palette

    Color names taken from
      http://dev.w3.org/csswg/css3-color/#svg-color

 pango/pango-color-table.h | 1198
 +++++++++++++++++++++++----------------------
 tools/rgb.txt             |  397 +++++++--------
 2 files changed, 805 insertions(+), 790 deletions(-)

commit b520a7a6346492b9ad950981ba9d3d516302173b
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Nov 13 15:12:01 2012 -0500

    Xft: Fix a deadlock on display close

    We can't call pango_xft_shutdown display while holding
    the same lock it is taking.

    https://bugzilla.gnome.org/show_bug.cgi?id=687470

 pango/pangoxft-fontmap.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit fc31c06d5623653defdfde33ebbab44f9e5e89d0
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Nov 7 10:58:40 2012 -0800

    Flush cairo surface when done

 pango-view/viewer-pangocairo.c | 2 ++
 1 file changed, 2 insertions(+)

commit 8c1752d5e58616ca3013bd7bf5941d8025f0d975
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Mon Oct 15 12:38:26 2012 +0800

    Bug 685021: "Add" load_fontset() for Win32 backend

    We now need a load_fontset() implementation for the Windows backend
    as the
    pango.aliases handling is moved to pangowin32-fontmap.c since commit
    831611158, so that it will go through the pango.aliases file and load
    the appropriate fontset needed to display various texts.

    This basically copies pango_font_map_load_fontset() from
    pango-fontmap.c
    and adds the old (pre-commit 831611158)
    pango_font_map_fontset_add_fonts(),
    but using pango_win32_font_map_load_font() in place of
    pango_font_map_load_font().

 pango/pangowin32-fontmap.c | 157
 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 157 insertions(+)

commit 6739145cd2c251e2d290499265f16256c78aac43