commit a39e6470e8fb80c713d515ef51729ebdc382f7fd
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon May 22 14:28:31 2017 -0400

    1.40.6

 NEWS         | 8 ++++++++
 configure.ac | 2 +-
 meson.build  | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 018e60904c2fcf7f76f5c3908ed21007dbd9fd32
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Fri May 19 14:45:39 2017 +0100

    meson: Add pango-view's man page generation

 pango-view/meson.build | 34 ++++++++++++++++++++++++++--------
 1 file changed, 26 insertions(+), 8 deletions(-)

commit 386939f9d576e8ac956f88fd85f87d1fba76e9ed
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Fri May 19 14:15:35 2017 +0100

    meson: Install tests and additional data

 meson.build                 |  1 +
 tests/gen-all-unicode.py    | 34 +++++++++++++++++++++
 tests/gen-installed-test.py | 23 ++++++++++++++
 tests/meson.build           | 74
 ++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 131 insertions(+), 1 deletion(-)

commit 09623d50ac8afd9b246e571372972142af5daaa3
Author: Nirbheek Chauhan <nirbheek@centricular.com>
Date:   Fri May 19 11:58:44 2017 +0100

    meson: Add a few missing things, minor fixes, TODO

 docs/meson.build               |  4 +--
 examples/meson.build           |  6 ++++
 meson.build                    | 71
 +++++++++++++++++++++++++++---------------
 meson_options.txt              |  4 +--
 pango/meson.build              |  6 ++--
 pango/mini-fribidi/meson.build |  4 +--
 tests/meson.build              | 12 +++----
 7 files changed, 66 insertions(+), 41 deletions(-)

commit 5d3af9bf597cf42bd39bf2e4275c7f0746a947b5
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue May 16 12:08:25 2017 +0100

    build: Add Meson build system

    Meson is a meta build system that is:

      - fast
      - simpler to understand and use
      - portable to multiple platforms through different backends
      - well integrated with the GNOME platform
      - well maintained

    Using Meson allows us to build Pango much more quickly, and on all the
    platforms we currently target, without any loss of functionality,
    compared to Autotools.

    Some timing comparisons with hot ccache for both build systems:

      * autogen.sh:                         * meson
        real        0m11.149s                 real          0m2.525s
        user        0m8.153s                  user          0m1.609s
        sys         0m2.363s                  sys           0m1.206s
      * make -j$(($(nproc) + 2))            * ninja
        real        0m9.186s                  real          0m3.387s
        user        0m16.295s                 user          0m6.887s
        sys         0m5.337s                  sys           0m1.318s
      --------------------------------------------------------------
      * autotools                           * meson + ninja
        real        0m27.669s                 real          0m5.772s
        user        0m45.622s                 user          0m8.465s
        sys         0m10.698s                 sys           0m2.357s

    System: Intel Core i7-7500U, SSD, 16GB of RAM

 docs/meson.build               | 108 ++++++++++++
 docs/xml/gtkdocentities.ent.in |   8 +
 docs/xml/meson.build           |  10 ++
 examples/meson.build           |  22 +++
 meson.build                    | 348
 +++++++++++++++++++++++++++++++++++++++
 meson_options.txt              |   4 +
 pango-view/meson.build         |  40 +++++
 pango/meson.build              | 363
 +++++++++++++++++++++++++++++++++++++++++
 pango/mini-fribidi/meson.build |  19 +++
 pango/pango-features.h.meson   |  10 ++
 tests/meson.build              |  57 +++++++
 tools/meson.build              |   5 +
 12 files changed, 994 insertions(+)

commit 4819027c6e072c2e9e45228f8afd5d0767545026
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Fri May 19 11:53:24 2017 +0100

    tests: Use the appropriate extension for the C++ test

    While `.C` is a valid GCC extension for C++ files, it only works for
    case sensitive file systems. Let's use `.cpp`, like the rest of the
    planet does.

 tests/Makefile.am                  | 2 +-
 tests/{cxx-test.C => cxx-test.cpp} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

commit 89fddbe462d7d7d75c005b48dd9990e6fe1be61b
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed May 17 17:25:38 2017 +0100

    Remove uninstalled pkg-config files

    No other library in the stack ships them any more, and they are of
    dubious use.

 Makefile.am                  | 19 +------------------
 configure.ac                 |  5 -----
 pango-uninstalled.pc.in      |  7 -------
 pangocairo-uninstalled.pc.in |  7 -------
 pangoft2-uninstalled.pc.in   |  8 --------
 pangowin32-uninstalled.pc.in |  7 -------
 pangoxft-uninstalled.pc.in   |  6 ------
 7 files changed, 1 insertion(+), 58 deletions(-)

commit 7c9c0940ca3dca97cfb525909ba80570e3955fee
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed May 17 17:23:06 2017 +0100

    Remove old ChangeLog files

    The log of each change is in Git, as it should be. For dist
    tarballs we
    only care about the changes since the beginning of the last cycle.

 ChangeLog.pre-1-0  | 5211
 ----------------------------------------------------
 ChangeLog.pre-1-10 | 1274 -------------
 ChangeLog.pre-1-12 | 1748 ------------------
 ChangeLog.pre-1-14 |  928 ----------
 ChangeLog.pre-1-16 | 1827 ------------------
 ChangeLog.pre-1-18 | 1504 ---------------
 ChangeLog.pre-1-2  | 1570 ----------------
 ChangeLog.pre-1-20 | 1109 -----------
 ChangeLog.pre-1-23 | 1858 -------------------
 ChangeLog.pre-1-4  | 1762 ------------------
 ChangeLog.pre-1-6  |  799 --------
 ChangeLog.pre-1-8  |  488 -----
 12 files changed, 20078 deletions(-)

