commit 640404de481360206d0c08f7528ff14cf9166814 Author: Behdad Esfahbod Date: Tue Nov 17 21:38:53 2009 -0500 Release 1.26.1 NEWS | 12 ++++++++++++ configure.in | 2 +- 2 files changed, 13 insertions(+), 1 deletions(-) commit df2d2ecbedfcc9fd470313c08f3d7edad148a0d1 Author: Behdad Esfahbod Date: Tue Nov 17 21:09:05 2009 -0500 Fix pangocairo-fc fontsize weirdness pango/pangocairo-fcfont.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit d9abcaf566e9cd7f702c98958f99f90fd53b4c0b Author: Behdad Esfahbod Date: Tue Nov 17 19:31:23 2009 -0500 Bug 341481 - pangocairo kerning problem with nonidentity scaling Finally fix this embarrassing bug. The fix is a kludge, but it will be redone for 1.28 (harfbuzz-ng) anyway. pango/pango-ot-buffer.c | 56 +++++++++++++++++++++++++++++++++++++++++----- pango/pangofc-font.c | 19 ++++++++++++++++ pango/pangofc-private.h | 44 ++++++++++++++++++++++++++++++++++++ 3 files changed, 113 insertions(+), 6 deletions(-) commit 4ccabeffc20f899163bf610356871afb197e9bf8 Author: Behdad Esfahbod Date: Tue Nov 17 16:20:42 2009 -0500 Bug 596614 - Pango application receives SIGSEGV on pasting text with U+202E Fixed all modules to reverse glyphs if run is rtl. Except for Hangul module. Fixed pango_shape() to detect that, warn, and reverse. modules/indic/indic-fc.c | 1 + modules/khmer/khmer-fc.c | 1 + modules/thai/thai-fc.c | 1 + modules/tibetan/tibetan-fc.c | 1 + pango/glyphstring.c | 2 -- pango/pango-engine.c | 3 +++ pango/pango-impl-utils.h | 26 +++++++++++++++++++++++++- pango/pango-ot-buffer.c | 23 ++--------------------- pango/shape.c | 34 +++++++++++++++++++++++++++++++--- 9 files changed, 65 insertions(+), 27 deletions(-) commit 718c533d28cb760e45c7b874420b14003445a9c1 Author: Behdad Esfahbod Date: Wed Nov 11 11:57:59 2009 -0500 Fix typo in previous commit pango-view/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 28e179b4f24e11f2af3b739c6c5c3bd560d2de74 Author: Behdad Esfahbod Date: Wed Nov 11 11:03:29 2009 -0500 Bug 587768 - [patch] Don't build pango-view twice Second try. pango-view/Makefile.am | 28 +++++++++++++--------------- 1 files changed, 13 insertions(+), 15 deletions(-) commit 16c3f1d491a04eb8b12f209f97904c7862fbb9db Author: Behdad Esfahbod Date: Tue Nov 10 17:09:31 2009 -0500 Bug 587768 - [patch] Don't build pango-view twice Try to fix parallel build.. pango-view/Makefile.am | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) commit 5f3d21b78679694f76e788e9308062380a0d0c8e Author: Behdad Esfahbod Date: Tue Nov 10 16:44:54 2009 -0500 Remove REBUILD black magic Shouldn't be needed. configure.in | 13 ------------- pango/Makefile.am | 4 ++-- 2 files changed, 2 insertions(+), 15 deletions(-) commit 8e9d153733cac83bfc8ce0c068d2af455d0e9a76 Author: Behdad Esfahbod Date: Tue Nov 3 17:11:53 2009 -0500 Fix leak with non-mmapped fonts pango/pango-ot-info.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bfbe9aea599bc98ffd4640268a66c90d6fa21736 Author: Behdad Esfahbod Date: Thu Oct 29 03:08:42 2009 -0400 [HB] Add glyph_metrics typedef pango/opentype/hb-font.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit cdb7383be41b4ace0e6d9f3a05ac3983e8d4eaf0 Author: Behdad Esfahbod Date: Thu Oct 29 03:05:18 2009 -0400 [HB] Add point_index to get_contour_point() Pointed out by Keith Stribley on HarfBuzz list. pango/opentype/hb-font.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 44164ee60f5ef2fc4f7a03846b60d72eb67ecb0e Author: Behdad Esfahbod Date: Thu Oct 29 03:00:44 2009 -0400 [HB] Fix lookup_flag ignoring Reported by Keith Stribley on HarfBuzz list. pango/opentype/hb-ot-layout-common-private.hh | 1 + pango/opentype/hb-ot-layout.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) commit 078b2d5b20c4c9e8b3f0a11d1d40e5510ef94cf6 Author: Behdad Esfahbod Date: Fri Oct 23 16:45:36 2009 -0400 Bug 594101 - [Indic] character class data updates to support unicode 5.1 Add classification for new characters. Patch from Parag AN. modules/indic/indic-ot-class-tables.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 1038b7959944dd25d7c2a76a3c769eb26b5fd6a2 Author: Behdad Esfahbod Date: Thu Oct 22 17:24:21 2009 -0400 Allow using uninstalled glib Reported by mpsuzuki on gtk-i18n-list on 2009-10-09. configure.in | 5 +++++ pango/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) commit 72b3642ec8f689eee5463ae8675323d91496238e Author: Behdad Esfahbod Date: Thu Oct 22 17:17:38 2009 -0400 [configure] Allow using uninstalled cairo Reported by mpsuzuki on gtk-i18n-list on 2009-10-16. configure.in | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit 8598817414ab8bde6c218c6255faf378597394ea Author: Behdad Esfahbod Date: Wed Oct 21 18:26:27 2009 -0400 Update from vte git.mk | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 6cf73f0034b6db8f10a5cdc096c7a5d1ac53af94 Author: Behdad Esfahbod Date: Mon Oct 5 15:31:31 2009 -0400 Typo pango/pangocairo-font.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8299e480df42f0c1c6481a87c83a6497e76856f0 Author: Behdad Esfahbod Date: Wed Sep 30 16:35:40 2009 -0400 Bug 596837 - Typo in pango_cairo_show_layout documentation pango/pangocairo-render.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)