commit 86e8e2284bfe250b3c03108a59c9307564302f3e
Author: Mattia Rizzolo <mattia@debian.org>
Date:   Tue Jan 3 10:16:13 2017 +0100

    Typo fix s/unknow/unknown/
    
    Signed-off-by: Mattia Rizzolo <mattia@debian.org>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=776798

 src/cr-fonts.c | 2 +-
 src/cr-style.c | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 0a894220ee8b5306e501371156cce1cb04a5d1f2
Author: Mattia Rizzolo <mattia@debian.org>
Date:   Tue Jan 3 10:12:52 2017 +0100

    Typo fix s/Instanciation/instantiation/
    
    https://bugzilla.gnome.org/show_bug.cgi?id=776798

 src/cr-om-parser.c |  2 +-
 src/cr-statement.c | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 7c250a98646585ade34adfd853a933e7ebc01238
Author: Mattia Rizzolo <mattia@debian.org>
Date:   Tue Jan 3 10:17:22 2017 +0100

    Typo fix s/occured/occurred/
    
    https://bugzilla.gnome.org/show_bug.cgi?id=776798

 src/cr-input.c     | 6 +++---
 src/cr-parser.c    | 2 +-
 src/cr-prop-list.c | 2 +-
 src/cr-sel-eng.c   | 2 +-
 src/cr-tknzr.c     | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

commit 378363949d4e1337a1fc55c3fd6848e65605ab82
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Fri Mar 3 12:04:59 2017 +0800

    Visual Studio builds: Generate .pc files
    
    Generate and copy the libcroco-0.6.pc during the "install" stage of the
    build, when a Python installation is found at the configured location in
    croco-version-paths.[vsprops|props].
    
    Also fix the 201x "install" project as a "'" is missed, and clean up
    things a bit.

 win32/vs10/Makefile.am                   |  1 +
 win32/vs10/croco-install.propsin         | 26 ++++++++++++------
 win32/vs10/croco-install.vcxproj         | 12 ++++++++-
 win32/vs10/croco-install.vcxproj.filters | 29 ++++++++++++++++++++
 win32/vs10/croco-version-paths.props.in  |  4 +++
 win32/vs11/Makefile.am                   |  1 +
 win32/vs12/Makefile.am                   |  1 +
 win32/vs14/Makefile.am                   |  1 +
 win32/vs15/Makefile.am                   |  1 +
 win32/vs9/croco-install.vcproj           | 46 +++++++++++++++++++++++++++++---
 win32/vs9/croco-install.vspropsin        |  7 +++++
 win32/vs9/croco-version-paths.vsprops.in |  4 +++
 12 files changed, 120 insertions(+), 13 deletions(-)

commit d20188b9945ac8f20ae6467112fe7f5fbc3c913d
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed Mar 1 18:25:43 2017 +0800

    Visual Studio builds: Add .pc generation scripts
    
    This adds Python scripts to generate .pc files for libcroco, so that
    it is easier for people who need to use the .pc files for the package.
    Integration to generate the .pc files will be added later to the project
    files.

 win32/Makefile.am |   5 ++-
 win32/crocopc.py  |  33 +++++++++++++++
 win32/pc_base.py  | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 win32/replace.py  | 109 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 269 insertions(+), 2 deletions(-)

commit 3aa6d1186f2769defbb382ffef21af7f26179ea9
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed Mar 1 18:08:47 2017 +0800

    Visual Studio builds: Get the micro version as well
    
    Update croco-version-paths.[vsprops|props].in to record the major, minor
    and micro versions of a release, and assemble the API version from these
    values.  This prepares for generating the .pc file for libcroco.

 win32/vs10/croco-version-paths.props.in  | 14 +++++++++++++-
 win32/vs9/croco-version-paths.vsprops.in | 14 +++++++++++++-
 2 files changed, 26 insertions(+), 2 deletions(-)

commit 30c2821b1c1596f11fde9f132634badf656aa310
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed Mar 1 18:04:57 2017 +0800

    configure.ac: Bump LIBCROCO_MICRO_VERSION
    
    We need to bump the micro version here as well...

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

