commit 7c9614ca60741a44e6fde0c24fc6a9c8560b302b Author: Matthias Clasen Date: Mon Sep 14 13:30:58 2015 -0400 1.37.5 NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) commit bbe896872189d6afb30f2fb6bec44e64eedc52ef Author: Matthias Clasen Date: Sun Sep 13 11:28:33 2015 -0400 Avoid some overhead in itemize_state_process_run Avoid determining the Unicode type repeatedly. Instead, just get the type once and filter out the classes we want. pango/pango-context.c | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) commit 0bb2b5f4cf2264591657d2e0aead00955f9deb64 Author: Matthias Clasen Date: Sun Sep 13 11:26:19 2015 -0400 Avoid some overhead in pango_default_break We already have the Unicode type, so we can determine isspace without doing the full type determination again. pango/break.c | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) commit 0de37310ff335d49d8003dfb4008932142ec2bde Author: Matthias Clasen Date: Sat Sep 12 18:13:40 2015 -0400 Use g_unichar_get_script directly Instead of going through a wrapper. pango/break.c | 2 +- pango/pango-script.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 9681fa2ca8dfeb570471a3828e5b6aee4253025c Author: Chun-wei Fan Date: Wed Sep 9 12:02:34 2015 +0800 MSVC Builds: "Add" MSVC 2015 Project Files This "adds" Visual Studio 2015 projects in the way that we did before: copy the Visual Studio 2010 projects and replacing the items in there as necessary. Oh, this does pass 'make -jN distcheck' :) build/Makefile-newvs.am | 22 +++++++++++++--------- build/win32/Makefile.am | 3 ++- build/win32/vs11/Makefile.am | 4 +--- build/win32/vs12/Makefile.am | 4 +--- build/win32/vs14/Makefile.am | 26 ++++++++++++++++++++++++++ configure.ac | 1 + 6 files changed, 44 insertions(+), 16 deletions(-) commit c0e56e5af9e00137de1eb603ac1625332176f407 Author: Chun-wei Fan Date: Fri Sep 4 18:08:46 2015 +0800 MSVC Builds: Rename testsrules_msvc.mak Rename this to detectenv-msvc.mak to be consistent with the other GNOME projects that support MSVC builds, and clean that file up a bit. build/Makefile.am | 2 +- build/detectenv-msvc.mak | 65 ++++++++++++++++++++++++++++++++++ build/pango-introspection-msvc.mak | 3 +- build/testsrules_msvc.mak | 72 -------------------------------------- 4 files changed, 67 insertions(+), 75 deletions(-) commit 7402dfe837bde0cfc2bdb1ab30f1ce7e9822a8f7 Author: Chun-wei Fan Date: Fri Sep 4 16:44:22 2015 +0800 pango/pango-renderer.c: Fix Build Some compilers insist on using a number for a guint16 return type, and does not like using NULL in place of 0, so fix this. pango/pango-renderer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)