commit c5a6c44e9eaf0d6e2f9d2cbf8c549af479685a08
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed May 17 14:57:41 2017 +0100

    examples: Initialize variables

    Avoid a compiler warning for potentially uninitialized variables.

 examples/cairotwisted.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 8f8347587c423feda02c34b27cab919476ddbde5
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed May 17 12:10:52 2017 +0100

    ft2: Silence a compiler warning

 pango/pangoft2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 779619ad6712fe9e5c4dabfef61e092e7a8f09f0
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed May 17 12:09:14 2017 +0100

    Add prototype for _pango_color_parse_with_alpha()

    It's used in pango-markup.c and pango-color.c, so it should have an
    internally-available prototype, instead of an `extern` declaration at
    the point of use.

    This also avoids a compiler warning for a missing prototype.

 pango/pango-color.c          |  1 +
 pango/pango-markup.c         |  5 -----
 pango/pango-utils-internal.h | 20 ++++++++++++--------
 3 files changed, 13 insertions(+), 13 deletions(-)

commit 6eda0ad66039cc99525ac04acf63a3fb1cba252c
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed May 17 11:59:08 2017 +0100

    Correctly implement version macros for Pango

    First of all, we need to define `PANGO_UNAVAILABLE`, as it's missing a
    definition, and the only reason why nobody caught this is because
    we're
    building without -Wundef, and clearly nobody attempted using
    min-required/max-allowed with Pango.

    Additionally, we really need a way to disable deprecation warnings
    from
    the compiler.

    The complete implementation of the version macros for GLib-based
    libraries includes both items above.

 pango/pango-version-macros.h | 263
 ++++++++++++++++++++++---------------------
 1 file changed, 135 insertions(+), 128 deletions(-)

commit e422e84d0ed41bb581037dadd679caa28490d5bb
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Tue May 9 18:17:29 2017 -0700

    win32/replace.py: Fix replacing items in files with UTF-8 content

    Some files that this script will process might have UTF-8 items in
    there, which can cause problems on Python 3.x as it is more strict and
    careful on unicode issues.  Fix this by:

    -Doing what we did before on Python 2.x
    -Opening the file with encoding='utf-8' on Python 3.x

 win32/replace.py | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 906509e22bf617d97a71f41d335d7a0dec344187
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Apr 17 13:26:52 2017 -0700

    Don't use deprecated hb_font_funcs_set_glyph_func()

 configure.ac          |  2 +-
 pango/pangofc-shape.c | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

commit 6c5d1d35061a91c3c0792f7720da3f8308ebff65
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Apr 8 13:48:25 2017 -0400

    1.40.5

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

commit 5188156587cc388b86962fb43815a303448aeb64
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Sat Apr 8 00:58:58 2017 -0400

    Avoid a compiler warning

    The compiler complains that rightmost_space may be used
    uninitialized. And it may be right.

 pango/pango-layout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7fc77e1c5a9b04da172d032f8d1a2bd04a1c92a1
Author: Philip Withnall <withnall@endlessm.com>
Date:   Wed Feb 15 11:06:36 2017 +0000

    docs: Fix some introspection annotation syntax

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

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

 pango/pango-engine.h    | 4 ++--
 pango/pango-layout.h    | 2 +-
 pango/pangofc-fontmap.c | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 6df7fcde9cde8c808344cd7242b0492e92ec10f1
Author: Philip Withnall <withnall@endlessm.com>
Date:   Wed Feb 15 11:06:03 2017 +0000

    docs: Add (skip) annotation to some non-introspectable deprecated
    funcs

    To make it a bit more explicit that there’s no need to worry about
    introspecting them.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

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

 pango/modules.c      | 4 ++--
 pango/pango-engine.h | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 9ab6ddd41723e0f0f8f0d57ca6bb37763c910d3c
Author: Philip Withnall <withnall@endlessm.com>
Date:   Wed Feb 15 11:05:27 2017 +0000

    docs: Add a few missing (transfer) annotations

    This should fix a few scanner warnings, but this is not an attempt to
    fix them all.

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

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

 pango/fonts.c            | 2 +-
 pango/pangoft2-fontmap.c | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 6f0648043fe2a084db15a6cdded8402625676aef
Author: Philip Withnall <withnall@endlessm.com>
Date:   Fri Feb 17 09:27:36 2017 +0000

    pango-utils: Fix non-escaped \r\n line endings in pango_read_line()

    The handling for \r or \r\n line endings in pango_read_line() was
    broken. It should have discarded the \r or \r\n, but was only
    doing this
    for \n or \n\r. The condition (c == EOF) could never have been
    reached.

    Coverity ID: 1391696

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

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

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

commit 97fc6fbffe65d9ca4e92fc8979808faebed0ee35
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Apr 7 22:49:00 2017 -0400

    attributes: Make alpha work without color

    Improve the behavior of the cairo renderer to take
    alpha into account even if no color specified.

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

 pango/pangocairo-render.c | 37 +++++++++++++++++++++++++++++--------
 1 file changed, 29 insertions(+), 8 deletions(-)

