commit 248e9f40cb756bda098ed778ea30b52468a7b3e0 Author: Matthias Clasen Date: Mon Jun 22 08:18:22 2015 -0400 1.37.1 NEWS | 7 +++++++ 1 file changed, 7 insertions(+) commit 684ad511842194ce6428ea26f6eeab0df9f6c78c Author: Matthias Clasen Date: Mon Jun 22 09:00:54 2015 -0400 Add new symbol to .def pango/pango.def | 1 + 1 file changed, 1 insertion(+) commit 747fbdb28b7f10265ff1bbbbc456163a3d2506b1 Author: Matthias Clasen Date: Mon Jun 22 08:13:33 2015 -0400 Minor documentation update pango/fonts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9732a98819e83ea3b9d20c06181a946711d2f54d Author: Behdad Esfahbod Date: Sat Jun 20 17:57:47 2015 -0700 Add test-feature-tag.markup pango-view/test-feature-tag.markup | 130 +++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) commit 2d40f62bbcfe19fa1714feb24dd1359847ef19e6 Author: Matthias Clasen Date: Fri Jun 19 09:32:50 2015 -0400 Bump version to 1.37.1 This is so I can require a bleeding-edge pango in GTK+ for a font feature demo. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ba53f29f7c2c105becb898d6417a4c160b7fc1e5 Author: Behdad Esfahbod Date: Thu Jun 18 11:49:40 2015 -0700 Bug 738505 - Add fontfeatures support in PangoAttributes and markup https://bugzilla.gnome.org/show_bug.cgi?id=738505 Patch from Matthias Clasen, based on early patch from Akira TAGOH. There's room for improvement in how this is done, but it works now for simple cases, which is what most people will be using it for. Finally! docs/pango-sections.txt | 2 ++ pango-view/Makefile.am | 1 + pango/pango-attributes.c | 51 +++++++++++++++++++++++++++++++++++++----------- pango/pango-attributes.h | 21 +++++++++++++++++++- pango/pango-layout.c | 5 +++++ pango/pango-markup.c | 12 ++++++++++-- pango/pangofc-shape.c | 39 ++++++++++++++++++++++++++++++++++++ 7 files changed, 117 insertions(+), 14 deletions(-) commit dfe7ec760e08485520668ed1e2585c85545fc013 Author: Behdad Esfahbod Date: Sun Jun 7 11:08:13 2015 -0700 Bug 750463 - hexboxes broken for some combining characters Round lsb. pango/pangocairo-render.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit b66375a1cce0f33a565ec3c4a3dc83bbf6ceb640 Author: Behdad Esfahbod Date: Fri Jun 5 14:33:54 2015 -0700 Bug 750463 - hexboxes broken for some combining characters pango/pangocairo-render.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) commit 5e5b6f9388a12803a94fc90fc01c53bca51315ac Author: Behdad Esfahbod Date: Thu Jun 4 11:40:31 2015 -0700 Bug 750383 - Issue in ellipsization when line space is mentioned pango/pango-layout.c | 2 ++ 1 file changed, 2 insertions(+) commit 5ff42dc22274177321ccc698d9388460a2628d2a Author: Kristian Rietveld Date: Fri May 29 22:12:27 2015 +0200 coretext: handle locale set through environment variables pango/pango-language.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) commit ea326fdf0d2c12ef0d4c58882b795caa3f0050bc Author: Kristian Rietveld Date: Fri May 29 21:33:21 2015 +0200 coretext: guard for unset language Fixes bug #750017 pango/pangocoretext-fontmap.c | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-)