commit f8b1566e81af9e36ac018af4f0ae85ee7db4b8fd
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Mar 17 20:47:36 2014 -0400

    Update the pango_color_parse docs

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

 pango/pango-color.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 27693187e309f7e7fbb2f75a709e71dd4119428e
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Tue Feb 25 13:16:51 2014 +0800

    MSVC Builds: Update Introspection Build Process

    GObject-Introspection was recently changed to support acquiring the
    name of
    the DLL from a library (.lib, etc) that was passed into g-ir-scanner
    on
    Windows, like the *nix builds, instead of directly passing in the
    name of
    the DLL.

    This updates the introspection build process, so that introspection
    files
    for Pango can continue to be properly built.

 build/pango-introspection-msvc.mak | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

commit 05e4927ab0b7b4ead30c47c26e881711a1724d63
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Fri Feb 21 13:38:04 2014 +0800

    build/Makefile-msvcproj.am: Remove Generated Intermediate Files

    Delete libpangocairo.vs10.sourcefiles and
    libpangocairo.vs10.sourcefiles.filters once we are done with them,
    so to
    fix make distcheck

 build/Makefile-msvcproj.am | 2 ++
 1 file changed, 2 insertions(+)

commit 44d90b5771bf08e0e900596eb3a4db78c10d7f23
Author: Akira TAGOH <akira@tagoh.org>
Date:   Wed Feb 12 18:39:27 2014 +0900

    Avoid a crash when FT_Face is null

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

 pango/pango-ot-info.c | 3 +++
 1 file changed, 3 insertions(+)

commit d8e2dc00c8d28e1bf8b443208497ce1ab25e0af4
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Feb 11 12:37:33 2014 -0500

    Fix cairotwisted curve_length()

 examples/cairotwisted.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 07de8494412e6d735c5fa04aa8bdf1632582d098
Author: Iain Lane <iain.lane@canonical.com>
Date:   Fri Feb 7 13:59:14 2014 +0000

    Fix tests for builddir != srcdir by setting G_TEST_{SRC,BUILD}DIR

 tests/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)