commit bab5cf24b746527020f51548e020c410dee63f71
Author: Nicolas Hake <nh@nosebud.de>
Date:   Mon Jul 11 14:27:08 2016 +0200

    Win32: Remove "uncolored" from docs

    Since win32_render_layout and win32_render_layout_line now support
    rendering in color, that word no longer applies.

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

 pango/pangowin32.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8de443dd9f426c325673d029786618da9476f6a0
Author: Nicolas Hake <nh@nosebud.de>
Date:   Mon Jul 11 13:27:31 2016 +0200

    Win32: Fix background rect bounds

    Rectangle() uses x1, y1, x2, y2 coordinates instead of x, y, w, h. Fix
    the coordinates passed to the function so it draws the background
    in the
    correct location.

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

 pango/pangowin32.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 3166cbf809d5b005b587319ee2ef3e73e00d466e
Author: Nicolas Hake <nh@nosebud.de>
Date:   Mon Jul 11 13:26:44 2016 +0200

    Win32: Draw background box in correct color

    Adding 128 to the component value would overflow in colors with full
    brightness and set the component to 0.

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

 pango/pangowin32.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 72e16506d6bd43efe4db24ebc3f69537f7208b1a
Author: Nicolas Hake <nh@nosebud.de>
Date:   Mon Jul 11 13:22:05 2016 +0200

    Win32: Reset BkMode so ETO doesn't draw its own

    If the DC's background mode is set to OPAQUE, ExtTextOut will draw its
    own background boxes around glyph items. Since we don't place any
    requirements on the DC, set the background mode to TRANSPARENT before
    rendering any glyphs (and reset it to its original value afterwards).

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

 pango/pangowin32.c | 3 +++
 1 file changed, 3 insertions(+)

commit f7927ff53afb8bbfdf7cc8f7b621c811f53ac6c5
Author: Nicolas Hake <nh@nosebud.de>
Date:   Mon Jul 11 13:20:41 2016 +0200

    Win32: Enable colored underline drawing

    Underline drawing was using the pen selected into DC before
    pango_win32_render_layout_line was called. Since layout allow the
    user to
    select underline colors, we have to create a temporary pen in
    the correct
    color before drawing it.

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

 pango/pangowin32.c | 35 ++++++++++++++++++++++++++++++++---
 1 file changed, 32 insertions(+), 3 deletions(-)

commit bb774bce7f99e839851834c1688c12d898f9c5ab
Author: Nicolas Hake <nh@nosebud.de>
Date:   Mon Jul 11 13:03:32 2016 +0200

    Win32: Enable rendering colored text

    Increasing the component values by 128 may overflow and result in that
    component being treated as 0. Additionally, using a brush to
    color text
    is wrong; ExtTextOut instead uses the color set by SetTextColor
    to draw
    glyphs.

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

 pango/pangowin32.c | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

commit 43b9668ba688b01553abb7b453aeb206d7fd56fa
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Feb 27 15:03:59 2017 -0500

    1.40.4

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

commit 31a5ec79fe3ab3059268b04bd06defcf71005680
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Feb 25 13:41:51 2017 -0800

    Bug 779232 - Wrong introspection annotation for pango_layout_get_size

 pango/pango-layout.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f54e128fc61558f8e1f19aa901e9740023afb063
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Fri Feb 17 18:25:32 2017 +0800

    win32/Makefile.msvc-introspection: Sync with G-I

    This enables the new feature recently added in G-I where we can
    generate
    the full NMake Makefile module to build the .gir files by passing
    in a list
    of C includes, instead of needing to specify them fully one-by-one
    with
    --c-include=...

 win32/Makefile.msvc-introspection | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 359a3e21e65728b75b4c4e77d170f0de8d46ec1c
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Fri Feb 17 18:24:03 2017 +0800

    win32/detectenv-msvc.mak: Sync with GLib

    This enables one to build the introspection files using Visual Studio
    2017.

 win32/detectenv-msvc.mak | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit bfe9cdc64ebb1ce0da532c47147634bd15c29b7d
Author: Philip Withnall <withnall@endlessm.com>
Date:   Wed Feb 15 09:56:49 2017 +0000

    pango-layout: Add a clarifying assertion

    In pango_layout_index_to_pos(), it looks like layout_line could be
    dereferenced while still NULL in the first loop iteration. This is not
    the case, as other bits of PangoLayout ensure its start_index
    is always
    0, so this branch is never taken. Add an assertion to clarify that and
    guide static analysis.

    Coverity ID: 1391700

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

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

 pango/pango-layout.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 4cd190eb567173c6d10419f379f2facb1a59d7eb
Author: Philip Withnall <withnall@endlessm.com>
Date:   Wed Feb 15 09:41:14 2017 +0000

    pango: Remove some unnecessary NULL checks

    These checks are preceded by other checks or code which demonstrates
    that the values are definitely always non-NULL.

    In the case of pango_attr_list_insert_internal(), the final branch of
    the function never needs to update list->attributes_tail, as the
    middle
    branch handles the case of appending to the list. The final case
    is just
    for insertions in the middle of the list.

    Coverity IDs: 1391710, 1391711

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

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

 pango/pango-attributes.c | 3 ---
 pango/pangofc-fontmap.c  | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