commit 2fc527d65acb2cc27c5522e70290c6648ff13cae
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Thu Feb 23 10:57:29 2017 +0800

    Visual Studio builds: Move projects to win32/
    
    This enables us to go one less layer down the tree to reach the projects and
    allows the autotools modules Makefile-newvs.am and Makefile.msvcproj be in
    sync with the latest ones in GLib master.

 Makefile.am                                        |   2 +-
 build/Makefile-newvs.am                            |  53 -------
 build/Makefile.am                                  |  21 ---
 build/Makefile.msvcproj                            | 114 ---------------
 configure.ac                                       |  19 ++-
 src/Makefile.am                                    |   6 +-
 win32/Makefile-newvs.am                            |  55 ++++++++
 {build/win32 => win32}/Makefile.am                 |   0
 win32/Makefile.msvcproj                            | 153 +++++++++++++++++++++
 {build/win32 => win32}/vs10/Makefile.am            |  12 +-
 .../win32 => win32}/vs10/croco-build-defines.props |   2 +-
 {build/win32 => win32}/vs10/croco-gen-srcs.props   |   4 +-
 {build/win32 => win32}/vs10/croco-install.propsin  |   0
 {build/win32 => win32}/vs10/croco-install.vcxproj  |  28 ++--
 .../vs10/croco-version-paths.props.in              |   2 +-
 .../win32 => win32}/vs10/croco.vcxproj.filtersin   |   4 +-
 {build/win32 => win32}/vs10/croco.vcxprojin        |  46 +++----
 {build/win32 => win32}/vs10/csslint.vcxproj        |  10 +-
 .../win32 => win32}/vs10/csslint.vcxproj.filters   |   4 +-
 {build/win32 => win32}/vs10/libcroco.sln           |   0
 {build/win32 => win32}/vs11/Makefile.am            |   5 +-
 {build/win32 => win32}/vs12/Makefile.am            |   5 +-
 {build/win32 => win32}/vs14/Makefile.am            |   5 +-
 {build/win32 => win32}/vs15/Makefile.am            |   5 +-
 {build/win32 => win32}/vs9/Makefile.am             |   4 +-
 .../vs9/croco-build-defines.vsprops                |   2 +-
 {build/win32 => win32}/vs9/croco-gen-srcs.vsprops  |   4 +-
 {build/win32 => win32}/vs9/croco-install.vcproj    |   0
 {build/win32 => win32}/vs9/croco-install.vspropsin |   0
 .../vs9/croco-version-paths.vsprops.in             |   2 +-
 {build/win32 => win32}/vs9/croco.vcprojin          |  12 +-
 {build/win32 => win32}/vs9/csslint.vcproj          |   2 +-
 {build/win32 => win32}/vs9/libcroco.sln            |   0
 33 files changed, 290 insertions(+), 291 deletions(-)

commit abe78893ecbfe1308b7af95a48da6b0321e04f45
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed Feb 15 14:31:27 2017 +0800

    Visual Studio builds: Support Visual Studio 2017
    
    This updates the autotools scripts so that we can support Visual Studio 2017
    by copying the 2010 projects and update items in there as needed.
    
    Note that the format of the toolset version string changed for Visual Studio
    2017, so allow a custom toolset version string to be passed in and used,
    otherwise the platform toolset string is generated as before.
    
    Note also that Visual Studio 2017 aims to be compatible with 2015 on the
    CRT level, so one should be able to use 2017-built binaries with 2015-built
    binaries without problems.

 build/Makefile-newvs.am      | 18 +++++++++++++-----
 build/win32/Makefile.am      |  2 +-
 build/win32/vs10/Makefile.am |  1 +
 build/win32/vs15/Makefile.am | 38 ++++++++++++++++++++++++++++++++++++++
 configure.ac                 |  8 ++++++++
 5 files changed, 61 insertions(+), 6 deletions(-)

commit 6c9dfc4b7b9d564058398cf30ac41210427c395a
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed Oct 19 19:32:01 2016 +0800

    Remove croco-install.props's during re-generation
    
    This is to ensure the changes in the generated
    build/win32/vs10/croco-install.props are applied in
    build/win32/vs[11|12|14] as well.

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

commit f5db6c6e65f52703a4ad7121aa6ae0441c51ad74
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 23409467b2709010f0baf11e0a4909bd21cc6095
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Thu Jun 23 16:48:43 2016 +0800

    Visual Studio builds: Rearrange include search paths
    
    Order the search sequence of the headers to conform better to the
    dependency hierarchy.

 build/win32/vs10/croco-build-defines.props  | 2 +-
 build/win32/vs9/croco-build-defines.vsprops | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 866631dfa9609f7206856eb85da81b663daaec10
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Thu Dec 17 14:04:10 2015 +0100

    Post release version bump

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