commit af53ff59328aa175920e23c5c1b1fbcca0059921
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed Feb 15 14:04:05 2017 +0800

    Remove win32/vs15/pango-install.props before re-generation

    This will ensure that it will be up-to-date when
    win32/vs10/pango-install.props is re-generated.

 win32/vs10/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit a0239aec27aa04a234ab6683994b304d197d7035
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed Feb 15 13:25:59 2017 +0800

    Visual Studio builds: Support Visual Studio 2017

    This updates the autotools scripts to support Visual Studio 2017
    builds, by copying
    the Visual Studio 2010 projects and updating items in there as
    necessary.

    Note the format of the toolset version changed, so we allow one to
    specify a
    custom toolset version string and hence use it if it is specified,
    otherwise
    the toolset version string is generated as it was before.

    Since Visual Studio 2017 aims to be compatible on the CRT level as
    Visual Studio
    2015, the 2017-compiled binaries should be usable without problems
    with 2015-compiled
    binaries.

 configure.ac            |  5 +++++
 win32/Makefile-newvs.am | 25 +++++++++++++++++--------
 win32/Makefile.am       |  3 ++-
 win32/vs11/Makefile.am  |  1 -
 win32/vs12/Makefile.am  |  1 -
 win32/vs14/Makefile.am  |  1 -
 win32/vs15/Makefile.am  | 29 +++++++++++++++++++++++++++++
 7 files changed, 53 insertions(+), 12 deletions(-)

commit e4ea2d2e5118b44bf1c3e5fa998356696e073aa8
Author: Philip Withnall <withnall@endlessm.com>
Date:   Tue Feb 14 11:12:51 2017 +0000

    Add assertions to guard against division by zero on sample text paths

    There are a few code paths where pango_utf8_strwidth() is called on
    language-specific sample text. The sample text should have been chosen
    to never have a zero width, but we should add some assertions
    to ensure
    that’s the case. This guides static analysers into the right
    analysis.

    Coverity IDs: 1391697, 1391698, 1391699

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

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

 pango/pango-context.c   | 8 +++++++-
 pango/pangocairo-font.c | 5 ++++-
 pango/pangofc-font.c    | 5 ++++-
 3 files changed, 15 insertions(+), 3 deletions(-)

commit 318fd546a0ab8ad68f65f5f81b0a6fb845141a9f
Author: Philip Withnall <withnall@endlessm.com>
Date:   Tue Feb 14 10:32:26 2017 +0000

    pangofc-shape: Fix potential array overrun

    If this loop adds the final feature to the features array, the
    start and
    end assignment for the next feature will drop off the end of the
    array.
    I don’t think the assignments are necessary, since num_features
    stores
    the number of elements in the array (so it doesn’t need to be
    terminated), and the start and end elements are assigned each time a
    feature is parsed.

    Coverity ID: 1391709

    Signed-off-by: Philip Withnall <withnall@endlessm.com>

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

 pango/pangofc-shape.c | 4 ----
 1 file changed, 4 deletions(-)

commit f4cbd27f4e5bf8490ea411190d41813e14f12165
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Fri Jan 20 18:10:14 2017 +0800

    Visual Studio builds: Fix project file move to win32/

    Some more paths in auxillary scripts and NMake Makefiles need to be
    updated as well...

 win32/Makefile.msvc-introspection | 6 +++---
 win32/introspection-msvc.mak      | 2 +-
 win32/pc_base.py                  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

commit ec025d2b1646505549a3c806101a364c011e365b
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Fri Jan 20 15:56:31 2017 +0800

    Visual Studio builds: Move projects to win32/

    This allows one to go down one less level in the directory tree to
    get to the
    Visual Studio project files, and so make things more in line with
    the rest of
    the GTK+ stack.  This also cleans up the Visual Studio 201x projects
    as there
    are some items that can be actually combined.

 Makefile.am                                        |   2 +-
 build/Makefile-newvs.am                            |  45 ------
 build/Makefile.am                                  |   3 -
 build/Makefile.msvcproj                            | 114 ---------------
 configure.ac                                       |  17 ++-
 pango/Makefile.am                                  |  24 ++--
 win32/Makefile-newvs.am                            |  46 +++++++
 {build/win32 => win32}/Makefile.am                 |   2 +-
 {build => win32}/Makefile.msvc-introspection       |  64 ++++-----
 win32/Makefile.msvcproj                            | 153
 +++++++++++++++++++++
 {build/win32 => win32}/detectenv-msvc.mak          |   0
 {build/win32 => win32}/introspection-msvc.mak      |   0
 .../win32 => win32}/pango-introspection-msvc.mak   |   0
 {build/win32 => win32}/pangopc.py                  |   0
 {build/win32 => win32}/pc_base.py                  |   0
 {build/win32 => win32}/replace.py                  |   0
 {build/win32 => win32}/unistd.h                    |   0
 {build/win32 => win32}/vs10/Makefile.am            |  10 +-
 {build/win32 => win32}/vs10/README.txt             |   4 +-
 .../win32 => win32}/vs10/pango-build-defines.props |   2 +-
 {build/win32 => win32}/vs10/pango-ignore-fc.props  |   0
 .../win32 => win32}/vs10/pango-install-bin.props   |   0
 {build/win32 => win32}/vs10/pango-install.propsin  |  10 +-
 {build/win32 => win32}/vs10/pango-install.vcxproj  |  74 ++++------
 .../vs10/pango-install.vcxproj.filters             |   2 +-
 {build/win32 => win32}/vs10/pango-prebuild.props   |   2 +-
 .../vs10/pango-version-paths.props.in              |   4 +-
 {build/win32 => win32}/vs10/pango.sln              |   0
 .../win32 => win32}/vs10/pango.vcxproj.filtersin   |   8 +-
 {build/win32 => win32}/vs10/pango.vcxprojin        |  32 ++---
 .../vs10/pangocairo.vcxproj.filtersin              |  10 +-
 {build/win32 => win32}/vs10/pangocairo.vcxprojin   |  34 ++---
 .../vs10/pangoft2.vcxproj.filtersin                |   2 +-
 {build/win32 => win32}/vs10/pangoft2.vcxprojin     |   2 +-
 .../vs10/pangowin32.vcxproj.filtersin              |   2 +-
 {build/win32 => win32}/vs10/pangowin32.vcxprojin   |   2 +-
 {build/win32 => win32}/vs11/Makefile.am            |   4 +-
 {build/win32 => win32}/vs12/Makefile.am            |   4 +-
 {build/win32 => win32}/vs14/Makefile.am            |   4 +-
 {build/win32 => win32}/vs9/Makefile.am             |   4 +-
 {build/win32 => win32}/vs9/README.txt              |   4 +-
 .../vs9/pango-build-defines.vsprops                |   2 +-
 {build/win32 => win32}/vs9/pango-ignore-fc.vsprops |   0
 .../win32 => win32}/vs9/pango-install-bin.vsprops  |   0
 {build/win32 => win32}/vs9/pango-install.vcproj    |   0
 {build/win32 => win32}/vs9/pango-install.vspropsin |  10 +-
 {build/win32 => win32}/vs9/pango-prebuild.vsprops  |   2 +-
 .../vs9/pango-version-paths.vsprops.in             |   4 +-
 {build/win32 => win32}/vs9/pango.sln               |   0
 {build/win32 => win32}/vs9/pango.vcprojin          |  16 +--
 {build/win32 => win32}/vs9/pangocairo.vcprojin     |  10 +-
 {build/win32 => win32}/vs9/pangoft2.vcprojin       |   2 +-
 {build/win32 => win32}/vs9/pangowin32.vcprojin     |   2 +-
 {build/win32 => win32}/vs9/stdint.h                |   0
 54 files changed, 370 insertions(+), 368 deletions(-)

commit f47aa5a4690ce686ec70fb7c3c9a84251cdb5706
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Tue Nov 15 16:23:54 2016 +0800

    Visual Studio 201x build: Fix pangocairo project

    The AdditionalIncludePaths setting missed a semicolon, fix that.

 build/win32/vs10/pangocairo.vcxprojin | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 3e173e5e8d596d35a8542db7c8a14cb8f8f2e87c
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Tue Nov 15 12:39:16 2016 +0800

    Visual Studio builds: Remove -lm from .pc files

    We don't have a separate math library for Visual Studio, so don't
    try to
    link to one in the .pc files.

 build/win32/pangopc.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit fa98b9c23aea244b97b893d5ecc0190fa4b4cdf8
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed Oct 19 15:33:56 2016 +0800

    build/win32/vs10/Makefile.am: Remove pango-install.props's on
    re-generation

    This is to ensure that any changes that was made to the generated
    build/win32/vs10/pango-install.props will also be applied to
    build/win32/vs[11|12|14] as well.

 build/win32/vs10/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

commit 841d0d2bcd53d371846abc5329b4d917fcf0c626
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed Oct 19 14:48:08 2016 +0800

    build/: Force MSVC project file generation on Makefile.am changes

    Make the Makefile.am targets for generating the Visual Studio projects
    re-generate the
    project files and the header listings whenever the Makefile.am's
    that include
    build/Makefile.msvcproj changes, so that whenever a source/header
    is added, they will
    be reflected in the projects and in the property sheets that are
    used to copy the
    headers.

    Also ensure that these are applied to the vs11, vs12 and vs14 projects
    when this
    happens, as they are copied and processed from the Visual Studio
    2010 projects.

 build/Makefile-newvs.am |  2 +-
 build/Makefile.msvcproj | 11 +++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

commit e9471764d19f740f756cf7e6d11aba0cbba3d2ae
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Sep 12 23:50:22 2016 -0400

    1.40.3

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

commit 9cb49a3e224bbd5a3e6630aa053e516ecbc46083
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Sep 12 23:36:11 2016 -0400

    Fix build on OS X

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

 pango/pangocoretext-fontmap.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e2ebedbac0d6b04ec298414eec02f4b4692392bc
Author: Patrick Griffis <tingping@tingping.se>
Date:   Wed Sep 7 09:10:04 2016 -0400

    Fix exporting pango_cairo_win32_font_map_get_type

    Introduced with commit 1147da131ad13e583e73fed956e5c944e1497bf4

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

 pango/pangocairo-win32.h | 1 +
 1 file changed, 1 insertion(+)

commit 16235af893c35af610af2091e0396e6c12ac09ea
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Aug 29 08:13:40 2016 -0400

    1.40.2

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

commit 6cc857aa6648b17e70b1b2b13a4e8b7a74a4a240
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Aug 29 08:50:38 2016 -0400

    Avoid deprecation warnings

    Now that we're using new-style deprecations, we have to fight
    a little harder to get rid of them inside pango.

 pango-view/viewer-render.c   |  2 ++
 pango/Makefile.am            |  1 +
 pango/break.c                |  2 ++
 pango/pango-context.c        |  2 ++
 pango/pango-engine.c         |  8 ++++++--
 pango/pango-markup.c         |  9 +++++----
 pango/pango-utils-internal.h | 45
 ++++++++++++++++++++++++++++++++++++++++++++
 pango/pango-utils.c          | 26 +++++++++++++++++++++++--
 8 files changed, 87 insertions(+), 8 deletions(-)

commit cce034fea4187ce02577dbc6d92c8b1042aca815
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Mon Aug 22 01:08:47 2016 +0800

    pango/pango-version-macros.h: Update copyright notice

    Update the copyright notice of this file, to reflect things more
    accurately and to give more proper acknowledgement.

    Please see: https://bugzilla.gnome.org/show_bug.cgi?id=767587#c16

 pango/pango-version-macros.h | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 1147da131ad13e583e73fed956e5c944e1497bf4
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Mon Jun 6 19:49:25 2016 +0800

    Export symbols with compiler directives if possible

    Add a configure check to see whether compiler directives are available
    for exporting symbols, and use them if so.  Likewise, update
    the Visual Studio projects and config.h.win32.in to do likewise for
    Windows builds.

    We can then drop the .def files that were used to export symbols on
    Windows builds, which should clean up things a bit.

 build/win32/vs10/pango.vcxprojin      |   4 -
 build/win32/vs10/pangocairo.vcxprojin |   8 -
 build/win32/vs10/pangoft2.vcxprojin   |   4 -
 build/win32/vs10/pangowin32.vcxprojin |   4 -
 build/win32/vs9/pango.vcprojin        |   4 -
 build/win32/vs9/pangocairo.vcprojin   |   8 -
 build/win32/vs9/pangoft2.vcprojin     |   4 -
 build/win32/vs9/pangowin32.vcprojin   |   4 -
 config.h.win32.in                     |   7 +
 configure.ac                          |  35 +++
 pango/Makefile.am                     |  33 ++-
 pango/check.defs                      |  34 ---
 pango/pango.def                       | 412
 ----------------------------------
 pango/pangocairo.def                  |  35 ---
 pango/pangoft2.def                    |  88 --------
 pango/pangowin32.def                  |  30 ---
 pango/pangoxft.def                    |  24 --
 17 files changed, 55 insertions(+), 683 deletions(-)

commit bbb38aa2da449810989d2bdadad900ffc48846d8
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Tue Jun 7 00:01:15 2016 +0800

    pango/pango-enum-types.c.template: Include config.h first

    This is to ensure that we can override the verion macros to export
    the symbols
    later.

 pango/pango-enum-types.c.template | 2 ++
 1 file changed, 2 insertions(+)

commit ce097c062ea079bf7888d2b2f1f7b17d34f976b6
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Mon Jun 6 23:44:26 2016 +0800

    Decorate the symbols in the headers with version macros

    From the last commit, decorate all the symbols with the version
    macros.  Also add the version macros in the docs.

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

 docs/pango-sections.txt           | 90
 +++++++++++++++++++++++++++++++++++++++
 pango/pango-attributes.h          | 58 +++++++++++++++++++++++++
 pango/pango-bidi-type.h           |  6 ++-
 pango/pango-break.h               |  4 ++
 pango/pango-context.h             | 25 +++++++++++
 pango/pango-coverage.h            | 11 +++++
 pango/pango-engine.h              | 11 +++--
 pango/pango-enum-types.h.template |  3 ++
 pango/pango-font.h                | 62 +++++++++++++++++++++++++++
 pango/pango-fontmap.h             |  8 ++++
 pango/pango-fontset.h             |  8 ++++
 pango/pango-glyph-item.h          | 14 ++++++
 pango/pango-glyph.h               | 14 ++++++
 pango/pango-gravity.h             |  4 ++
 pango/pango-item.h                |  5 +++
 pango/pango-language.h            | 10 +++++
 pango/pango-layout.h              | 87
 +++++++++++++++++++++++++++++++++++++
 pango/pango-matrix.h              | 13 ++++++
 pango/pango-modules.h             |  8 ++--
 pango/pango-ot.h                  | 68 +++++++++++++++--------------
 pango/pango-renderer.h            | 20 +++++++++
 pango/pango-script.h              |  8 ++++
 pango/pango-tabs.h                | 11 +++++
 pango/pango-types.h               |  5 +++
 pango/pango-utils.h               | 36 ++++++++++------
 pango/pango.h                     |  1 +
 pango/pangocairo-coretext.h       |  1 +
 pango/pangocairo-coretextfont.h   |  1 +
 pango/pangocairo-fc.h             |  3 ++
 pango/pangocairo-fcfont.c         |  1 +
 pango/pangocairo-private.h        |  1 +
 pango/pangocairo.h                | 31 +++++++++++++-
 pango/pangocoretext-private.h     |  9 ++++
 pango/pangocoretext.h             |  2 +
 pango/pangofc-decoder.h           |  3 ++
 pango/pangofc-font.h              |  9 +++-
 pango/pangofc-fontmap.h           | 22 +++++++++-
 pango/pangofc-private.h           |  2 +
 pango/pangoft2-private.h          |  2 +
 pango/pangoft2.h                  | 27 ++++++++----
 pango/pangowin32-private.h        |  8 ++++
 pango/pangowin32.h                | 26 ++++++++++-
 pango/pangoxft-render.h           |  9 ++++
 pango/pangoxft.h                  | 19 ++++++---
 44 files changed, 691 insertions(+), 75 deletions(-)

commit 57964efb280369db2731bfc070f3e73c9a860d18
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Mon Jun 6 23:35:40 2016 +0800

    Add a header for versioning macros

    This header is used for:
    -Indicating what stable versions an API is introduced at and after
    1.30.0.
    -Indicating what APIs are deprecated, and which stable release series
     they are deprecated if the deprecation is done after 1.30.0.
     This replaces
     the use of G_DEPRECATED* in Pango.
    -Use in a later commit to be used to export symbols directly via
    compiler
     directives instead of doing so over .def files, for compilers that
     do not
     support exporting via regex expressions.

 pango/Makefile.am            |  49 ++--
 pango/pango-version-macros.h | 627
 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 652 insertions(+), 24 deletions(-)

commit b8154ae4ef1a6aacc8409e3e75dd5a7aaa562fad
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed Jun 22 15:16:09 2016 +0800

    Visual Studio builds: Make .pc generation more flexible

    Allow the use of ${exec_prefix} for libdir and includedir when passing
    them in as arguments to the script.

 build/win32/pc_base.py | 44 ++++++++++++++++++++++++++++++--------------
 1 file changed, 30 insertions(+), 14 deletions(-)

commit d6fff9c1424fc21e6504a93a1004a95d717a3703
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed Jun 22 10:35:33 2016 +0800

    Visual Studio builds: Clean up PangoCairo build files

    Define HAVE_CAIRO_FREETYPE in the property sheets instead of
    disabling it
    via conditional compilation, which makes things a bit neater.

 build/win32/vs10/pango-build-defines.props  |  6 +++---
 build/win32/vs10/pangocairo.vcxprojin       | 16 ++++++++--------
 build/win32/vs9/pango-build-defines.vsprops |  4 ++--
 build/win32/vs9/pangocairo.vcprojin         | 16 ++++++++--------
 config.h.win32.in                           |  4 +---
 5 files changed, 22 insertions(+), 24 deletions(-)

commit 51e51fd15c4b8d52b96447658ed7d3636c91add3
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed Jun 22 10:26:20 2016 +0800

    PangoCairo MSVC builds: Look for headers in $(prefix)/include/cairo

    Cairo's headers could be in $(prefix)/include/cairo, so look for the
    headers from there as well.

 build/win32/vs10/pango-build-defines.props  |  4 ++++
 build/win32/vs10/pangocairo.vcxprojin       |  8 ++++++++
 build/win32/vs9/pango-build-defines.vsprops |  4 ++++
 build/win32/vs9/pangocairo.vcprojin         | 12 ++++++++----
 4 files changed, 24 insertions(+), 4 deletions(-)

commit fcec6f721d5254b9010814023f98f541ca798b02
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu May 19 11:12:02 2016 -0700

    Bug 766148 - CT font weights do not map correctly to PangoWeight

 pango/pangocoretext-fontmap.c | 76
 ++++++++++++++++++++++++-------------------
 1 file changed, 43 insertions(+), 33 deletions(-)

commit 5aa230b1421b1a7dff8525125a5a22de48c5b6e9
Author: Benjamin Otte <otte@redhat.com>
Date:   Thu May 5 17:36:44 2016 +0200

    colors: Add rebeccapurple

    http://lists.w3.org/Archives/Public/www-style/2014Jun/0312.html

    Thanks Lapo for pointing out this omission!

 pango/pango-color-table.h | 222
 +++++++++++++++++++++++-----------------------
 tools/rgb.txt             |   1 +
 2 files changed, 113 insertions(+), 110 deletions(-)

commit 7e6fe2c381c307619215a1f7661dd5c609b22c39
Author: Kristian Rietveld <kris@loopnest.org>
Date:   Sat Sep 5 23:13:18 2015 +0200

    coretext: implement obtaining coverage of supplementary planes

 pango/pangocoretext.c | 32 ++++++++++++++++++++++++++++----
 1 file changed, 28 insertions(+), 4 deletions(-)

commit 550fba61eea3cae292d4b2abbffbe8a7a99a50b4
Author: Kristian Rietveld <kris@loopnest.org>
Date:   Sat Sep 5 22:58:28 2015 +0200

    coretext: remove useless calls to pango_coverage_set()

    Since Pango coverage is initialized to PANGO_COVERAGE_NONE, it
    makes no
    sense to perform calls to pango_coverage_set for characters that will
    be set (or rather left) to none.

 pango/pangocoretext.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 783544ddfc23225f894a26eb31fcc4bc3990ce22
Author: Kristian Rietveld <kris@loopnest.org>
Date:   Sat Sep 5 22:52:48 2015 +0200

    coretext: properly handle UTF32 characters in CFStrings

 pango/pangocoretext-shape.c | 72
 +++++++++++++++++++++++++++++++++++++++------
 1 file changed, 63 insertions(+), 9 deletions(-)

commit 626e3c4a4a5dffecb5b6cb9227843db50701f594
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Thu Apr 21 18:03:13 2016 +0800

    Visual Studio builds: Generate .pc files

    If python can be found at $(PythonPath)\python.exe (x86 builds) or
    $(PythonPathX64)\python.exe (x64 builds), generate .pc files for
    Pango, as
    appropriate with the build config chosen.  This will make building
    introspection on Visual Studio easier with packages that depend
    on Pango.

 build/win32/Makefile.am                        |   3 +
 build/win32/pangopc.py                         |  55 +++++++++++++
 build/win32/pc_base.py                         | 108
 ++++++++++++++++++++++++
 build/win32/replace.py                         | 109
 +++++++++++++++++++++++++
 build/win32/vs10/Makefile.am                   |   1 +
 build/win32/vs10/pango-install.propsin         |  29 +++++--
 build/win32/vs10/pango-install.vcxproj         |  50 ++++++++++--
 build/win32/vs10/pango-install.vcxproj.filters |  13 +++
 build/win32/vs11/Makefile.am                   |   1 +
 build/win32/vs12/Makefile.am                   |   1 +
 build/win32/vs14/Makefile.am                   |   1 +
 build/win32/vs9/pango-install.vcproj           |  88 ++++++++++++++++++--
 build/win32/vs9/pango-install.vspropsin        |  14 ++++
 13 files changed, 449 insertions(+), 24 deletions(-)

commit 9549b7ad68bdbbf22e09940ea43735b9c5396547
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Thu Apr 21 17:15:37 2016 +0800

    Visual Studio builds: Have package version in the projects

    This is used to generate the .pc files to make generating
    introspection
    files easier for packages that depend on Pango.

 ...on-paths.props => pango-version-paths.props.in} | 31
 +++++++++++++++++-----
 ...aths.vsprops => pango-version-paths.vsprops.in} | 28
 ++++++++++++++++---
 configure.ac                                       |  2 ++
 3 files changed, 50 insertions(+), 11 deletions(-)

commit e89c467538b89f1c9a4c29ec6e5d703279ff845c
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Fri Sep 4 17:38:24 2015 +0800

    MSVC Builds: Use Autotools Module for Introspection

    This uses the newly-added autotools module so that the file list
    for introspection using Visual Studio is now generated during
    'make dist', along with the g-ir-scanner command line to generate
    the .gir files and the compilation of the .typelib files.

    This would help to simplify maintenance of the introspection
    builds in Visual Studio, which is done using NMake.

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

 build/Makefile.am                        |   6 --
 build/gen-file-list-pango.py             | 161
 -------------------------------
 build/introspection-msvc.mak             |  65 -------------
 build/pango-introspection-msvc.mak       |  97 -------------------
 build/win32/Makefile.am                  |  30 +++++-
 build/{ => win32}/detectenv-msvc.mak     |  21 +++-
 build/win32/introspection-msvc.mak       |  94 ++++++++++++++++++
 build/win32/pango-introspection-msvc.mak |  53 ++++++++++
 pango/Makefile.am                        |  47 ++++++++-
 9 files changed, 238 insertions(+), 336 deletions(-)

commit 96129ef52784da1dc2801d346ae84c888f70df5e
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Fri Sep 4 17:35:26 2015 +0800

    MSVC Builds: Add Common Autotools Module for Introspection

    This adds a common autotools module that can be included in the
    Makefile.am's so that we can get a list of sources and headers
    that are to be introspected, as well as the complete g-ir-scanner
    command(s) that are needed to generate the needed .gir's and
    to compile the .typelib's.

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

 build/Makefile.msvc-introspection | 125
 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 125 insertions(+)

commit 3ceec73bf7c71ec151915531ea9e0f2842ece27a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Apr 12 10:45:27 2016 -0400

    Add source information

 pango-view/EMOJI-MODIFIERS.txt | 2 ++
 1 file changed, 2 insertions(+)

commit 0476c65ac98d4d30f88201efef0a282aa246ed64
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Apr 12 07:50:17 2016 -0400

    Add an example file with Emoji

    This is a list of all the Emoji modifier bases and their
    skin tone modifications.

 pango-view/EMOJI-MODIFIERS.txt | 64
 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

commit 8daf1de02f8ac7e05b4788dcd6a209ef06e6e03a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Apr 11 11:20:11 2016 -0400

    1.40.1

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

commit a40771dec851ea338f2113b459bc2c9983ac386d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Mar 26 09:36:00 2016 -0700

    Bug 764089 - PangoWin32FontMap Memory Leak

    Add finalizers to PangoWin32FontMap

    Patch from Geoffrey Yerem.

    Part of https://bugzilla.gnome.org/show_bug.cgi?id=764089

 pango/pangowin32-fontmap.c | 56
 +++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 53 insertions(+), 3 deletions(-)

commit dd76b439506c650aa48ae160811c5ec4b8b7447d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Mar 26 09:23:38 2016 -0700

    Use $PKG_CONFIG instead of pkg-config consistently

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

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d974f879bacc4f2a09b08997227c90b4348961a2
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Mar 22 18:21:54 2016 -0400

    1.40.0

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

commit 70496056909faa41b368dbbe22cd144eaa07d22b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Mar 11 18:21:15 2016 -0800

    Don't treat U+1680 OGHAM SPACE MARK as whitespace

    Unicode says: "U+1680 ogham space mark is unusual in that it is
    generally
    rendered with a visible horizontal line, rather than being blank."

 pango/pango-context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
