commit 364548d8014ba4e29b486a5d430f23415f27742e
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 24 16:52:05 2009 -0400

    Release 1.25.5

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

commit 3831dec6ed827fb7854743413b1936ab65b578b3
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 20 15:26:12 2009 -0400

    Update git.mk

 git.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4c68b4bf575e6d02c658507374c9fb3cb0f958c6
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 20 14:01:37 2009 -0400

    Bug 592484 -  invalid write in HB

    Fix off-by-one.

 pango/opentype/hb-ot-layout.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 48d7faba771a738504e0c431c29458cac305275f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 20 13:07:50 2009 -0400

    [HB][glib] Make glib unicode funcs static

 pango/opentype/hb-glib.c |   36 +++++++++++++++++-------------------
 1 files changed, 17 insertions(+), 19 deletions(-)

commit c18e50d95f6283031e9fe365d914bdcc85f339cc
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 19 18:16:50 2009 -0400

    [HB] Fix more casts

 pango/opentype/hb-open-type-private.hh |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 6f73b497a2f4d22611a136ef360b68a78547074f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 19 18:07:36 2009 -0400

    [HB] Rename CAIRO_ in macro prefix to HB_

    Hiss!

 pango/opentype/hb-private.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 392f1f1ddb24c0e7d1d64ee8d36c739ac6482b81
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 19 16:45:41 2009 -0400

    [HB] Remove HB_MEMORY_MODE_READONLY_NEVER_DUPLICATE

    Unlike the rest of the memory-mode enum, this one didn't only
    describe the access mode of the input memory region.  Remove it.

    If someone wants to inhibit duplicating, they can lock the blob
    and throw away the key.

    Based on mailing list discussion with Carl Worth.

 pango/opentype/hb-blob.c |   51
 ++++++++++++++++++++++-----------------------
 pango/opentype/hb-blob.h |    1 -
 2 files changed, 25 insertions(+), 27 deletions(-)

commit 446d7a2cce64aeee26b94f59a3f518e61c6d5c41
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 19 16:17:24 2009 -0400

    [HB] s/writeable/writable/g

 pango/opentype/hb-blob.c               |   38
 ++++++++++++++++----------------
 pango/opentype/hb-blob.h               |   10 ++++----
 pango/opentype/hb-open-type-private.hh |    6 ++--
 pango/pango-ot-info.c                  |    4 +-
 4 files changed, 29 insertions(+), 29 deletions(-)

commit 2bd2cd6ed88671df1d7db1ede9a8c02208cb8f48
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 19 16:07:40 2009 -0400

    [HB] Hide lig_id and component members of hb_glyph_info_t

 pango/opentype/hb-buffer.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 34810eedcd0fe0c5347a69e511a16b27ef0499d6
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 19 14:45:24 2009 -0400

    [HB] Fix typo

 pango/opentype/hb-font.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0a8034ea52c1297e330e75ce5cccb3a6bf602fff
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 18 18:37:36 2009 -0400

    [HB] Add font funcs prototypes

 pango/opentype/hb-font-private.h |    2 --
 pango/opentype/hb-font.cc        |   14 ++++++--------
 pango/opentype/hb-font.h         |   23 ++++++++++++++++-------
 3 files changed, 22 insertions(+), 17 deletions(-)

commit 82edd870bd4a86ceaeea93afc59e5c3096c740c9
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 18 16:41:59 2009 -0400

    Fix a few other pedantic warnings

 pango/opentype/hb-ot-layout-common-private.hh |    2 +-
 pango/opentype/hb-ot-layout-gdef-private.hh   |    2 +-
 pango/opentype/hb-ot-layout-gpos-private.hh   |    4 ++--
 pango/opentype/hb-ot-layout-gsub-private.hh   |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit f397c67d5b23b35b6488c00b821f727d2e67cab4
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 18 16:38:48 2009 -0400

    [HB] Fix pedantic warnings

 pango/opentype/hb-blob.h           |    2 +-
 pango/opentype/hb-buffer-private.h |   18 +++++++++---------
 pango/opentype/hb-buffer.h         |    6 +++---
 3 files changed, 13 insertions(+), 13 deletions(-)

commit 6ace51e45c90184fe62ad3efbb0d84fd8e415fde
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 18 16:32:31 2009 -0400

    [HB] Fix more wrong method signatures

 pango/opentype/hb-ot-layout-common-private.hh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 602c83982359f98916967dc88da6b5731fc06798
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 18 16:27:48 2009 -0400

    [HB] Fix wrong method signature

 pango/opentype/hb-ot-layout-common-private.hh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8f6e589aaab62f384c6c8dbc4d0087147bc22237
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 18 15:49:23 2009 -0400

    Bug 592194 -  Fix missing _SC_PAGE_SIZE macro

    Autoconfiscate a simple call to mprotect() even more.

 configure.in             |    1 +
 pango/opentype/hb-blob.c |   94
 +++++++++++++++++++++++++++++----------------
 2 files changed, 61 insertions(+), 34 deletions(-)

commit a90b692a43bc94a7d204ff36422e3b0b3c5ba27d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 17 19:16:53 2009 -0400

    Release 1.25.4

 NEWS         |   13 +++++++++++++
 configure.in |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)

commit cad422da3d653dae3f55eb9fc93d09b8a9530c9d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 17 19:13:30 2009 -0400

    AM_V_GEN ChangeLog too

 Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit d4f8da3f4855db24484a8924d883df362561b7ce
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 17 18:39:00 2009 -0400

    Bug 592131 -  Add AM_SILENT_RULES

    And sprinkle some $(AM_V_GEN) around. Silent rules are disabled by
    default.

 configure.in           |    1 +
 modules/Makefile.am    |    2 +-
 pango-view/Makefile.am |    3 +--
 pango/Makefile.am      |   44
 ++++++++++++++++++++++----------------------
 4 files changed, 25 insertions(+), 25 deletions(-)

commit caed415f553a60176b33e30ee37e891cb720e9c6
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 17 18:29:37 2009 -0400

    Make pango_interface_age automatic

    For unstable releases, we act as if each micro release has new API.
    For stable releases, no micro release adds new API.

 configure.in |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 5f256c2fd14b2cd18978a3963c8b49a2b68966f5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 17 17:10:04 2009 -0400

    [introspection] Don't this gir files, really

 pango/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 59fbdf8efd88d72c587dc55a22b6eabd7184284b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 17 17:07:12 2009 -0400

    [Makefile] Remove GIR files from EXTRA_DIST

 pango/Makefile.am |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 078300ef69ab0855a7cc39503880cbc8b2e23494
Author: Colin Walters <walters@verbum.org>
Date:   Mon Aug 17 16:50:57 2009 -0400

    Re-enable introspection, delete PangoX

    This patch relies on the latest GObject Introspection; bump
    requirement to 0.6.4.

    First, delete the PangoX.gir since it's "incredibly deprecated"
    in Owen's words =)

    Next, clean up the PangoCairo.gir logic; we need to include the .gir
    for the relevant font backend (currently just FT2), because the
    font object gets expanded.

 configure.in      |    2 +-
 pango/Makefile.am |   69
 ++++++++++++++++++++--------------------------------
 2 files changed, 28 insertions(+), 43 deletions(-)

commit f1d8d01c81b10a8c5ed47fef7a3fba10aa66140c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 17 16:48:13 2009 -0400

    [HB] Avoid int overflow in GPOS

    Bug 592036 - integer overflow bug causes misrendering of Nepali
    characters

 pango/opentype/hb-ot-layout-gpos-private.hh |   20 ++++++++++----------
 pango/opentype/hb-private.h                 |    3 +++
 2 files changed, 13 insertions(+), 10 deletions(-)

commit a465d3c1854033f2c3c05616bde7762ff0cf2d5b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Aug 14 19:37:18 2009 -0400

    [HB] Simplify loop

 pango/opentype/hb-ot-layout-gpos-private.hh |   31
 ++++++++++++--------------
 1 files changed, 14 insertions(+), 17 deletions(-)

commit 400a17544e80d46ef9d7aaca4d1c33a6e11f5f97
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Aug 14 19:33:24 2009 -0400

    [HB] Merge mark positionin code between three types of lookups

 pango/opentype/hb-ot-layout-gpos-private.hh |   95
 ++++++++------------------
 1 files changed, 29 insertions(+), 66 deletions(-)

commit ae76417677db1d7a8daf454bf043269479b7910d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Aug 14 18:42:42 2009 -0400

    [HB] More minor shuffling

 pango/opentype/hb-open-type-private.hh        |    3 ---
 pango/opentype/hb-ot-layout-common-private.hh |    5 +++++
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 1b91a23d57d1aef4349f28e0154aff68ad855357
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Aug 14 18:40:56 2009 -0400

    [HB] Move code around

 pango/opentype/hb-open-type-private.hh        |   21
 +++++++++++++++++++++
 pango/opentype/hb-ot-layout-common-private.hh |   19 -------------------
 2 files changed, 21 insertions(+), 19 deletions(-)

commit 165203e4f57c39d292f4a010561948b58c6196ab
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Aug 14 18:32:56 2009 -0400

    [HB] Correctly sanitize LigatureAttach

 pango/opentype/hb-open-type-private.hh        |   14 ++++++++++----
 pango/opentype/hb-ot-layout-common-private.hh |    4 ++++
 pango/opentype/hb-ot-layout-gdef-private.hh   |    4 ++--
 pango/opentype/hb-ot-layout-gpos-private.hh   |    6 +++---
 4 files changed, 19 insertions(+), 9 deletions(-)

commit 8aa69042d86497c1dd45bd4ad89e7f0e247f244f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Aug 14 18:14:03 2009 -0400

    [HB] Simplify MarkBase and MarkLig too

 pango/opentype/hb-ot-layout-gpos-private.hh |  127
 ++++++++++-----------------
 1 files changed, 48 insertions(+), 79 deletions(-)

commit 279a5bd1bbd085493a1ce882274481a80a443e46
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Aug 14 17:53:31 2009 -0400

    [HB] Simplify MarkMark

 pango/opentype/hb-ot-layout-gpos-private.hh |   29
 ++++++++++++++------------
 1 files changed, 16 insertions(+), 13 deletions(-)

commit 10bc378f81fb2fd21fd7ef5f8d6242ad18b88132
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Aug 14 17:31:16 2009 -0400

    [HB] Fix possible int overflows during sanitize

 pango/opentype/TODO                         |    1 -
 pango/opentype/hb-open-type-private.hh      |   22 ++++++++++++++++++++++
 pango/opentype/hb-ot-layout-gpos-private.hh |   15 ++++++++-------
 3 files changed, 30 insertions(+), 8 deletions(-)

commit 23dd984c1647179d8431c0879e8477f52a626ed0
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Aug 14 16:41:00 2009 -0400

    [HB] Debug output for SANITIZE_MEM()

 pango/opentype/hb-open-type-private.hh |   34
 +++++++++++++++++++++----------
 1 files changed, 23 insertions(+), 11 deletions(-)

commit 397196a3758a4f0e645df876937ccc88d529b865
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Aug 14 16:25:33 2009 -0400

    [HB] Use inline function for SANITIZE_MEM()

 pango/opentype/hb-open-type-private.hh |   33
 +++++++++++++++++++------------
 1 files changed, 20 insertions(+), 13 deletions(-)

commit 6e5affe549e571c4bfa46be48963001bcc1b3d74
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Aug 14 16:17:32 2009 -0400

    [HB] Use SANITIZE_THIS() when applicable

 pango/opentype/hb-open-type-private.hh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 578e321d3b5a08b86e6f1576f09973a94924e448
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Aug 14 16:12:22 2009 -0400

    [HB] Add note about auditing sanitize code for overflows

 pango/opentype/TODO                         |    1 +
 pango/opentype/hb-ot-layout-gpos-private.hh |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit d683b37b8817aef334281aada550bf8974fde1a8
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 13 17:13:25 2009 -0400

    [HB] Add empty hb_shape() API

 pango/opentype/Makefile.am |    2 +
 pango/opentype/hb-shape.c  |   40 +++++++++++++++++++++++++++++++++
 pango/opentype/hb-shape.h  |   53
 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 95 insertions(+), 0 deletions(-)

commit f4868084a55e3abd0b45ee2fb7b477e038a81d1a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 13 11:47:08 2009 -0400

    [HB] Bitfield packing *is* very delicate

    Fix the second instance.

 pango/opentype/hb-buffer.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ea608c0bd7721d3019bed7ef2472289b1ea6fa53
Author: David E. Hollingsworth <deh@curl.com>
Date:   Thu Aug 13 15:55:50 2009 +0300

    [basic-win32] Increase performance of Uniscribe code

    A few weeks ago I reported a performance issue regarding the use of
    Uniscribe in the win32 basic shaper.

    It turns out that the issue was with the use of Uniscribe's
    SCRIPT_CACHE.  Despite the name, this value is for caching
    per-font-plus-size values, not per-script values.  See:

      http://msdn.microsoft.com/en-us/library/dd317726(VS.85).aspx

    Since shaping occurs on runs containing a single font, we only need
    one SCRIPT_CACHE in uniscribe_shape.  I'm including a patch below that
    does this.  With the patch applied, the time for one of my tests went
    from 20s to .3s.

 modules/basic/basic-win32.c |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

commit b4f10583ea84d02ed0278fc2cb2846aaf075864d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 13 05:25:23 2009 -0400

    Bug 591511 – hh-blob.c does not compile using mingw on windows

    Check for sys/mman.h, not mprotect().

 configure.in             |    2 +-
 pango/opentype/hb-blob.c |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 87f9fedcd27baa62043cb59b03dfd5ce0a9214db
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 13 05:20:46 2009 -0400

    [HB] Fix buffer sizing issue with mingw gcc

    Bit field packing is a delicate field.  Issue reported in comment
    3 here:
    http://bugzilla.gnome.org/show_bug.cgi?id=591511

 pango/opentype/hb-buffer-private.h |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit c4f35720bc1310c37b41af134dace628ff35a221
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 19:56:26 2009 -0400

    Release 1.25.3

 NEWS         |   16 ++++++++++++++++
 configure.in |    4 ++--
 2 files changed, 18 insertions(+), 2 deletions(-)

commit 4770396ca172bab95dd4d0b34a272816f1b26922
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 19:45:50 2009 -0400

    Bug 591413 – needs to link with libstdc++

    Enforce -fno-exceptions better.

 configure.in               |   29 ++++++++++++++++++++++++++---
 pango/opentype/Makefile.am |    2 +-
 2 files changed, 27 insertions(+), 4 deletions(-)

commit 7380a171e933b8690146d2976caf0c5abafbed91
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 19:36:29 2009 -0400

    Bug 591511 – hb-blob.c does not compile using mingw on windows

    Only call mprotect() when available.  For optimal performance, a win32
    way to make memory writeable needs to be added.

 configure.in             |    3 ++-
 pango/opentype/hb-blob.c |    8 ++++++++
 2 files changed, 10 insertions(+), 1 deletions(-)

commit 2059465b5d9440126d99a78aae7f785d89572194
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 19:23:16 2009 -0400

    [HB] Add comment

 pango/opentype/hb-buffer-private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7b1b94b255d616759672b03b2cf4b88aa013271a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 18:36:36 2009 -0400

    New public API: pango_glyph_item_get_logical_widths()

 docs/pango-sections.txt  |    1 +
 docs/tmpl/glyphs.sgml    |   10 +++++++
 pango/glyphstring.c      |   39 +++--------------------------
 pango/pango-glyph-item.c |   60
 ++++++++++++++++++++++++++++++++++++++++++++++
 pango/pango-glyph-item.h |    3 ++
 pango/pango-layout.c     |    5 +--
 pango/pango.def          |    1 +
 7 files changed, 81 insertions(+), 38 deletions(-)

commit 1f1b4df1d08f5b9a8e85d9282240aaaf3d8d8023
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 18:13:37 2009 -0400

    Fix compiler warnings

 pango/pangoft2.c      |    2 +-
 pango/pangoxft-font.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a38803a01f9e7f0cddd98c9b14ce8f9c1d878620
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 18:11:03 2009 -0400

    Remove G_GNUC_PURE attr from pango_glyph_string_get_width()

    Since the glyph widths can be adjusted directly.

 pango/pango-glyph.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 075e9925cc9d4675e5a6be65e599e4ee97f2d018
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 17:50:19 2009 -0400

    [OT] Enlarge lookup array

    We'll fix it properly later when ruleset logic is moved into HarfBuzz.
    In the mean time, IranNastaliq was hitting the 100 limit.

 pango/pango-ot-info.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 68b88d292b4be0bffe321c3da84891c4a7b3ba6f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 16:51:46 2009 -0400

    [layout] clear state->log_widths after freeing

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

commit 1e53d4d5904445c740a374ea8492935f95bf1654
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 16:50:28 2009 -0400

    [HB] Always clear positions if dirty, before returning to user

 pango/opentype/hb-buffer.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 141dfa186403bb22e1e3875fdc263d402b2abb1d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 16:47:27 2009 -0400

    [HB] Fix _hb_buffer_next() when positioning

    We were copying glyphs to output.  This should not happen when in
    GPOS.  Back then it was fine, then some optimizations broke then
    assumption.

 pango/opentype/hb-buffer-private.h |    1 +
 pango/opentype/hb-buffer.c         |   12 ++++++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

commit 996eab4e5f35432692fc76939a2f586a1298c1da
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 15:55:23 2009 -0400

    [HB] Fixed signedness warnings

 pango/opentype/hb-open-type-private.hh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4d5bd658c7b78392d24ad4cc82d800b6d0fc8434
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 15:48:44 2009 -0400

    [HB] Ouch.  Fix compilation.

 pango/opentype/hb-ot-layout-gpos-private.hh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ebdcfbeb5aeb3e827326844f2f942570e503e26a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 12 15:40:04 2009 -0400

    [HB] Fix invalid access / overflow on x86-64

    Bug 591557 – [HB] crash scrolling the evolution message list
    Bug 591576 – crashed with SIGSEGV at pango

 pango/opentype/hb-ot-layout-gpos-private.hh |   21 ++++++++++++---------
 pango/opentype/hb-ot-layout-gsub-private.hh |    2 --
 2 files changed, 12 insertions(+), 11 deletions(-)

commit 6b7265c4d6fab1181d0453a845b67ab53fb19d2e
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 11 17:06:57 2009 -0400

    Bug 591465 – Gimp crashes upon opening the font selection dialog

    Initialize count variables.

 pango/pango-ot-info.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit c556ca970a90850b6c6a96033bb862e1ceb00866
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 11 11:13:04 2009 -0400

    [doc] Update doc templates

 docs/tmpl/atsui-fonts.sgml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit c99c7784e5c65e9c67721ec7335bce57cbd59fe3
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 11 10:29:49 2009 -0400

    Release 1.25.2

 NEWS         |    8 ++++++++
 configure.in |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 6035823cb335de9b05c4446935ea1d09d58c8921
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 11 10:31:22 2009 -0400

    [doc] Update for ATSUI change

    Bug 562100 – docs check fails

 docs/pango-sections.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 954319c6eb2eb3dc74a3e271ee5ae6f1ce12ee32
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 11 10:09:19 2009 -0400

    Bug 591409 – crash in firefox.  Handle non-mmapped FT_Face

 pango/pango-ot-info.c |   50
 +++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 40 insertions(+), 10 deletions(-)

commit 620858ee966c7999b206dd3a883542a1057a8d41
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 23:50:51 2009 -0400

    [HB] Add hb_font_funcs_make_immutable()

 pango/opentype/hb-font-private.h |    4 ++++
 pango/opentype/hb-font.cc        |   17 +++++++++++++++--
 pango/opentype/hb-font.h         |    3 +++
 3 files changed, 22 insertions(+), 2 deletions(-)

commit 3f57b1a9e78a50651a6dcca7443085bf9fc307b2
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 23:45:57 2009 -0400

    [HB] Add missing initializer

 pango/opentype/hb-font.cc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 106c0db2c0d88d956a3e2184259c19948d9ea4b5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 23:40:28 2009 -0400

    [OT] Hookup glib unicode funcs

 pango/opentype/hb-buffer.c     |   14 +++++++-------
 pango/opentype/hb-glib.c       |    4 +++-
 pango/opentype/hb-glib.h       |    4 ++--
 pango/opentype/hb-ot-layout.cc |   10 +++++-----
 pango/opentype/hb-private.h    |    2 +-
 pango/pango-ot-info.c          |    2 ++
 pango/pango-ot-private.h       |    1 +
 7 files changed, 21 insertions(+), 16 deletions(-)

commit 5586ef604f0212f8edebbbffbe7596d3bdca3474
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 23:35:05 2009 -0400

    [HB] Add hb-glib

 pango/opentype/Makefile.am          |    4 ++-
 pango/opentype/hb-glib.c            |   56
 +++++++++++++++++++++++++++++++++++
 pango/opentype/hb-glib.h            |   41 +++++++++++++++++++++++++
 pango/opentype/hb-unicode-private.h |    2 +-
 pango/opentype/hb-unicode.c         |   10 +++---
 pango/opentype/hb-unicode.h         |    6 ++--
 6 files changed, 109 insertions(+), 10 deletions(-)

commit e434cc3d4f720a453eaff20f8d6ab61ae098c4a0
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 23:25:28 2009 -0400

    [HB] Add hb_unicode_funcs_make_immutable()

 pango/opentype/hb-unicode-private.h |    2 ++
 pango/opentype/hb-unicode.c         |   22 +++++++++++++++++-----
 pango/opentype/hb-unicode.h         |    2 ++
 3 files changed, 21 insertions(+), 5 deletions(-)

commit 8b3ad4afc0ce0f4db72142e1a6ee7883e5702dd6
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 23:21:33 2009 -0400

    [HB] Use nil unicode funcs in nil face

 pango/opentype/hb-font.cc           |    7 ++++---
 pango/opentype/hb-unicode-private.h |    3 +++
 pango/opentype/hb-unicode.c         |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

commit 4c1f130ea8328ff492e72b9a0eebbe6a083d7b7a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 23:05:05 2009 -0400

    [HB] Initialize unicode funcs to nil getters

 pango/opentype/hb-unicode.c |   29 +++++++++++++++++++----------
 1 files changed, 19 insertions(+), 10 deletions(-)

commit f2fab897d32061d9a0329384cd4b0fd71748ea97
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 22:58:56 2009 -0400

    [HB] Flesh out Unicode funcs

 pango/opentype/hb-object-private.h  |    2 +-
 pango/opentype/hb-unicode-private.h |   12 +++----
 pango/opentype/hb-unicode.c         |   67
 ++++++++++++++++++++++++++++++----
 pango/opentype/hb-unicode.h         |    3 --
 4 files changed, 65 insertions(+), 19 deletions(-)

commit cedd227822a0c8540fff4152b302e4d701fcac81
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 22:47:57 2009 -0400

    [HB] Implement buffer UTF-X input

 pango/opentype/hb-buffer.c |  110
 ++++++++++++++++++++++++++++++++++++++++++++
 pango/opentype/hb-buffer.h |   12 ++--
 2 files changed, 116 insertions(+), 6 deletions(-)

commit 640709e6008ffcd9dc969aec71fcd717acbb8797
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 21:10:37 2009 -0400

    [HB] Add buffer UTF-X API

 pango/opentype/hb-buffer.h |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

commit dfa2cfce0dac5ba1d9f87aea5ff3ab3ed36be6ce
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 20:59:25 2009 -0400

    [HB] Add hb_buffer_reverse()

 pango/opentype/hb-buffer.c |   32 +++++++++++++++++++++++++++++---
 pango/opentype/hb-buffer.h |    7 +++++++
 2 files changed, 36 insertions(+), 3 deletions(-)

commit 200ba28b0f0e1b90e5f958960b62b0fe657be3ba
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 20:24:49 2009 -0400

    [HB] Reuse the positions array as alt string array

 pango/opentype/hb-buffer-private.h |    1 -
 pango/opentype/hb-buffer.c         |   28 +++++++++-------------------
 2 files changed, 9 insertions(+), 20 deletions(-)

commit a6abd02a45946959a4f3c64fb25cb84d83913e2a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 20:05:16 2009 -0400

    [HB] Start adding Unicode funcs

 pango/opentype/Makefile.am          |    3 +
 pango/opentype/hb-font-private.h    |   29 +----
 pango/opentype/hb-font.cc           |  163 +++++++-------------------
 pango/opentype/hb-font.h            |  140 ++++++++---------------
 pango/opentype/hb-unicode-private.h |   54 +++++++++
 pango/opentype/hb-unicode.c         |   89 ++++++++++++++
 pango/opentype/hb-unicode.h         |  220
 +++++++++++++++++++++++++++++++++++
 pango/pango-ot-info.c               |    2 +-
 8 files changed, 464 insertions(+), 236 deletions(-)

commit 0934f1596280945c07c733cdc81acb3275835a53
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 19:00:36 2009 -0400

    [HB] Put C++ inline's back

    Apparetly in C++, inline means a totally different thing.

 pango/opentype/hb-open-file-private.hh          |   14 +++++++-------
 pango/opentype/hb-open-type-private.hh          |   16 ++++++++--------
 pango/opentype/hb-ot-layout-common-private.hh   |   12 ++++++------
 pango/opentype/hb-ot-layout-gdef-private.hh     |    4 ++--
 pango/opentype/hb-ot-layout-gpos-private.hh     |   12 ++++++------
 pango/opentype/hb-ot-layout-gsub-private.hh     |   12 ++++++------
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |   12 ++++++------
 7 files changed, 41 insertions(+), 41 deletions(-)

commit 5a53c4d3c134dfc502a91783106374e6e158b225
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 14:45:44 2009 -0400

    Add CXX check to configure

 configure.in |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

commit b2ff4fa41d33af6c3f784d26667d5aa2ad81ebd3
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 13:57:02 2009 -0400

    [HB] Don't override CXX compiler

    Just add couple of options to it (still assuming gcc)

 pango/opentype/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit e6e9681411d07bbbca4c2c00052896aab3459fef
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 11:50:30 2009 -0400

    Release 1.25.1

 NEWS         |   18 ++++++++++++++++++
 configure.in |    4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)

commit a2017573b50a7b739dab20f343a60ee7e2ea322f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 11:57:15 2009 -0400

    [OT] Remove list of private (and gone) symbols from public def file

    Oops!

 pango/pangoft2.def |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 7eea3552420ab23562c44777fceba91f5da5d883
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 11:49:57 2009 -0400

    Revert "Build introspection again"

    This reverts commit 853f3ddd12ea2fbf3bed551ebfd542536e7f42e0.
    The introspection stuff doesn't hook into the build system correctly
    and hence breaks "distcheck".  Need to look into it again.

 pango/Makefile.am |   31 ++++++++++++++++---------------
 1 files changed, 16 insertions(+), 15 deletions(-)

commit f5a10f5ce603cdd7dc70513c09975ca0535089b2
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 10 09:35:11 2009 -0400

    [HB] Indent

 pango/opentype/hb-ot-layout.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 7736059a852b4951ae2a14f02bb552262dd179fd
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Aug 9 22:25:17 2009 -0400

    [HB] Remove unused code

 pango/opentype/hb-ot-layout-gdef-private.hh |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

commit 845e7a7a35bd65af32a188b6cf89adb611ac35bc
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Aug 9 22:10:39 2009 -0400

    [HB] Add a NEXT() macro

 pango/opentype/hb-open-type-private.hh          |    2 +
 pango/opentype/hb-ot-layout-common-private.hh   |    4 +-
 pango/opentype/hb-ot-layout-gsub-private.hh     |    8 +++---
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |   24
 +++++++++++-----------
 4 files changed, 20 insertions(+), 18 deletions(-)

commit 4cd222b23494b2dd3511169be90f382922c5f210
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Aug 9 18:31:47 2009 -0400

    [HB] Remove done TODO item

 pango/opentype/TODO |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 88bfabba705331762f369364bbb38becf56d83ed
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Aug 9 13:05:08 2009 -0400

    [HB] Print mark sets in main.cc

 pango/opentype/main.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 0956094754c054a9cafc7ead4bac24ca2c77439a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 8 16:57:27 2009 -0400

    [HB] Remove hb_ot_layout_table_find_feature()

    That function doesn't make much sense as multiple features in the
    table may
    have the same tag.

 pango/opentype/hb-ot-layout.cc |   16 ----------------
 pango/opentype/hb-ot-layout.h  |    6 ------
 2 files changed, 0 insertions(+), 22 deletions(-)

commit 3616d0b02412d86aa8d2370e67002c2ef5b31da3
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 8 16:53:23 2009 -0400

    [HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t

 pango/opentype/TODO                         |    1 -
 pango/opentype/hb-buffer-private.h          |    4 +-
 pango/opentype/hb-buffer.c                  |   12 ++++----
 pango/opentype/hb-buffer.h                  |    4 +-
 pango/opentype/hb-common.h                  |    1 +
 pango/opentype/hb-ot-layout-gpos-private.hh |   12 ++++----
 pango/opentype/hb-ot-layout-gsub-private.hh |   14 +++++-----
 pango/opentype/hb-ot-layout.cc              |   18 +++++++-------
 pango/opentype/hb-ot-layout.h               |   34
 +++++++-------------------
 pango/pango-ot-info.c                       |    4 +-
 10 files changed, 44 insertions(+), 60 deletions(-)

commit 005058069f1638e207859c2898129fd1375458d7
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 8 16:37:22 2009 -0400

    [HB] Fix bug introduced recently

 pango/opentype/hb-open-type-private.hh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c899bfddd1aaa0f0b4242910080f80a9889cb27c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Fri Aug 7 19:46:30 2009 -0400

    [HB] Remove clumsy macros and improve API

 pango/opentype/TODO                             |    2 -
 pango/opentype/hb-open-file-private.hh          |   41 ++++++-
 pango/opentype/hb-open-type-private.hh          |  104 +----------------
 pango/opentype/hb-ot-layout-common-private.hh   |  103 ++++++++++++----
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |   35 +++++-
 pango/opentype/hb-ot-layout.cc                  |  146
 ++++++++---------------
 pango/opentype/hb-ot-layout.h                   |  101 +++++++---------
 pango/pango-ot-info.c                           |   96 ++++++----------
 8 files changed, 274 insertions(+), 354 deletions(-)

commit ca89182f510d3627526b3f5e7379ce5a89440354
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 18:34:47 2009 -0400

    [HB] Fix various XXX issues

 pango/opentype/hb-open-type-private.hh      |   13 ++++++++++---
 pango/opentype/hb-ot-layout-gdef-private.hh |    5 ++---
 2 files changed, 12 insertions(+), 6 deletions(-)

commit eb3029af018c1e70a3bc387fee6a9fa7373d06c4
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 18:28:45 2009 -0400

    [HB] Remove unused var

 pango/opentype/hb-ot-layout-private.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit a5e0c175ef3b63b3db53ff861f8847ffe9cea03d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 18:28:00 2009 -0400

    [HB] Remove another stale XXX

 pango/opentype/hb-ot-layout.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 2b067b28aee93c2275644b0a1dc3b04ad751bda6
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 18:27:28 2009 -0400

    [HB] Rebrand XXX as TODO

 pango/opentype/hb-open-file-private.hh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit bdf7aec5550061d8924673dbebda0221eec45dfd
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 18:26:38 2009 -0400

    [HB] Remove stale XXX

 pango/opentype/hb-blob.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 374f30c9d62a0559d71bbd610b10249d049e7778
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 18:24:55 2009 -0400

    [HB] Fix unaligned access

 pango/opentype/hb-open-type-private.hh |   20 +++++++++++++++++---
 pango/opentype/hb-private.h            |   22 ++++++++++++++++++++++
 2 files changed, 39 insertions(+), 3 deletions(-)

commit d653b893b1cf5def17dda4dbcb1e0e70e8f1bae2
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 14:28:18 2009 -0400

    [HB] Remove a few 'inline's, though the compiler mostly ignores them

 pango/opentype/hb-open-file-private.hh          |    1 -
 pango/opentype/hb-open-type-private.hh          |   16 ++++++++--------
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |    6 +++---
 3 files changed, 11 insertions(+), 12 deletions(-)

commit d898dc6ff2a2ebdfcccef59ec3c044b7542b1009
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 13:33:51 2009 -0400

    [HB] Fix blob to use a actual mutex

 pango/opentype/hb-blob.c           |  125
 ++++++++++++++++++++++++++----------
 pango/opentype/hb-object-private.h |    4 +-
 pango/opentype/hb-private.h        |   20 ++++--
 3 files changed, 106 insertions(+), 43 deletions(-)

commit 991de7d8d973cf914b4038348370c2ad86c7ce7f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 12:32:35 2009 -0400

    [HB] Use glib again

 pango/opentype/Makefile.am         |    5 ++-
 pango/opentype/hb-blob.c           |    4 +-
 pango/opentype/hb-object-private.h |   19 ++++----------
 pango/opentype/hb-private.h        |   45
 ++++++++++++++++++++---------------
 4 files changed, 37 insertions(+), 36 deletions(-)

commit d29e8fcd57cd62627c4fdbbaf4cbcf2e58c5df89
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 12:12:25 2009 -0400

    [OT] Remove SFNT special-casing.  HB knows how to do that

 pango/pango-ot-info.c |   30 +++++++++++++-----------------
 1 files changed, 13 insertions(+), 17 deletions(-)

commit 6ab6f0042aa081007af8a1ae7e8871c8a6f13ab2
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 10:40:12 2009 -0400

    [OT] Fix crash with non-SFNT fonts

 pango/pango-ot-info.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7a1539df497997a4d97b9d27cfb082454e4ab694
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 10:37:02 2009 -0400

    [OT] Make sure we own face generic data before using it

 pango/pango-ot-info.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 20588ed32aadba157bb2fcf1c8b2447890854234
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 10:27:38 2009 -0400

    [HB] Improve debug output

 pango/opentype/hb-open-type-private.hh |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 6caa02aee9d614077c9ae4b5dfe8fec0058f7356
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Aug 6 10:24:49 2009 -0400

    [HB] Minor

 pango/opentype/hb-private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1761cd11cb12b033df73ae265900733c0d8f4231
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 5 15:35:02 2009 -0400

    [HB] Add a few TODO items

 pango/opentype/TODO |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 895a98508dc408bd232dadb33bb5ac313b96ffbb
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 5 15:27:42 2009 -0400

    [HB] Improve debug output

 pango/opentype/hb-open-type-private.hh |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 1aab84b8b2ed0f35fcf5265e6b8432d8ecc07162
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 5 15:21:48 2009 -0400

    [HB] Fix blob unlock

 pango/opentype/hb-blob.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 77bde84243e5e03ffaf6940678ca920e00eea253
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 5 15:20:34 2009 -0400

    [HB] Improve debug output and fix mprotect bug

 pango/opentype/hb-blob.c               |   57
 +++++++++++++++++++++++++++----
 pango/opentype/hb-open-type-private.hh |   30 ++++++++---------
 pango/opentype/hb-private.h            |    3 +-
 3 files changed, 65 insertions(+), 25 deletions(-)

commit 0fc28b73eb32a6ac7566fb1d4ee0a3e07eac1b16
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 5 14:52:03 2009 -0400

    [HB] Minor

 pango/opentype/hb-private.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit c96b2a6a3b2b2bb106163254b034a8fdcc3081e5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Aug 5 14:49:25 2009 -0400

    [HB] Fix build of main.cc

 pango/Makefile.am          |    4 ++--
 pango/opentype/Makefile.am |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 413af41134a5a1686191fdfe30dab2179f8c042d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 23:43:40 2009 -0400

    [HB] turn debugging off

 pango/opentype/hb-private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f250cc489b961d77e5104c16d030ed495c1c4b46
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 23:42:57 2009 -0400

    Update doc templates

 docs/tmpl/atsui-fonts.sgml |    9 ---------
 docs/tmpl/opentype.sgml    |    2 +-
 2 files changed, 1 insertions(+), 10 deletions(-)

commit 85c2e96bee9c19cec66f2b7fefabcab1bb1fe57f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 23:30:32 2009 -0400

    [HB] Fix another sanitize() bug;  hopefully it's the last one

 pango/opentype/hb-ot-layout-common-private.hh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2e28925934eac99d59ba3a9257071e0e735d0819
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 23:24:35 2009 -0400

    [HB] Fix a couple other sanitize() bugs

 pango/opentype/hb-ot-layout-gpos-private.hh |    4 ++--
 pango/opentype/hb-ot-layout-gsub-private.hh |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 4928a22c1eb696d4f9b2d52837ac229c0eb63307
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 23:01:23 2009 -0400

    [HB] More debugging output

 pango/opentype/hb-open-type-private.hh |   45
 ++++++++++++++++++++++++++++---
 1 files changed, 40 insertions(+), 5 deletions(-)

commit a990ba0d2b8599ee3eab8bea6ac96aec99b1ee1d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 22:55:44 2009 -0400

    [HB] Fix fatal Sanitizer bug

 pango/opentype/hb-open-type-private.hh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7762880223a110e41cb1f1c256564f6809747fb8
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 22:43:47 2009 -0400

    [HB] Add missing sanitize

 pango/opentype/hb-open-file-private.hh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b4c1057497e2498a3391b2536aa1fbc7efe9723a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 22:35:36 2009 -0400

    [HB] Add sanitize debugging facilities

 pango/opentype/hb-open-file-private.hh          |    4 ++
 pango/opentype/hb-open-type-private.hh          |   43
 ++++++++++++++++++++---
 pango/opentype/hb-ot-layout-common-private.hh   |   17 +++++++++
 pango/opentype/hb-ot-layout-gdef-private.hh     |   10 +++++
 pango/opentype/hb-ot-layout-gpos-private.hh     |   28 +++++++++++++++
 pango/opentype/hb-ot-layout-gsub-private.hh     |   18 +++++++++
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |   16 ++++++++
 pango/opentype/hb-private.h                     |    6 +++-
 8 files changed, 136 insertions(+), 6 deletions(-)

commit 076b06fdb85cd64e2a460ccb383b964dee31ebd7
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 22:06:57 2009 -0400

    [HB] Rename open-types to open-type; beauty

 pango/opentype/Makefile.am                    |    2 +-
 pango/opentype/hb-open-file-private.hh        |    2 +-
 pango/opentype/hb-open-type-private.hh        |  565
 +++++++++++++++++++++++++
 pango/opentype/hb-open-types-private.hh       |  565
 -------------------------
 pango/opentype/hb-ot-layout-common-private.hh |    2 +-
 5 files changed, 568 insertions(+), 568 deletions(-)

commit b4cfda4e811852a1ad11aa3686c95600b1d5d0c0
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 21:47:29 2009 -0400

    [HB] Save edit even if not writeable

 pango/opentype/hb-open-types-private.hh |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit c63d3b1b1fbe7a796f2722b467830ce726b78619
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 21:45:40 2009 -0400

    Fix warnings

 pango/pangofc-fontmap.c |    5 +----
 pango/querymodules.c    |    2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

commit 50295f03b7684e5fb72e3446d0ae3dcf3cacb384
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 21:42:23 2009 -0400

    [HB] Fix warnings

 pango/opentype/hb-open-file-private.hh      |    1 +
 pango/opentype/hb-open-types-private.hh     |    5 +++++
 pango/opentype/hb-ot-layout-gsub-private.hh |    3 +--
 3 files changed, 7 insertions(+), 2 deletions(-)

commit cb971493ec7013eaee032cbc6e3f399a413808fb
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 21:35:32 2009 -0400

    [HB] Avoid infinite recusion in Extension sanitize()

 pango/opentype/hb-ot-layout-gpos-private.hh |    1 +
 pango/opentype/hb-ot-layout-gsub-private.hh |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit 23663fe3b506d0f9b44168dcf0b0a80d102b0877
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 21:32:57 2009 -0400

    [HB] Hook Sanitizer up.  Hell's breaking loose right now

 pango/opentype/hb-font.cc               |    7 ++-----
 pango/opentype/hb-open-types-private.hh |    2 +-
 pango/opentype/hb-ot-layout.cc          |   12 ++++++------
 3 files changed, 9 insertions(+), 12 deletions(-)

commit d55d065f2ad518879ae1992f13d1b86e109548a1
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 21:32:06 2009 -0400

    [HB] Fix leak

 pango/opentype/hb-ot-layout.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit c04edb57948948bc2fcb24060bf12bdb6dfcebb9
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 20:52:47 2009 -0400

    [HB] Add Sanitizer

 pango/opentype/hb-open-types-private.hh |   58
 ++++++++++++++++++++++++++++---
 1 files changed, 53 insertions(+), 5 deletions(-)

commit 64563fcff29aeac442f152c4643328730184763a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 20:50:18 2009 -0400

    [HB] Add XXX

 pango/opentype/hb-open-file-private.hh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 02c12b3802bfe4163d1b19a6a3a1daaf947f192d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 20:27:05 2009 -0400

    [HB] Minor cleanup

 pango/opentype/hb-ot-layout-gdef-private.hh     |    2 +-
 pango/opentype/hb-ot-layout-gpos-private.hh     |    2 +-
 pango/opentype/hb-ot-layout-gsub-private.hh     |    2 +-
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |    4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 782943efe043e2bc1ecf973271505471b469f185
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 19:31:02 2009 -0400

    [HB] Shuffle code around

 pango/opentype/hb-open-types-private.hh |  127
 ++++++++++++++++---------------
 1 files changed, 65 insertions(+), 62 deletions(-)

commit d327d7fed4068f0fd69673cbc73b22d57476baa2
Merge: 6a4933a 091be0f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 15:59:23 2009 -0400

    Merge branch 'master' into harfbuzz-ng

commit 6a4933ab14b6786fc7f347f1e1c41c0b038a0a6f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 15:28:49 2009 -0400

    [HB] More sanitize infrastructure

 pango/opentype/hb-open-types-private.hh |   29
 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

commit f92f7d301c7219cc1478759e2a5729cfba821529
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 15:07:24 2009 -0400

    [HB] open-file sanitize()

 pango/opentype/hb-open-file-private.hh  |   46
 ++++++++++++++++++++++++++++---
 pango/opentype/hb-open-types-private.hh |   13 +++++++++
 2 files changed, 55 insertions(+), 4 deletions(-)

commit c436b687c4d9ba59d0badbd8edb37c936cc3bcc9
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 14:42:46 2009 -0400

    [HB] Tag sanitize()

 pango/opentype/hb-open-types-private.hh       |    8 ++++++++
 pango/opentype/hb-ot-layout-common-private.hh |    6 +-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 7e7f9f5a7f6aef9bacd9782b943883e127aae49b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 14:33:23 2009 -0400

    [HB] GDEF sanitize()

 pango/opentype/hb-ot-layout-gdef-private.hh     |   54
 +++++++++++++++++++++++
 pango/opentype/hb-ot-layout-gpos-private.hh     |    2 +-
 pango/opentype/hb-ot-layout-gsub-private.hh     |    2 +-
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |    2 +-
 4 files changed, 57 insertions(+), 3 deletions(-)

commit 091b0e7a2f0799235b95ed80ab35302d1eaf849c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 14:27:56 2009 -0400

    [HB] Fix Extension sanitize()

 pango/opentype/hb-ot-layout-gpos-private.hh     |    3 ++-
 pango/opentype/hb-ot-layout-gsub-private.hh     |    3 ++-
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |    2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

commit 14ac615c743186c8aa86691b99d7fef8bfa73f32
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 14:12:46 2009 -0400

    [HB] Remove stale TODO

 pango/opentype/hb-ot-layout.cc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 7a0a97bc1b8ee09004140fdec8529d52f5702c18
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 14:10:39 2009 -0400

    [HB] Hookup NEUTER()

 pango/opentype/hb-open-types-private.hh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit b2eb172416f9ad32a60bb33a26df6bf40ae69453
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 13:57:41 2009 -0400

    [HB] Fix mix warnings

 pango/opentype/Makefile.am                    |    2 +-
 pango/opentype/hb-font.cc                     |   15 +++------------
 pango/opentype/hb-open-types-private.hh       |    2 +-
 pango/opentype/hb-ot-layout-common-private.hh |    6 +++---
 pango/opentype/hb-ot-layout-gdef-private.hh   |    2 +-
 pango/opentype/hb-ot-layout-gpos-private.hh   |    9 ++++-----
 pango/opentype/hb-ot-layout.cc                |    2 +-
 pango/opentype/main.cc                        |    4 +---
 8 files changed, 15 insertions(+), 27 deletions(-)

commit 36c73171738ce9e51c370ad54753a8f882172e75
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 13:30:49 2009 -0400

    [HB] GPOS sanitize()

 pango/opentype/hb-open-types-private.hh     |   22 +++-
 pango/opentype/hb-ot-layout-gpos-private.hh |  195
 ++++++++++++++++++++++++++-
 pango/opentype/hb-ot-layout-gsub-private.hh |    2 -
 3 files changed, 213 insertions(+), 6 deletions(-)

commit b78fad2673a7477c4ee16ffa416409cd1a2eac5b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 12:26:26 2009 -0400

    [HB] Sanitize DeviceTable

 pango/opentype/hb-open-types-private.hh       |    8 ++++----
 pango/opentype/hb-ot-layout-common-private.hh |   17 ++++++++++++++---
 pango/opentype/hb-ot-layout-gsub-private.hh   |    2 +-
 3 files changed, 19 insertions(+), 8 deletions(-)

commit ff0047094bbea056c99c9b500c10234b579ff0ba
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 12:13:52 2009 -0400

    [HB] More casts

 pango/opentype/hb-ot-layout-gsub-private.hh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7d0dc6328b60b9a1244dca21d1bc2ffe7411f5d3
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 12:05:24 2009 -0400

    [HB] Fix couple of bugs

 pango/opentype/hb-open-types-private.hh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 7c897c7a2452ec740ac434561d2334c72c1ffdd8
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 11:38:50 2009 -0400

    [HB] More cast cleanup

 pango/opentype/hb-open-types-private.hh         |   23 +++++---
 pango/opentype/hb-ot-layout-common-private.hh   |    7 +--
 pango/opentype/hb-ot-layout-gsub-private.hh     |   27 ++++------
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |   64
 ++++++++--------------
 4 files changed, 50 insertions(+), 71 deletions(-)

commit 5e8a31e45cd4b837e1c5e2fa5fb6e78dda1d1df8
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 11:04:32 2009 -0400

    [Hb] Use reinterpret casts instead of direct casts to char *

 pango/opentype/hb-open-file-private.hh          |    4 +-
 pango/opentype/hb-open-types-private.hh         |   19 +++++++---
 pango/opentype/hb-ot-layout-common-private.hh   |    8 ++--
 pango/opentype/hb-ot-layout-gpos-private.hh     |   12 +++---
 pango/opentype/hb-ot-layout-gsub-private.hh     |   20 +++++-----
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |   44
 +++++++++++-----------
 6 files changed, 57 insertions(+), 50 deletions(-)

commit c8c04266568d23e2efa12b7c073562ac7b5b0b2f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 10:41:32 2009 -0400

    [HB] Merge more templates

 pango/opentype/hb-open-types-private.hh |  167
 ++++++++++---------------------
 1 files changed, 55 insertions(+), 112 deletions(-)

commit a501ac401398cc85d2c9695bb2fc41dc4f7efb39
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 10:23:01 2009 -0400

    [HB] Simplify indirect sanitize()

 pango/opentype/hb-open-types-private.hh       |   52
 ++++++++++++-------------
 pango/opentype/hb-ot-layout-common-private.hh |   11 +-----
 2 files changed, 26 insertions(+), 37 deletions(-)

commit 477a991e5e89462fc186cc1d797af7d05ee9fd89
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 02:27:37 2009 -0400

    [HB] Finish GSUB sanitize()

 pango/opentype/hb-ot-layout-gsub-private.hh |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit 8c48985195d3b1cafb7852f2d70b9d82a01d1d78
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 02:14:24 2009 -0400

    [HB] Add comment

 pango/opentype/hb-ot-layout-common-private.hh |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 15e1f268f52a61ebdcdcf0d3c7cd643f897cdcde
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 02:10:48 2009 -0400

    [HB] Optimize sanitize()

 pango/opentype/hb-open-types-private.hh |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit f786c9d501099f3c989fb6e34469381f4be8681f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 02:09:34 2009 -0400

    [HB] More sanitize()

 pango/opentype/hb-open-file-private.hh          |    2 +-
 pango/opentype/hb-open-types-private.hh         |   12 +++--
 pango/opentype/hb-ot-layout-common-private.hh   |   64
 ++++++++++++++++++++---
 pango/opentype/hb-ot-layout-gdef-private.hh     |    2 +-
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |   15 +++++-
 5 files changed, 79 insertions(+), 16 deletions(-)

commit dc6fe7c38db8c74453770d74961e708722d7621e
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Aug 4 00:58:28 2009 -0400

    [HB] Start sanitize()

 pango/opentype/hb-open-types-private.hh         |  105
 ++++++++++++++++++-
 pango/opentype/hb-ot-layout-common-private.hh   |   48 ++++++++-
 pango/opentype/hb-ot-layout-gsub-private.hh     |  125
 ++++++++++++++++++++++-
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |  104
 +++++++++++++++++++
 4 files changed, 376 insertions(+), 6 deletions(-)

commit 2f19c9ae2e1e7f2d13b8e78d09fb992f55caf00b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 3 22:43:02 2009 -0400

    [HB] Remove use of typeof()

 pango/opentype/hb-blob.c           |    4 ++--
 pango/opentype/hb-buffer.c         |    2 +-
 pango/opentype/hb-font.cc          |   14 +++++++-------
 pango/opentype/hb-object-private.h |    4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

commit 832cb0e4680d4274869ee67b84418e5ec06de247
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 3 22:01:47 2009 -0400

    [HB] Make it all work again

 pango/opentype/hb-font.cc             |   23 ++++++++------
 pango/opentype/hb-ot-layout-private.h |    9 ++++--
 pango/opentype/hb-ot-layout.cc        |   51
 ++++++++++++++++-----------------
 3 files changed, 44 insertions(+), 39 deletions(-)

commit b638ece392bb64c1f43767d98ddc3f446b282d43
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 3 21:40:20 2009 -0400

    [HB] Use face_t directly instead of ot_layout_t

 pango/opentype/TODO                             |    1 +
 pango/opentype/hb-font-private.h                |    4 +
 pango/opentype/hb-font.cc                       |   74 ++++++--
 pango/opentype/hb-font.h                        |    3 +
 pango/opentype/hb-object-private.h              |   36 +++--
 pango/opentype/hb-ot-layout-gdef-private.hh     |    2 +
 pango/opentype/hb-ot-layout-gpos-private.hh     |   14 +-
 pango/opentype/hb-ot-layout-gsub-private.hh     |   32 ++--
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |    8 +-
 pango/opentype/hb-ot-layout-private.h           |   40 +++--
 pango/opentype/hb-ot-layout.cc                  |  220
 ++++++++++-------------
 11 files changed, 237 insertions(+), 197 deletions(-)

commit da2a76270a0109111b465ec6ae0041ec09a2b554
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 3 21:27:08 2009 -0400

    [HB] Simplify sub-blob support

 pango/opentype/hb-blob.c |  172
 +++++++++++++++++----------------------------
 pango/opentype/hb-blob.h |   14 +++--
 2 files changed, 74 insertions(+), 112 deletions(-)

commit ab5a714897efa61da57d8a7fc060b57a6ff4991c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Mon Aug 3 17:53:29 2009 -0400

    [HB] Add sub-blobs

 pango/opentype/hb-blob.c |  162
 +++++++++++++++++++++++++++++++++++++++-------
 pango/opentype/hb-blob.h |   12 +++-
 2 files changed, 147 insertions(+), 27 deletions(-)

commit 48cc6e95b7b16c56ebad8636204b0f9599400ac5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Aug 2 20:06:48 2009 -0400

    [HB] Rename hb-font.c to hb-font.cc

 pango/opentype/Makefile.am |    2 +-
 pango/opentype/hb-font.c   |  349
 --------------------------------------------
 pango/opentype/hb-font.cc  |  349
 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 350 insertions(+), 350 deletions(-)

commit c71d6fc16863a662dad7eba81832624201a16533
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Aug 2 20:03:12 2009 -0400

    [OT] Rename C++ header files from *.h to *.hh

 pango/opentype/Makefile.am                      |   14 +-
 pango/opentype/hb-open-file-private.h           |  145 ---
 pango/opentype/hb-open-file-private.hh          |  145 +++
 pango/opentype/hb-open-types-private.h          |  386 -------
 pango/opentype/hb-open-types-private.hh         |  386 +++++++
 pango/opentype/hb-ot-layout-common-private.h    |  447 --------
 pango/opentype/hb-ot-layout-common-private.hh   |  447 ++++++++
 pango/opentype/hb-ot-layout-gdef-private.h      |  320 ------
 pango/opentype/hb-ot-layout-gdef-private.hh     |  320 ++++++
 pango/opentype/hb-ot-layout-gpos-private.h      | 1355
 -----------------------
 pango/opentype/hb-ot-layout-gpos-private.hh     | 1355
 +++++++++++++++++++++++
 pango/opentype/hb-ot-layout-gsub-private.h      |  751 -------------
 pango/opentype/hb-ot-layout-gsub-private.hh     |  751 +++++++++++++
 pango/opentype/hb-ot-layout-gsubgpos-private.h  |  773 -------------
 pango/opentype/hb-ot-layout-gsubgpos-private.hh |  773 +++++++++++++
 pango/opentype/hb-ot-layout.cc                  |    8 +-
 pango/opentype/main.cc                          |    6 +-
 17 files changed, 4191 insertions(+), 4191 deletions(-)

commit ed1f17cc19458b5a5e775a004cb53c3c89f6b7a4
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Aug 2 19:57:00 2009 -0400

    [HB] Move OT file handling out of ot-layout

 pango/opentype/Makefile.am                   |    3 +-
 pango/opentype/hb-open-file-private.h        |  145 ++++++++
 pango/opentype/hb-open-types-private.h       |  386 ++++++++++++++++++++
 pango/opentype/hb-ot-layout-common-private.h |    4 +-
 pango/opentype/hb-ot-layout-open-private.h   |  495
 --------------------------
 pango/opentype/hb-ot-layout.cc               |    2 +-
 pango/opentype/main.cc                       |    4 +-
 7 files changed, 539 insertions(+), 500 deletions(-)

commit 6624880f1dc2d14187c4548f7bbddd78f3dbf64d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Aug 2 17:41:36 2009 -0400

    [HB] Port ot-layout to new public API

 pango/opentype/TODO                            |    1 +
 pango/opentype/hb-common.h                     |    1 +
 pango/opentype/hb-font.c                       |    9 +
 pango/opentype/hb-font.h                       |    3 +
 pango/opentype/hb-ot-layout-gdef-private.h     |   32 ++--
 pango/opentype/hb-ot-layout-gpos-private.h     |  106 ++++----
 pango/opentype/hb-ot-layout-gsub-private.h     |   50 ++--
 pango/opentype/hb-ot-layout-gsubgpos-private.h |   12 +-
 pango/opentype/hb-ot-layout-private.h          |   36 ++-
 pango/opentype/hb-ot-layout.cc                 |  342
 +++++++++++++-----------
 pango/opentype/hb-ot-layout.h                  |  207 +++++++--------
 pango/pango-ot-buffer.c                        |    6 +-
 pango/pango-ot-info.c                          |  110 ++++----
 pango/pango-ot-private.h                       |    6 +-
 14 files changed, 485 insertions(+), 436 deletions(-)

commit 5bb23c0024827fb180e17c9b8dde13e872eed464
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Aug 2 15:35:31 2009 -0400

    [HB] Add top-level header files

 pango/opentype/Makefile.am |    2 ++
 pango/opentype/hb-ot.h     |   34 ++++++++++++++++++++++++++++++++++
 pango/opentype/hb.h        |   35 +++++++++++++++++++++++++++++++++++
 3 files changed, 71 insertions(+), 0 deletions(-)

commit fac416667fed565d3d61b25b6736e39b266e22f0
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Aug 2 15:20:22 2009 -0400

    [HB] Add XXX marks

 pango/opentype/hb-ot-layout-private.h |    2 ++
 pango/opentype/hb-ot-layout.cc        |    7 ++-----
 2 files changed, 4 insertions(+), 5 deletions(-)

commit 43514625e82ace469b2d2612bc8f890d192e7b78
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 23:06:27 2009 -0400

    [HB] Rename _duplicate to _copy

    To be in line with cairo

 pango/opentype/hb-font.c |    4 ++--
 pango/opentype/hb-font.h |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit e8238d14ed452b3e402fa65a9d3997254c1570d7
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 22:55:11 2009 -0400

    [HB] Cleanup TODO

 pango/opentype/TODO |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

commit 55b6ef4545bda8f12ae4c82aba3a61e8e7c47868
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 22:53:04 2009 -0400

    [HB] Cleanup public buffer structs

 pango/opentype/hb-buffer-private.h         |   46
 +++++++++++++++++++++----
 pango/opentype/hb-buffer.c                 |   49
 ++++++++++++++-------------
 pango/opentype/hb-buffer.h                 |   35 ++++++++++----------
 pango/opentype/hb-ot-layout-gpos-private.h |    8 ++--
 pango/opentype/hb-ot-layout-private.h      |    5 ++-
 pango/opentype/hb-ot-layout.cc             |   20 ++++++------
 6 files changed, 97 insertions(+), 66 deletions(-)

commit 019d335ec7710eea286ed0294cda69aace4ebb96
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 22:25:04 2009 -0400

    [OT] Match struct with HB's

 pango/opentype/hb-buffer.c     |    6 +++---
 pango/opentype/hb-buffer.h     |    2 +-
 pango/opentype/hb-ot-layout.cc |   12 ++++++------
 pango/pango-ot.h               |    5 +++--
 4 files changed, 13 insertions(+), 12 deletions(-)

commit b522838694c10d2f4055ff0a22167c0ace546e04
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 22:19:06 2009 -0400

    [HB] Port buffert to new object API

 pango/opentype/hb-buffer-private.h |   24 +++++++++++--
 pango/opentype/hb-buffer.c         |   65
 +++++++++++++++++++++++++++--------
 pango/opentype/hb-buffer.h         |   53 ++++++++++++++++++-----------
 pango/pango-ot-buffer.c            |   33 +++++++++++-------
 pango/pango-ot-info.c              |   10 +++---
 5 files changed, 129 insertions(+), 56 deletions(-)

commit b0285768b9ea64f0d523edf14232ab870deacb9c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 21:38:39 2009 -0400

    [HB] Move typedef's around

 pango/opentype/hb-blob.h   |    2 ++
 pango/opentype/hb-common.h |    9 ---------
 pango/opentype/hb-font.h   |   10 ++++++++++
 3 files changed, 12 insertions(+), 9 deletions(-)

commit 7f5ea9cb73607efaa77923f43e0636a3b051218c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 21:36:15 2009 -0400

    [HB] Add get_reference_count()

 pango/opentype/hb-blob.c           |    6 ++++++
 pango/opentype/hb-blob.h           |    3 +++
 pango/opentype/hb-font.c           |   24 ++++++++++++++++++++++++
 pango/opentype/hb-font.h           |   12 ++++++++++++
 pango/opentype/hb-object-private.h |    7 +++++++
 5 files changed, 52 insertions(+), 0 deletions(-)

commit fe17dd9e5df9a7f0b118b42efc6bc0978842216b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 21:11:33 2009 -0400

    [Makefile] Fix MOSTLYCLEANFILES

 pango/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 0ae1b78e7694204cb973c633d665d1f3e3d20dc4
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 21:06:11 2009 -0400

    [HB] Remove glib dependency

 pango/opentype/Makefile.am  |    7 ++-----
 pango/opentype/hb-buffer.c  |    2 +-
 pango/opentype/hb-private.h |   30 ++++++++++++++++++------------
 pango/opentype/main.cc      |    1 +
 4 files changed, 22 insertions(+), 18 deletions(-)

commit 30791d4cac4b6b1222942a9a6ca32e7ddae768b1
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 20:46:02 2009 -0400

    [HB] Assorted compiler macros

 pango/opentype/hb-ot-layout-open-private.h |    4 +-
 pango/opentype/hb-private.h                |   88
 +++++++++++++++++++++------
 2 files changed, 70 insertions(+), 22 deletions(-)

commit 308259613a34f54151c20d616cd5c940d69de980
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 20:29:22 2009 -0400

    [HB] Simplify object creation

 pango/opentype/Makefile.am           |    2 +-
 pango/opentype/hb-blob.c             |    6 +--
 pango/opentype/hb-font-private.h     |    1 -
 pango/opentype/hb-font.c             |   37 ++++---------
 pango/opentype/hb-object-private.h   |   97
 ++++++++++++++++++++++++++++++++++
 pango/opentype/hb-private.h          |    2 +
 pango/opentype/hb-refcount-private.h |   87
 ------------------------------
 7 files changed, 112 insertions(+), 120 deletions(-)

commit 661ade98a2930ad00d1383302a41a3984ef50ac8
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 19:54:49 2009 -0400

    [HB] Add abstract font and face API

    Not used yet.

 pango/opentype/Makefile.am           |    3 +
 pango/opentype/hb-blob.c             |    6 +-
 pango/opentype/hb-font-private.h     |  108 +++++++++++
 pango/opentype/hb-font.c             |  331
 ++++++++++++++++++++++++++++++++++
 pango/opentype/hb-font.h             |  182 +++++++++++++++++++
 pango/opentype/hb-refcount-private.h |   14 +-
 6 files changed, 636 insertions(+), 8 deletions(-)

commit 3ebf3e536b645f86f7dea8d68be08d7b99498f35
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 19:30:31 2009 -0400

    [HB] Simplify refcounting functions

 pango/opentype/hb-blob.c             |   32
 ++++++++++----------------------
 pango/opentype/hb-common.h           |    2 ++
 pango/opentype/hb-private.h          |    2 ++
 pango/opentype/hb-refcount-private.h |   31
 ++++++++++++++++++++++++++++++-
 4 files changed, 44 insertions(+), 23 deletions(-)

commit 7257d6625638eaeffa13acd614c0eb53875e8172
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 19:10:41 2009 -0400

    [HB] Fix for dfont's with multiple faces

 pango/opentype/hb-ot-layout-open-private.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 86f7ff9415d71de495f6257edad2ba991692e042
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Aug 1 19:05:44 2009 -0400

    [HB] Use calloc instead of malloc where feasible

 pango/opentype/hb-blob.c   |    8 +++++---
 pango/opentype/hb-buffer.c |    4 ++--
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 2ea66938b387b3d492e45f6277666258366cf003
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Jul 30 16:28:45 2009 -0400

    [HB] Remove hinting setting and use ppem==0 to mean "no hinting"

 pango/opentype/hb-blob.h                   |    3 --
 pango/opentype/hb-common.h                 |    9 +++++++
 pango/opentype/hb-ot-layout-gpos-private.h |   36
 ++++++++++++++++++---------
 pango/opentype/hb-ot-layout-private.h      |    2 -
 pango/opentype/hb-ot-layout.cc             |    7 -----
 pango/opentype/hb-ot-layout.h              |    4 ---
 pango/pango-ot-info.c                      |   12 +++++----
 7 files changed, 40 insertions(+), 33 deletions(-)

commit 112f0d741a24237e83922f8eee735b7f1ae74019
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Thu Jul 30 15:33:57 2009 -0400

    [HB] Add a "blob" manager

 pango/opentype/Makefile.am           |    5 +-
 pango/opentype/hb-blob.c             |  181
 ++++++++++++++++++++++++++++++++++
 pango/opentype/hb-blob.h             |   74 ++++++++++++++
 pango/opentype/hb-private.h          |    2 +
 pango/opentype/hb-refcount-private.h |   54 ++++++++++
 5 files changed, 315 insertions(+), 1 deletions(-)

commit 7444dad9ea3dde39b5276fef4f844237d1e661b1
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Jul 29 18:41:25 2009 -0400

    [HB] Move direction to buffer

 pango/opentype/hb-buffer.c                 |    9 +++++++++
 pango/opentype/hb-buffer.h                 |   14 ++++++++++++++
 pango/opentype/hb-ot-layout-gpos-private.h |    2 +-
 pango/opentype/hb-ot-layout-private.h      |    1 -
 pango/opentype/hb-ot-layout.cc             |    7 -------
 pango/opentype/hb-ot-layout.h              |    5 -----
 pango/pango-ot-buffer.c                    |    2 ++
 pango/pango-ot-info.c                      |    2 --
 8 files changed, 26 insertions(+), 16 deletions(-)

commit 7f734d99a5f9cef1362a6f9f0257a683e01ceb48
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Jul 29 18:37:57 2009 -0400

    [HB] Rename internal vars

 pango/opentype/hb-ot-layout-gsubgpos-private.h |   56
 ++++++++++++------------
 1 files changed, 28 insertions(+), 28 deletions(-)

commit 11c229d522b9bda910805d571eb29a564b81e926
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Jul 28 15:50:58 2009 -0400

    [HB] Adapt to new buffer API

 pango/pango-ot-buffer.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 603479e35c849285078238275510c0c89170ff9d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Jul 28 15:50:42 2009 -0400

    [HB] Fix buffer enlargement.  Ouch

 pango/opentype/hb-buffer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 59f8868cf32691cce37060b30c3d16503a003df7
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Jul 28 15:43:34 2009 -0400

    Apply patch from Jonathan Kew

 pango/opentype/hb-buffer.c     |   75
 +++++++++++++++++++++-------------------
 pango/opentype/hb-buffer.h     |    6 +++-
 pango/opentype/hb-ot-layout.cc |   31 ++++++++++++++++
 pango/opentype/hb-ot-layout.h  |   15 ++++++++
 pango/opentype/hb-private.h    |    2 +-
 5 files changed, 91 insertions(+), 38 deletions(-)

commit 091be0f7d8d06d38bf72c8f2521b2ab8808043d5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Tue Jul 28 14:33:02 2009 -0400

    Bug 590042 – pango-view.1 manpage should not be gzipped

 pango-view/Makefile.am |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 01783de926a09dd8a3b11699bc8b1a6b6dce0556
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sun Jul 26 23:54:28 2009 -0400

    [atsui] Port to use CoreText instead of ATS

    Patch from http://trac.macports.org/ticket/17049

 modules/basic/basic-atsui.c  |    6 +++---
 pango/pangoatsui-private.h   |    4 ++--
 pango/pangoatsui.c           |   16 ++++++++--------
 pango/pangoatsui.h           |    2 +-
 pango/pangocairo-atsuifont.c |   33 +++++++++++++++++----------------
 5 files changed, 31 insertions(+), 30 deletions(-)

commit 2ea6180b690c885b5436629596e2a7d236e6653e
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Jul 25 19:09:01 2009 -0400

    Revert "XX"

    This reverts commit c939f6aff405ca7b10b1f1538f46148bff719fcb.

 pango/opentype/Makefile.am                     |    2 -
 pango/opentype/hb-buffer.c                     |    9 --
 pango/opentype/hb-buffer.h                     |   14 ---
 pango/opentype/hb-common.h                     |    3 -
 pango/opentype/hb-ot-layout-gdef-private.h     |   32 ++++----
 pango/opentype/hb-ot-layout-gpos-private.h     |  108
 ++++++++++++------------
 pango/opentype/hb-ot-layout-gsub-private.h     |   46 +++++-----
 pango/opentype/hb-ot-layout-gsubgpos-private.h |   68 ++++++++--------
 pango/opentype/hb-ot-layout-private.h          |   28 +++----
 pango/opentype/hb-ot-layout.cc                 |   30 +++++++
 pango/opentype/hb-ot-layout.h                  |    5 +
 pango/opentype/hb-private.h                    |   16 ----
 12 files changed, 174 insertions(+), 187 deletions(-)

commit a1fb36307d0e7fe9f1b282da831ec7c551f37296
Merge: c939f6a 7280086
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Sat Jul 25 19:08:41 2009 -0400

    Merge branch 'master' into harfbuzz-ng

commit 72800869fb784189bac1066265d95a1226bcf212
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Jul 22 16:26:52 2009 -0400

    [docs] Add index of symbols new in 1.24 and 1.26

 docs/pango-docs.sgml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit ac2ce962e9c257657eeceaf08d6aeeddd6faaa83
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Jul 22 16:24:43 2009 -0400

    Bug 410169 – gravity problem with Common chars

    Only show wide chars (as in g_unichar_iswide()) upright.
    This improves rendering of 1) digits in CJK context, and 2) Narrow
    Hangul characters.

    New public API:

	pango_gravity_get_for_script_and_width()

 docs/pango-sections.txt |    1 +
 docs/tmpl/vertical.sgml |   12 +++++++++
 pango/pango-context.c	 |   13 ++++------
 pango/pango-gravity.c	 |   58
 ++++++++++++++++++++++++++++++++++++++++++-----
 pango/pango-gravity.h	 |    5 ++++
 pango/pango.def	 |    1 +
 6 files changed, 76 insertions(+), 14 deletions(-)

commit 0df5c40d43a8d87a917991780595d9fadd19afb6
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed Jul 22 16:24:01 2009 -0400

    Remove DOS newline

 pango/pangox.def |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a9a416de60ce42fea78e8283253d07a018bf2778
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed Jul 22 13:39:41 2009 -0400

    Bug 589113 – Some characters rotated incorrectly in vertical text

    Always show full-width Unicode characters upright.

 pango-view/test-mixed.markup |    2 +-
 pango-view/test-mixed.txt    |    2 +-
 pango/pango-context.c	      |   69
 ++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 68 insertions(+), 5 deletions(-)

commit 72f2d4ac7ca20e5931f4b33e67598d0059ad1527
Author: Carlo Bramini <carlo.bramix@libero.it>
Date:	Tue Jul 21 10:52:56 2009 +0300

    Bug 582851 -- Little fix for compiling with Cygwin

    Use .def and .rc files on Cygwin, too. Use them for the pangox and
    pangoxft libraries, too on Cygwin.

 configure.in	      |    6 ++++--
 pango/Makefile.am    |   37 +++++++++++++++++++++++++++++++++----
 pango/pangox.def     |   35 +++++++++++++++++++++++++++++++++++
 pango/pangox.rc.in   |   30 ++++++++++++++++++++++++++++++
 pango/pangoxft.def   |   24 ++++++++++++++++++++++++
 pango/pangoxft.rc.in |   30 ++++++++++++++++++++++++++++++
 6 files changed, 156 insertions(+), 6 deletions(-)

commit 8888c1c1ba25f1c527c4e7aeb7f426e20329b165
Author: Tor Lillqvist <tml@iki.fi>
Date:	Tue Jul 21 10:10:27 2009 +0300

    Bug 588060 -- Fonts missing on Cygwin

    Use HAVE_CAIRO_WIN32 instead of G_OS_WIN32 to decide whether to
    use the built-in aliases code.

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

commit 8e348718e57d3f4ed04c9fdcb16a0019a6e13675
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Jul 20 17:19:14 2009 -0400

    Bump version to 1.25.0

 configure.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 47ab634106a27b49085d26150999380e18bd3946
Merge: 1eadda9 a7d12be
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Jul 20 17:18:19 2009 -0400

    Merge branch '1.24'

commit a7d12be6599f9e833cc1e623c8c103128adee8f2
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Jul 20 16:52:53 2009 -0400

    Release 1.24.5

 NEWS	      |    8 ++++++++
 configure.in |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit c29637c366fe2229f6749cb1cb5336fa6d956790
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Jul 20 16:49:16 2009 -0400

    Bug 589133 – Firefox 3.5 complains about invalid weak references

 pango/pangofc-font.c |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

commit fe07285144de9146822bce5667aadcf1bc0d4111
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Jul 20 16:31:33 2009 -0400

    Bug 585806 – crash during pango_fc_font_map_shutdown

 pango/pangofc-font.c	 |    3 ---
 pango/pangofc-fontmap.c |    5 -----
 2 files changed, 0 insertions(+), 8 deletions(-)

commit 1eadda908f0f9262dcb4c301f487b5a190dc0e54
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Jul 20 16:49:16 2009 -0400

    Bug 589133 – Firefox 3.5 complains about invalid weak references

 pango/pangofc-font.c |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

commit 5a75ce1414f43a36a5e510cc5cfac085671bfdca
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Jul 20 16:31:33 2009 -0400

    Bug 585806 – crash during pango_fc_font_map_shutdown

 pango/pangofc-font.c	 |    3 ---
 pango/pangofc-fontmap.c |    5 -----
 2 files changed, 0 insertions(+), 8 deletions(-)

commit 853f3ddd12ea2fbf3bed551ebfd542536e7f42e0
Author: Colin Walters <walters@verbum.org>
Date:	Fri Jul 17 14:01:25 2009 -0400

    Build introspection again

    Remove libpangocairo_1_0_la_SOURCES for now from PangoCairo.gir;
    if we do those it pulls in parts of the PangoFT2 bits.

    This allows us to re-enable the introspection build.

 pango/Makefile.am |   31 +++++++++++++++----------------
 1 files changed, 15 insertions(+), 16 deletions(-)

commit efd34a719271d3c386d5fd4d852619829355fc88
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri Jul 17 01:41:42 2009 -0400

    Fix typo

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

commit 67052645e6afcd7f72ef852c99ee88897d2022da
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed Jul 15 13:59:20 2009 -0400

    Handle NUL in text in places that g_utf8_strlen () was used

    While pango-layout doesn't allow NUL in text, the lower level
    API should
    handle it correctly.  We were using g_utf8_strlen() in a number of
    places.  This is problematic since that function stops processing at
    NUL even if length>1.  We now use an internal pango_utf8_strlen()
    instead.

    Inspired by:
    Bug 588678 – pango crash: install a new theme from
    gnome-appearance-properties

 pango/break.c		  |    3 ++-
 pango/ellipsize.c	  |    5 +++--
 pango/glyphstring.c	  |    6 ++++--
 pango/pango-engine.c	  |    2 +-
 pango/pango-glyph-item.c |    8 ++++----
 pango/pango-impl-utils.h |   27 +++++++++++++++++++++++++++
 pango/pango-layout.c	  |   16 ++++++++--------
 7 files changed, 49 insertions(+), 18 deletions(-)

commit 4d6f980b9f67e7e969e6f5afeb6f216c0a99e6f4
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Jun 29 18:33:18 2009 -0400

    Release 1.24.4

 NEWS	      |    5 +++++
 configure.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 643b70644aabdbebd6bdfe7a5f128efde39caced
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed Jun 24 23:03:39 2009 -0400

    Bug 586814 – Crashes related to fontmap destruction after upgrade

    Followup patch from Morten.

 pango/pangofc-font.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit f868f085dd22f74ea43426d21b13165ebcd091b4
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed Jun 24 22:12:37 2009 -0400

    Bug 586814 – Crashes related to fontmap destruction after upgrade

    Avoid modifying hashtable while walking it.

 pango/pangofc-fontmap.c |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit fd5f93fc6bdf5d8985826c3caa56e2081279cf0e
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri Jun 19 14:05:14 2009 -0400

    Release 1.24.3

 NEWS	      |   11 +++++++++++
 configure.in |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

commit 64aaa40a1ff2e80cb9eb36eabf8f5839641c7630
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed Jun 10 23:28:57 2009 -0400

    Bug 585337 – Fails to install: install: will not overwrite
    just-created
    `/home/yavor/gnome-trunk/include/pango-1.0/pango/pango-ot.h' with
    `pango-ot.h'

    Remove duplicate entry for pango-ot.h.

 pango/Makefile.am |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0fd3bb3036fb2621c5a0f80e3a9d495b84b30449
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed Jun 10 23:25:57 2009 -0400

    Bug 585164 – 'man preload' shows man page for pango-view

    Fix pango-view manual installation.

 pango-view/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c939f6aff405ca7b10b1f1538f46148bff719fcb
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed Jun 10 23:26:51 2009 -0400

    XX

 pango/opentype/Makefile.am			|    2 +
 pango/opentype/hb-buffer.c			|    9 ++
 pango/opentype/hb-buffer.h			|   14 +++
 pango/opentype/hb-common.h			|    3 +
 pango/opentype/hb-ot-layout-gdef-private.h	|   32 ++++----
 pango/opentype/hb-ot-layout-gpos-private.h	|  108
 ++++++++++++------------
 pango/opentype/hb-ot-layout-gsub-private.h	|   46 +++++-----
 pango/opentype/hb-ot-layout-gsubgpos-private.h |   68 ++++++++--------
 pango/opentype/hb-ot-layout-private.h		|   28 ++++---
 pango/opentype/hb-ot-layout.cc			|   30 -------
 pango/opentype/hb-ot-layout.h			|    5 -
 pango/opentype/hb-private.h			|   16 ++++
 12 files changed, 187 insertions(+), 174 deletions(-)

commit 2bf2d827cf2409cd774be14ff1d94e0fb7794377
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed Jun 10 23:25:57 2009 -0400

    Bug 585164 – 'man preload' shows man page for pango-view

    Fix pango-view manual installation.

 pango-view/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6209a6230cce6c9b1af3c699f0f18335e820e1ea
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat May 30 23:44:22 2009 -0400

    Bug 584328 – Persian sample text is not good

    Remove Alef Maksura from sample text.

 pango/pango-language-sample-table.h |	  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f0e5e54917286dd18471d76ed099bccf0eb85053
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat May 30 23:40:35 2009 -0400

    Bug 583250 – pango_font_metrics_get_approximate_char_width is
    wrong when LANG=fa_IR

    When computing approximate char width for context metrics use
    the actual
    size the sample string renders to.	Previously it was taking average
    over all the fonts used by the sample str.

 pango/pango-context.c |   29 ++++++++++-------------------
 1 files changed, 10 insertions(+), 19 deletions(-)

commit eae0fecefc4e294f0c182a7063348a817c111dce
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat May 30 22:17:32 2009 -0400

    [GPOS] Advance buffer cursor in SinglePos lookups.	Ouch!

 pango/opentype/hb-ot-layout-gpos-private.h |	 4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 9fdfc9a06874820f94196c4802c96bc32d71ddc2
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat May 30 12:02:46 2009 -0400

    [HB] Improve buffer.  Don't dup out buffer unless out is longer
    than in

    That is, we work in-place even for ligatures now.

 pango/opentype/hb-buffer.c |  156
 +++++++++++++++++++-------------------------
 pango/opentype/hb-buffer.h |	 9 +--
 2 files changed, 72 insertions(+), 93 deletions(-)

commit 3dbd37431ebcf8b24a5891a04e66a2f964178c1e
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 27 18:16:55 2009 -0400

    [GPOS] Fix property checking

 pango/opentype/hb-ot-layout-gpos-private.h |	 6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 810f4214af6438076da5014888d60d4bfe77ebd6
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 27 00:17:37 2009 -0400

    [GPOS] Add vertical TODO

 pango/opentype/hb-ot-layout-gpos-private.h |	 2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 157af6ba32a32c941cd5be9b0b0034bf8b7327cb
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 22:29:02 2009 -0400

    [HB] Remove useless include

 pango/opentype/hb-ot-layout-private.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 4921800a3ff9edc8b564cd49ae6e976767a16a0f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 22:26:08 2009 -0400

    [GPOS] Remove unused variables

 pango/opentype/hb-ot-layout-gpos-private.h |	 3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 07c0e3b1d239ab041e243b0543640c9001e04931
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 22:11:32 2009 -0400

    Fall back to TT kerning if no GPOS

 pango/pango-ot-info.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6f9bd9a0e876bc49d25fb8e892b17adfa5b12b8c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 19:48:16 2009 -0400

    [HB] Fix glyph properties

 pango/opentype/hb-ot-layout-common-private.h |    6 +++---
 pango/opentype/hb-ot-layout-open-private.h   |    2 +-
 pango/opentype/hb-ot-layout.cc		      |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

commit dc08fb7281b86edacc2edd521da0212acffca985
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 18:57:56 2009 -0400

    [GPOS] Fix PairPos signedness

 pango/opentype/hb-ot-layout-gpos-private.h |	11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

commit 74d8c52f6ac1787efb8d87b72f47c6933abaf4ae
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 17:58:37 2009 -0400

    [GPOS] Fix mark matching

 pango/opentype/hb-ot-layout-gpos-private.h |	44
 ++++++++++++---------------
 1 files changed, 20 insertions(+), 24 deletions(-)

commit fe789092d83e6d4da43126640af0150b6bb2555c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 17:31:56 2009 -0400

    [HB] When looking back/forward, skip marks only

 pango/opentype/TODO				|    1 -
 pango/opentype/hb-ot-layout-gpos-private.h	|   13 +----
 pango/opentype/hb-ot-layout-gsub-private.h	|   38 ++++++--------
 pango/opentype/hb-ot-layout-gsubgpos-private.h |   14 +++---
 pango/opentype/hb-ot-layout-private.h		|    6 ++
 pango/opentype/hb-ot-layout.cc			|   69
 +++++++++++++++--------
 6 files changed, 76 insertions(+), 65 deletions(-)

commit 746860bb7b54c16898264b248eb93a56e8af333b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 15:58:34 2009 -0400

    [GDEF] Support MarkFilteringSets

 pango/opentype/hb-ot-layout.cc |   59
 ++++++++++++++-------------------------
 1 files changed, 21 insertions(+), 38 deletions(-)

commit 95c3fffa8a2b102a3d5f88f3940e7f93e2368fec
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 15:45:41 2009 -0400

    [HB] Simplify MarkAttachmentType handling

 pango/opentype/hb-ot-layout-gpos-private.h |	 6 +++---
 pango/opentype/hb-ot-layout-gsub-private.h |	 6 ++----
 pango/opentype/hb-ot-layout.cc		    |	18 ++++++++----------
 3 files changed, 13 insertions(+), 17 deletions(-)

commit a6e2371d5c50cafd6a433ae19fcfb93fb820f1db
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 15:38:53 2009 -0400

    [HB] Support parsing MarkFilteringSets introduced in OpenType 1.6

 pango/opentype/hb-ot-layout-gdef-private.h |	55
 ++++++++++++++++++++++++----
 pango/opentype/hb-ot-layout-gpos-private.h |	 1 +
 pango/opentype/hb-ot-layout.cc		    |	 6 ++--
 3 files changed, 51 insertions(+), 11 deletions(-)

commit d877d91e5c0617a82620a6a47406cd196e16e5d6
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 13:08:00 2009 -0400

    [HB] More de-C++'ization

 pango/opentype/hb-ot-layout-gsubgpos-private.h |   24
 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit 3b1a840d2726772fb3a6ec0daedaf698fce29c52
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 13:04:59 2009 -0400

    [HB] Start MarkFilteringSet support

 pango/opentype/hb-ot-layout-common-private.h |   24
 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)

commit fb8da04aac1fe1b11b8a617342f1532e12c595db
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 12:40:10 2009 -0400

    [HB] Implement get_lig_carets()

 pango/opentype/hb-ot-layout-gdef-private.h |	57
 ++++++++++++++++++++++------
 pango/opentype/hb-ot-layout.cc		    |	17 ++++++--
 pango/opentype/hb-ot-layout.h		    |	 8 +++-
 pango/opentype/main.cc			    |	 9 +----
 4 files changed, 66 insertions(+), 25 deletions(-)

commit 807581741d5331235004f2252de92a6de3ce23d0
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 12:24:16 2009 -0400

    [HB] Add get_attach_points()

 pango/opentype/Makefile.am		    |	 2 +-
 pango/opentype/hb-ot-layout-gdef-private.h |	35
 ++++++++++++++++++++--------
 pango/opentype/hb-ot-layout-gpos-private.h |	28 +++++----------------
 pango/opentype/hb-ot-layout-gsub-private.h |	28 +++++----------------
 pango/opentype/hb-ot-layout-open-private.h |	12 ++-------
 pango/opentype/hb-ot-layout.cc		    |	 9 +++++++
 pango/opentype/hb-ot-layout.h		    |	 6 ++++
 pango/opentype/main.cc			    |	 8 +++---
 8 files changed, 62 insertions(+), 66 deletions(-)

commit 298dadbd395a594176ed4cda4b9cf7004b724b66
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 26 12:00:28 2009 -0400

    [HB] Remove more macros

 pango/opentype/hb-ot-layout-gdef-private.h |	18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 7b3f038ada310ac1f113d898a637df188177f8bb
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 25 04:04:24 2009 -0400

    [HB] More buffer cleanup

 pango/opentype/hb-buffer-private.h		|   39 ++-----
 pango/opentype/hb-buffer.c			|  138
 ++++++++++++------------
 pango/opentype/hb-buffer.h			|   22 ++--
 pango/opentype/hb-ot-layout-gpos-private.h	|   29 +++---
 pango/opentype/hb-ot-layout-gsub-private.h	|   10 +-
 pango/opentype/hb-ot-layout-gsubgpos-private.h |    8 +-
 pango/opentype/hb-ot-layout-private.h		|   13 +--
 pango/opentype/hb-ot-layout.cc			|   16 ++--
 pango/opentype/hb-private.h			|   29 -----
 pango/pango-ot-buffer.c			|   18 ++--
 pango/pango-ot-info.c				|    3 +-
 pango/pango-ot.h				|    2 +-
 12 files changed, 138 insertions(+), 189 deletions(-)

commit 76d05e87fb34a3f6cc5d914e91f755e964c690dc
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 25 03:39:11 2009 -0400

    [HB] Cleanup buffer

 pango/opentype/hb-buffer-private.h		|    2 +-
 pango/opentype/hb-buffer.c			|   26 +++++----
 pango/opentype/hb-ot-layout-gsub-private.h	|   26 +++------
 pango/opentype/hb-ot-layout-gsubgpos-private.h |    2 +-
 pango/opentype/hb-ot-layout.cc			|   71
 ------------------------
 5 files changed, 25 insertions(+), 102 deletions(-)

commit fdb536bbfd1575465abf4cdfa08706685a466244
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 25 03:30:31 2009 -0400

    [HB] Clean more

 pango/opentype/hb-ot-layout-private.h |   10 ++++------
 pango/opentype/hb-ot-layout.cc        |    8 ++++----
 2 files changed, 8 insertions(+), 10 deletions(-)

commit 8f0881c5d40224e820ce19e67259f75e8c82adb7
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 25 03:24:19 2009 -0400

    [HB] Remove one XXX, add another

 pango/opentype/hb-buffer.h	       |    2 ++
 pango/opentype/hb-ot-layout-private.h |    3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 8c864af4b508feac57896fe4e0124d9031670b93
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 25 03:22:19 2009 -0400

    [HB] Update copyright years

 pango/opentype/hb-buffer-private.h    |    2 +-
 pango/opentype/hb-buffer.h	       |    2 +-
 pango/opentype/hb-common.h	       |    2 +-
 pango/opentype/hb-ot-layout-private.h |    2 +-
 pango/opentype/hb-ot-layout.h	       |    2 +-
 pango/opentype/hb-private.h	       |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

commit 6e506f425a89d0ff330497b38ec8227e30d5681b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 25 03:20:18 2009 -0400

    [HB] Would have helped if I actually knew C++ before using it...

 pango/opentype/hb-ot-layout-gsubgpos-private.h |    4 ++--
 pango/opentype/hb-ot-layout-open-private.h	|   24
 ++++++++++++------------
 2 files changed, 14 insertions(+), 14 deletions(-)

commit 40c6f897dbdc4020c5aec07b7022caadb45cf3f1
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 25 03:10:06 2009 -0400

    [HB] More cleanup

 pango/opentype/hb-ot-layout-common-private.h |    4 ++--
 pango/opentype/hb-ot-layout-open-private.h   |    9 +++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

commit c783d19c9cee230e20cf4df504e729b5233ebe17
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 25 02:41:49 2009 -0400

    [HB] Simplify Tag

 pango/opentype/hb-ot-layout-open-private.h |	46
 +++++++++++-----------------
 1 files changed, 18 insertions(+), 28 deletions(-)

commit c53ed30cddcf3ed56ffb2756f2d8650ad012ff44
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 25 02:34:25 2009 -0400

    [HB] Simplify more

 pango/opentype/hb-ot-layout-open-private.h |	31
 +++++++++-------------------
 1 files changed, 10 insertions(+), 21 deletions(-)

commit d63d5c6cfc6e1584ca426e469e3a35c46aa4605f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 25 02:27:29 2009 -0400

    [HB] Simplify some basic things

 pango/opentype/hb-ot-layout-open-private.h |	90
 ++++++++++++++++++----------
 pango/opentype/main.cc			    |	 8 ++-
 2 files changed, 64 insertions(+), 34 deletions(-)

commit 8690ed7d482374c3d05eb52419d68ed7d29bee81
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 24 15:01:16 2009 -0400

    [HB] simplify macros

 pango/opentype/hb-buffer-private.h    |    4 ++--
 pango/opentype/hb-buffer.h	       |    4 ++--
 pango/opentype/hb-common.h	       |    8 ++++----
 pango/opentype/hb-ot-layout-private.h |    4 ++--
 pango/opentype/hb-ot-layout.h	       |    4 ++--
 5 files changed, 12 insertions(+), 12 deletions(-)

commit ed60b2d914254d10765fae72a85e191a9a696bc7
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 24 14:27:24 2009 -0400

    [HB] Update text files

 pango/opentype/COPYING |    7 -------
 pango/opentype/README	|   13 ++-----------
 2 files changed, 2 insertions(+), 18 deletions(-)

commit f4ad4d87cba90c1d02255c34247b9ce09d0b6d67
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 24 14:24:35 2009 -0400

    [HB] Remove stale makefile.msc too

 pango/opentype/makefile.msc |	 19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

commit a7a715480db66148b1f487528887508a7991dcd0
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 24 14:22:22 2009 -0400

    [HB] Remove old code!

    Goodbye 16 thousand lines of ten-year old code!

 pango/opentype/harfbuzz-dump-main.c	  |   97 -
 pango/opentype/harfbuzz-dump.c		  |  768 ----
 pango/opentype/harfbuzz-dump.h		  |   41 -
 pango/opentype/harfbuzz-gdef-private.h   |  124 -
 pango/opentype/harfbuzz-gdef.c		  | 1160 ------
 pango/opentype/harfbuzz-gdef.h		  |  135 -
 pango/opentype/harfbuzz-global.h	  |   84 -
 pango/opentype/harfbuzz-gpos-private.h   |  712 ----
 pango/opentype/harfbuzz-gpos.c		  | 6071
 ------------------------------
 pango/opentype/harfbuzz-gpos.h		  |  174 -
 pango/opentype/harfbuzz-gsub-private.h   |  476 ---
 pango/opentype/harfbuzz-gsub.c		  | 4304 ---------------------
 pango/opentype/harfbuzz-gsub.h		  |  140 -
 pango/opentype/harfbuzz-impl.c		  |   84 -
 pango/opentype/harfbuzz-impl.h		  |  126 -
 pango/opentype/harfbuzz-open-private.h   |  102 -
 pango/opentype/harfbuzz-open.c		  | 1405 -------
 pango/opentype/harfbuzz-open.h		  |  282 --
 pango/opentype/harfbuzz-stream-private.h |   83 -
 pango/opentype/harfbuzz-stream.c	  |  257 --
 pango/opentype/harfbuzz.c		  |   31 -
 pango/opentype/harfbuzz.h		  |   35 -
 22 files changed, 0 insertions(+), 16691 deletions(-)

commit 4b90aa823cf91c586d0fd8a5d6154f46516a87ce
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 24 14:21:27 2009 -0400

    [HB] Remove stale TODO mark

 pango/opentype/hb-ot-layout-open-private.h |	 1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit d11f8e6d41213d38b2b3ea2ec4843e2b6f34697b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 24 12:30:40 2009 -0400

    [HB] Add FixedVersion cast to int

 pango/opentype/hb-ot-layout-open-private.h |	 2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 8ff827848f63ac61446735c8516a452177c16336
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 24 12:29:55 2009 -0400

    [HB] Simplify tag

 pango/opentype/hb-ot-layout-open-private.h |	10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit f89367b83225a5c0a2804ec122d66290a8feb8d5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 24 01:03:24 2009 -0400

    [HB] Remove unused data types

 pango/opentype/hb-ot-layout-gdef-private.h	|    2 +-
 pango/opentype/hb-ot-layout-gsubgpos-private.h |    2 +-
 pango/opentype/hb-ot-layout-open-private.h	|   54
 ++---------------------
 3 files changed, 7 insertions(+), 51 deletions(-)

commit 8259e8735babe30eaf3c017e022368bf796b411e
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 24 00:53:28 2009 -0400

    [HB] Simplify version check in GSUB/GPOS

 pango/opentype/hb-ot-layout-gpos-private.h |	 5 ++++-
 pango/opentype/hb-ot-layout-gsub-private.h |	 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

commit d36c93ee99362940c929e20282d2fab440265711
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 24 00:50:27 2009 -0400

    [HB] Check for GDEF/GSUB/GPOS versions

 pango/opentype/hb-ot-layout-gdef-private.h	|    3 +--
 pango/opentype/hb-ot-layout-gpos-private.h	|    3 +--
 pango/opentype/hb-ot-layout-gsub-private.h	|    3 +--
 pango/opentype/hb-ot-layout-gsubgpos-private.h |    5 ++---
 pango/opentype/hb-ot-layout-open-private.h	|   11 ++++++++++-
 5 files changed, 15 insertions(+), 10 deletions(-)

commit 5c8fd8cb98e4f20ce02dd10f5b3edbbb15b1d91d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat May 23 22:39:42 2009 -0400

    [HB] Minor

 pango/opentype/hb-ot-layout-gdef-private.h |	 6 +++---
 pango/opentype/hb-ot-layout-open-private.h |	 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit eca339bbb73aa1b826f3c1e12d1a27f53ee034db
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat May 23 18:50:44 2009 -0400

    [HB] Add TODO items

 pango/opentype/TODO |	  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit d2b11bb9bf3cfa3e1cdcf79a473626ec4ed51846
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri May 22 18:54:24 2009 -0400

    [GDEF] Add some get_carret_value() code

 pango/opentype/hb-ot-layout-gdef-private.h |	36
 ++++++++++++++--------------
 1 files changed, 18 insertions(+), 18 deletions(-)

commit 191cfb73b04955d9af757d47dc85b1ae0ab6c6c5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri May 22 18:29:45 2009 -0400

    [GPOS] MarkLigPosFormat1

    GPOS is complete now!  Yay!

 pango/opentype/hb-ot-layout-gpos-private.h |  128
 ++++++++++++++++++++--------
 1 files changed, 92 insertions(+), 36 deletions(-)

commit 31f627d786003824d189c786db532600d8701114
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri May 22 17:58:09 2009 -0400

    [HB] Remove apply_subtables() again

 pango/opentype/hb-ot-layout-gpos-private.h |	31
 +++++++++-----------------
 pango/opentype/hb-ot-layout-gsub-private.h |	33
 ++++++++++-----------------
 2 files changed, 23 insertions(+), 41 deletions(-)

commit fb963a1a1e8f7c337af6b7fee4718c3f65bc8c51
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu May 21 22:31:33 2009 -0400

    [HB] Share Extension lookup code between GSUB and GPOS

 pango/opentype/hb-ot-layout-gpos-private.h	|   64 +++---------------
 pango/opentype/hb-ot-layout-gsub-private.h	|   83
 ++++--------------------
 pango/opentype/hb-ot-layout-gsubgpos-private.h |   52 +++++++++++++++
 3 files changed, 77 insertions(+), 122 deletions(-)

commit a9688760104e24339e8c956bbdfc3e12387f02b8
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu May 21 15:51:04 2009 -0400

    [GPOS] Remove printf.  MarkMarkPos1 is working

    The "bug" was in the font.

 pango/opentype/hb-ot-layout-gpos-private.h |	 1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 541e8ad0c666f895649fbe1df2393ef0f04f2655
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu May 21 12:46:29 2009 -0400

    [HB] Ouch.	Add files.

 pango/opentype/hb-common.h  |	 53 +++++++++++++++++
 pango/opentype/hb-private.h |	132
 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 185 insertions(+), 0 deletions(-)

commit 6e1a2662b3f9d5514c99a82f70e037749d95dc3c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu May 21 08:27:07 2009 -0400

    [GPOS] MarkMarkPosFormat1

    Still not quite working.

 pango/opentype/TODO			    |	 4 +-
 pango/opentype/hb-ot-layout-gpos-private.h |  105
 ++++++++++++++++++++--------
 2 files changed, 79 insertions(+), 30 deletions(-)

commit 7c4677ad4d628a943066782df30720b6ae2f79c6
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu May 21 06:32:01 2009 -0400

    [GPOS] MarkBasePosFormat1

 pango/opentype/TODO			    |	 1 +
 pango/opentype/hb-ot-layout-gpos-private.h |	62
 +++++++++++++++++++++++++--
 2 files changed, 58 insertions(+), 5 deletions(-)

commit 180781efd0691964cc5b823c6b9274f208fd083c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu May 21 04:58:24 2009 -0400

    [GPOS] Implement MarkArray interface

 pango/opentype/hb-ot-layout-gpos-private.h |	 5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 164137a18e4b10c240c8d63bf676872cfdc934c3
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu May 21 04:54:01 2009 -0400

    [GPOS] Implement Device support in AnchorFormat3

 pango/opentype/hb-ot-layout-gpos-private.h |	11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 361cdf36b00a7e4632de45a8ad9697d3cb1b8670
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu May 21 04:49:04 2009 -0400

    [GPOS] Remove apply_value() return value

 pango/opentype/hb-ot-layout-gpos-private.h |	75
 +++++++++++++---------------
 1 files changed, 34 insertions(+), 41 deletions(-)

commit 93e5da2de8070410b5e8978dfa3a261e6d7f00a4
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu May 21 04:47:05 2009 -0400

    [GPOS] Start MarkBasePosFormat1

 pango/opentype/TODO			    |	 1 +
 pango/opentype/hb-ot-layout-gpos-private.h |	38
 ++++++++++++---------------
 2 files changed, 18 insertions(+), 21 deletions(-)

commit 25494c523822e837716bc1000b1d94ff06ca476f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 20 15:46:12 2009 -0400

    [HB] Add TODO item

 pango/opentype/hb-ot-layout-gpos-private.h |	 1 +
 pango/opentype/hb-ot-layout-gsub-private.h |	 1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit 6fb8dab583378de48a39b1b25459e24b0162e5d4
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 20 06:15:23 2009 -0400

    [HB] Add TODO item

 pango/opentype/TODO |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 5687dd7511fbf8503dcb6d7c215455e1f999cf03
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 20 06:01:16 2009 -0400

    [HB] Remove last dependence on the old code base!

 pango/opentype/hb-buffer-private.h	    |	88
 ++++++++++++++--------------
 pango/opentype/hb-buffer.c		    |	47 +++++++--------
 pango/opentype/hb-ot-layout-gpos-private.h |	11 +--
 pango/opentype/hb-ot-layout-gsub-private.h |	12 ++--
 pango/opentype/hb-ot-layout.cc		    |	16 +++---
 5 files changed, 85 insertions(+), 89 deletions(-)

commit c141180297254ef341e3e557c26b51eb7e964706
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 20 05:42:12 2009 -0400

    [HB] Rename harfbuzz-buffer to hb-buffer

 pango/opentype/Makefile.am			|    5 +-
 pango/opentype/harfbuzz-buffer-private.h	|  106 -------
 pango/opentype/harfbuzz-buffer.c		|  349
 ------------------------
 pango/opentype/harfbuzz-buffer.h		|   94 -------
 pango/opentype/hb-buffer-private.h		|  106 +++++++
 pango/opentype/hb-buffer.c			|  347
 +++++++++++++++++++++++
 pango/opentype/hb-buffer.h			|   94 +++++++
 pango/opentype/hb-ot-layout-gsubgpos-private.h |    2 +-
 pango/opentype/hb-ot-layout-private.h		|    2 +-
 pango/opentype/hb-ot-layout.cc			|    5 +-
 pango/opentype/hb-ot-layout.h			|    2 +-
 11 files changed, 556 insertions(+), 556 deletions(-)

commit 336bb3201096bdd0494d29926dd44e8cca8bed26
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 20 05:35:14 2009 -0400

    [HB] Remove all references to the old code!

 pango/opentype/Makefile.am	       |   76 +++++-----------
 pango/opentype/harfbuzz-buffer.c      |  154
 +++++++++++++-------------------
 pango/opentype/harfbuzz-buffer.h      |   80 +++++++++---------
 pango/opentype/hb-ot-layout-private.h |    6 +-
 pango/opentype/hb-ot-layout.cc        |   17 ++---
 pango/opentype/hb-ot-layout.h	       |    1 +
 pango/pango-ot-buffer.c	       |   14 ++--
 pango/pango-ot-info.c		       |   14 ++--
 pango/pango-ot-private.h	       |   10 +-
 9 files changed, 156 insertions(+), 216 deletions(-)

commit 15a0220c336113a2df8de91ec0513b1bdde35a89
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 20 04:51:30 2009 -0400

    [GPOS] Finally it's working, up to Cursive

    Wow, IranNastaliq renders perfectly again!

 pango/opentype/hb-ot-layout.cc |   24 ++++++++++++++++++++++++
 pango/opentype/hb-ot-layout.h	|   12 ++++++++++++
 pango/pango-ot-info.c		|   15 +++++++++++++--
 3 files changed, 49 insertions(+), 2 deletions(-)

commit ac8ad1e1c8958246add90cf6d7b6da4ad2a2ea87
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 20 04:16:35 2009 -0400

    [GPOS] Fix more brokenness

 pango/opentype/Makefile.am		    |	 2 +-
 pango/opentype/hb-ot-layout-gpos-private.h |	37
 +++++++++++++++-------------
 pango/opentype/hb-ot-layout.cc		    |	 7 +++++
 pango/opentype/hb-ot-layout.h		    |	 5 ++++
 pango/pango-ot-info.c			    |	 2 +
 5 files changed, 35 insertions(+), 18 deletions(-)

commit b77c4990efcd6f6ef77dc6e956bb3f1df9bf6bff
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 20 03:59:33 2009 -0400

    [GPOS] Fix GPOS feature lookup lookups and application

 pango/pango-ot-info.c |   51
 ++++++++++++++++++++++++-------------------------
 1 files changed, 25 insertions(+), 26 deletions(-)

commit 25db8f6de85f6f8ee11adbf423edb22e6259c543
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 20 03:53:00 2009 -0400

    [HB] Move lookup types enum into subtable class

 pango/opentype/hb-ot-layout-gpos-private.h |	66
 ++++++++++++++--------------
 pango/opentype/hb-ot-layout-gsub-private.h |	44 +++++++++---------
 2 files changed, 55 insertions(+), 55 deletions(-)

commit e97278164b1939d4b76128ff8bf520ca02b1debb
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 20 00:00:09 2009 -0400

    [GDEF] Simplify Device access

 pango/opentype/hb-ot-layout-gdef-private.h |	12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

commit 0b092ed02b6cda94c1a4df87c25f88142f967f4f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 19 23:58:54 2009 -0400

    [HB] Indentation

 pango/opentype/hb-ot-layout-common-private.h	|  170
 ++++++++++++------------
 pango/opentype/hb-ot-layout-gdef-private.h	|   65 +++++----
 pango/opentype/hb-ot-layout-gsubgpos-private.h |  150
 ++++++++++++---------
 pango/opentype/hb-ot-layout-open-private.h	|  159
 +++++++++++-----------
 pango/opentype/hb-ot-layout-private.h		|    9 +-
 5 files changed, 288 insertions(+), 265 deletions(-)

commit 2b57f9a6cbaeee708d19a4eda410fef15e4738c5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 19 23:43:04 2009 -0400

    [HB] Remove unused methods

 pango/opentype/hb-ot-layout-common-private.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

commit 066d6ab77a5a95187f5865dd409c8b1ee0b79f7b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 19 23:42:30 2009 -0400

    [HB] Indentation

 pango/opentype/hb-ot-layout-gpos-private.h |  253
 +++++++++++++++------------
 pango/opentype/hb-ot-layout-gsub-private.h |  262
 +++++++++++++++-------------
 2 files changed, 284 insertions(+), 231 deletions(-)

commit 852a03873cf0266cc1acadafc60ef2f4132b2019
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 19 23:25:41 2009 -0400

    [GPOS] CursivePosFormat1

 pango/opentype/hb-ot-layout-gpos-private.h |  174
 +++++++++++++++++++++++++++-
 pango/opentype/hb-ot-layout-private.h	    |	 2 +-
 2 files changed, 169 insertions(+), 7 deletions(-)

commit da5b04ad92c37846ace5ecd9a91c18e836759a23
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 19 22:30:09 2009 -0400

    [GSUB] PairPosFormat2

 pango/opentype/hb-ot-layout-gpos-private.h |	43
 ++++++++++++++++++++++++---
 1 files changed, 38 insertions(+), 5 deletions(-)

commit 10ddad5aa5c15d589b3dd9330d75562abc21c03a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 19 22:16:04 2009 -0400

    [GPOS] PairPosFormat1

 pango/opentype/hb-ot-layout-gpos-private.h |	91
 ++++++++++++++++++++++------
 1 files changed, 73 insertions(+), 18 deletions(-)

commit 9c25dfbd235bd155ad62f3a8d03e27af9a17b810
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 19:47:52 2009 -0400

    [GPOS] Start filling apply() functions in

 pango/opentype/harfbuzz-buffer-private.h     |    1 +
 pango/opentype/harfbuzz-buffer.c	      |    3 -
 pango/opentype/hb-ot-layout-common-private.h |   35 +++++---
 pango/opentype/hb-ot-layout-gpos-private.h   |  125
 +++++++++++++++++++-------
 4 files changed, 115 insertions(+), 49 deletions(-)

commit 51d81548dd52fbb6c90775eb3bc83289c0329ddf
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 18:44:54 2009 -0400

    [HB] Use enums

 pango/opentype/hb-ot-layout-common-private.h |   14 ++++++++------
 pango/opentype/hb-ot-layout-gdef-private.h   |   22
 +++++++++++++---------
 2 files changed, 21 insertions(+), 15 deletions(-)

commit 4c83d55575d3d05a29bb551dfc41b92b76e48a44
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 18:30:25 2009 -0400

    [HB] More reference cast simplification

 pango/opentype/hb-ot-layout-gsub-private.h	|    8 +++---
 pango/opentype/hb-ot-layout-gsubgpos-private.h |   28
 ++++++++++++------------
 pango/opentype/hb-ot-layout-open-private.h	|    2 +-
 3 files changed, 19 insertions(+), 19 deletions(-)

commit 3112f9e9ce1a7e69ac9c95a029f5b6b65025e666
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 18:22:44 2009 -0400

    [HB] Rename LOOKUP_ARGS to APPLY_ARGS

 pango/opentype/hb-ot-layout-gpos-private.h	|   88
 ++++++++++++------------
 pango/opentype/hb-ot-layout-gsub-private.h	|   84
 +++++++++++-----------
 pango/opentype/hb-ot-layout-gsubgpos-private.h |   90
 ++++++++++++------------
 3 files changed, 131 insertions(+), 131 deletions(-)

commit c08a686375ab4f3173a649f9bf825d24a5870096
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 18:21:44 2009 -0400

    [HB] Internally rename position() and substitute() to apply()

 pango/opentype/hb-ot-layout-gpos-private.h |  110
 ++++++++++++++--------------
 pango/opentype/hb-ot-layout-gsub-private.h |  104
 +++++++++++++-------------
 2 files changed, 107 insertions(+), 107 deletions(-)

commit 293b1f902f9a730b486d9d92412dd6a1c13eef4c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 18:01:19 2009 -0400

    [HB] Simplify casts

 pango/opentype/hb-ot-layout-gdef-private.h |	 2 +-
 pango/opentype/hb-ot-layout-gpos-private.h |	 6 +++---
 pango/opentype/hb-ot-layout-gsub-private.h |	 6 +++---
 pango/opentype/hb-ot-layout-open-private.h |	10 +++++-----
 4 files changed, 12 insertions(+), 12 deletions(-)

commit a483de8e2774ecf9bc281b46fdd21b4d58ed61a2
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 17:43:49 2009 -0400

    Switch Pango to new, defunt, GPOS

 pango/opentype/hb-ot-layout-gpos-private.h |	22 ++++--
 pango/opentype/hb-ot-layout.cc		    |	13 ++++
 pango/opentype/hb-ot-layout.h		    |	 5 ++
 pango/pango-ot-info.c			    |	97
 ++++++++++++++++++----------
 pango/pango-ot-private.h		    |	 5 +-
 pango/pango-ot-ruleset.c		    |	32 +--------
 6 files changed, 102 insertions(+), 72 deletions(-)

commit 68f88f1ca8e7057c8830c1c60a369e588745ebdc
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 17:09:33 2009 -0400

    [HB] Start GPOS!

 pango/opentype/hb-ot-layout-gpos-private.h |  915
 ++++++++++++++++++++++++++++
 pango/opentype/hb-ot-layout-gsub-private.h |	 2 -
 pango/opentype/hb-ot-layout-private.h	    |	15 +-
 pango/opentype/hb-ot-layout.cc		    |	 5 +-
 pango/opentype/hb-ot-layout.h		    |	 8 +-
 5 files changed, 936 insertions(+), 9 deletions(-)

commit 4781df2c257883e3507167218fd2bedc739571a2
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 15:32:40 2009 -0400

    [GSUB] Minor

 pango/opentype/hb-ot-layout-gsub-private.h |	16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)

commit 014a7567c6152b73218fe21a54e34ddc6ef1447d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 13:50:15 2009 -0400

    [HB] Minor

 pango/opentype/hb-ot-layout-gsub-private.h |	22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

commit cda2b36b75bd7be71d830bee78b2ab5845e90831
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 06:00:12 2009 -0400

    [GSUB] Protect against mismatching Extension subtable types

 pango/opentype/hb-ot-layout-gsub-private.h |	 9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit bba893b810b14c4e6bfc8cfded697fbe28282d35
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 05:47:47 2009 -0400

    [GSUB] Implement ReverseChainSingleSubst

    GSUB is done!

 pango/opentype/hb-ot-layout-gsub-private.h	|   55
 ++++++++++++++++++------
 pango/opentype/hb-ot-layout-gsubgpos-private.h |   43 ++++++-------------
 2 files changed, 54 insertions(+), 44 deletions(-)

commit 1927fb2efcecf445aadc3e2be51290f250554576
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 05:29:29 2009 -0400

    [HB] Don't use G_LIKELY!

 pango/opentype/hb-ot-layout-gsub-private.h	|   12 ++++++------
 pango/opentype/hb-ot-layout-gsubgpos-private.h |   12 ++++++------
 pango/opentype/hb-ot-layout-open-private.h	|    4 ++--
 pango/opentype/hb-ot-layout.cc			|    6 +++---
 4 files changed, 17 insertions(+), 17 deletions(-)

commit 73460adabb9ccafa3cf990f0a8f78084b9a0973d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 05:22:32 2009 -0400

    [GSUB] Oops, fix Extension check

 pango/opentype/hb-ot-layout-gsub-private.h |	 3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 29f0ff90f687a82a630ca0212bbbac1aa3412f59
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 04:37:37 2009 -0400

    [HB] Tweak some constants and fix Coverage

 pango/opentype/hb-ot-layout-common-private.h	|   11 ++++++-----
 pango/opentype/hb-ot-layout-gsubgpos-private.h |    2 ++
 pango/opentype/hb-ot-layout-open-private.h	|    6 +++---
 3 files changed, 11 insertions(+), 8 deletions(-)

commit e9e17057a108c858fe3c781ad66ce143edf61ca2
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 04:25:22 2009 -0400

    [HB] Cleanup TODOs

 pango/opentype/hb-ot-layout-gsub-private.h |	12 ++++++------
 pango/opentype/hb-ot-layout-open-private.h |	 2 +-
 pango/opentype/hb-ot-layout.cc		    |	 4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

commit 6cc2d15e154deb656967e5bdff1e3bbe9130f368
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 04:21:53 2009 -0400

    [GSUB] Fix context_length handling in Ligature too

 pango/opentype/hb-ot-layout-gsub-private.h	|    9 ++++-----
 pango/opentype/hb-ot-layout-gsubgpos-private.h |    5 +++--
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 7641ec611671e9f8bb27d5b0f9cec79bd7ca3782
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 04:17:47 2009 -0400

    [HB] Minor cleanup

 pango/opentype/hb-ot-layout-gsubgpos-private.h |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit 55fdb2a9d8b9520d62bc1168709188baaf42790c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 04:15:25 2009 -0400

    [HB] Correctly skip glyphs when applying (Chain)Context lookups

 pango/opentype/hb-ot-layout-gsubgpos-private.h |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

commit 16fb96b68b109d7f06db80e0174dba3f5e643964
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 04:09:05 2009 -0400

    [HB] Fix context_length checking

 pango/opentype/hb-ot-layout-gsubgpos-private.h |   23
 +++++++++++++----------
 pango/opentype/hb-ot-layout-open-private.h	|    2 +-
 2 files changed, 14 insertions(+), 11 deletions(-)

commit e20c11f9434ce8322137f134d78e3c00db1b4d39
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 03:56:39 2009 -0400

    [HB] ChainContext complete

    IranNastaliq renders perfectly again!

 pango/opentype/hb-ot-layout-gsubgpos-private.h |   63
 +++++++++++++++++------
 1 files changed, 46 insertions(+), 17 deletions(-)

commit b20970dc224472076c18e5a28ab40e38fc7ea605
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 03:47:31 2009 -0400

    [HB] Implement backtrack matching

 pango/opentype/hb-ot-layout-gsubgpos-private.h |   61
 +++++++++++++++++------
 1 files changed, 45 insertions(+), 16 deletions(-)

commit e1b4d68c0d4a6cf656288ba5d88419ce4b914228
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 02:47:57 2009 -0400

    [HB] One more step to go, for fully working GSUB and ChainContext

 pango/opentype/hb-ot-layout-gsubgpos-private.h |  107
 ++++++++++++++----------
 1 files changed, 61 insertions(+), 46 deletions(-)

commit 21be5dfef4033ecd5e7c0f69fc2ca0038e2a8ea1
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 02:36:18 2009 -0400

    [HB] Further modularize Context matching

 pango/opentype/hb-ot-layout-gsubgpos-private.h |   92
 ++++++++++++++++--------
 1 files changed, 63 insertions(+), 29 deletions(-)

commit d9acee5295e6dde5f672c9ce0456520543f5df66
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 02:14:37 2009 -0400

    [HB] A step closer to working ChainContext

 pango/opentype/hb-ot-layout-gsubgpos-private.h |   36
 +++++++++++++++++------
 1 files changed, 26 insertions(+), 10 deletions(-)

commit ac227e24dd98e77da9d548d81ac9efa3afa4d816
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 02:03:58 2009 -0400

    [HB] Add HeadlessArrayTo<>

 pango/opentype/hb-ot-layout-gsub-private.h	|   10 ++++------
 pango/opentype/hb-ot-layout-gsubgpos-private.h |    5 ++---
 pango/opentype/hb-ot-layout-open-private.h	|   19 +++++++++++++++++++
 3 files changed, 25 insertions(+), 9 deletions(-)

commit 4dbe5b6afe47fec3344c450f3bcf5691118dd78b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 18 01:49:57 2009 -0400

    [HB] More template goodness

 pango/opentype/hb-ot-layout-gsubgpos-private.h |   37
 +++++++++--------------
 1 files changed, 15 insertions(+), 22 deletions(-)

commit f445e05b822699356536d138a0d5f02bdc8372ac
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 23:17:56 2009 -0400

    [HB] More churning towards ChainContext lookups

 pango/opentype/hb-ot-layout-common-private.h	|    6 +-
 pango/opentype/hb-ot-layout-gsub-private.h	|   15 ++-
 pango/opentype/hb-ot-layout-gsubgpos-private.h |  174
 +++++++++++++++---------
 3 files changed, 125 insertions(+), 70 deletions(-)

commit d2c8763c55c4d59d1acf167c2614ecf76279e722
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 22:11:30 2009 -0400

    [HB] Towards sharing Context and ChainContext code

 pango/opentype/hb-ot-layout-gsubgpos-private.h |  220
 +++++++++++-------------
 1 files changed, 99 insertions(+), 121 deletions(-)

commit d32b9ea104a606a92ad5a27999da7bce2090d675
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 21:11:49 2009 -0400

    [HB] Add check to avoid infinite recursion

 pango/opentype/hb-ot-layout-gsub-private.h |	12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 55fe0e4ea68c70815558a29d09fb139316cecc4d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 21:06:08 2009 -0400

    [HB] Cosmetic

 pango/opentype/hb-ot-layout-gsub-private.h |	 4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit eea8dd6ee176dc275c23f84e5d42366f9bba8acf
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 20:48:27 2009 -0400

    [HB] Start ChainContext and ReverseChainSingleSubst lookups

 pango/opentype/hb-ot-layout-gsub-private.h	|  269
 +++++-------------------
 pango/opentype/hb-ot-layout-gsubgpos-private.h |  214
 +++++++++++++++++++-
 2 files changed, 268 insertions(+), 215 deletions(-)

commit 0c11bc365caaef22a125a1f315e5233df3f665cb
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 20:30:05 2009 -0400

    [HB] Remove stale TODO

 pango/opentype/hb-ot-layout-private.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit fe01531dc12be28aaef610a0cd94c21dc476e9a6
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 20:28:01 2009 -0400

    [HB] Split Layout-common tables into new files

 pango/opentype/hb-ot-layout-common-private.h	|  429
 ++++++++++++++++++++++++
 pango/opentype/hb-ot-layout-gdef-private.h	|    3 +-
 pango/opentype/hb-ot-layout-gsub-private.h	|    1 +
 pango/opentype/hb-ot-layout-gsubgpos-private.h |    2 +
 pango/opentype/hb-ot-layout-open-private.h	|  408
 ----------------------
 5 files changed, 434 insertions(+), 409 deletions(-)

commit cd966a0ef311bc28e8d4a0025846c213f84cca9c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 20:13:02 2009 -0400

    [HB] More shuffling

 pango/opentype/hb-ot-layout-gsub-private.h	|   71
 ++++++++++++++----------
 pango/opentype/hb-ot-layout-gsubgpos-private.h |   30 ++++++++++
 pango/opentype/hb-ot-layout-open-private.h	|   41 --------------
 3 files changed, 71 insertions(+), 71 deletions(-)

commit 3b7ab5800e45a93ba3e58f8d1f9b67d6af2e529c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 19:47:54 2009 -0400

    [HB] Cleanup format unions

 pango/opentype/hb-ot-layout-gdef-private.h	|   18 +++---
 pango/opentype/hb-ot-layout-gsub-private.h	|   87
 ++++++++++++-----------
 pango/opentype/hb-ot-layout-gsubgpos-private.h |   16 ++--
 pango/opentype/hb-ot-layout-open-private.h	|   41 ++++-------
 4 files changed, 77 insertions(+), 85 deletions(-)

commit e2b95c6d00c5e7b2ad0c486ae3d3a7295a4109c7
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 19:31:18 2009 -0400

    [HB] Use four bytes for Null Tag, not 5

 pango/opentype/hb-ot-layout-open-private.h |	 4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit aec04a301f2e181626f7a3067d69e003ba915b32
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 09:45:32 2009 -0400

    [HB] Couple size checks

 pango/opentype/hb-ot-layout-gsub-private.h	|    7 +++++--
 pango/opentype/hb-ot-layout-gsubgpos-private.h |    4 ++--
 pango/opentype/hb-ot-layout-open-private.h	|    4 ++--
 3 files changed, 9 insertions(+), 6 deletions(-)

commit 8bd68ca2afab4a0703c9a678bffbc683c310a408
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 09:34:41 2009 -0400

    [HB] Propagate property of first glyph

    This slightly grows code size.

 pango/opentype/hb-ot-layout-gsub-private.h	|  100
 ++++++++++++-----------
 pango/opentype/hb-ot-layout-gsubgpos-private.h |    7 +-
 2 files changed, 56 insertions(+), 51 deletions(-)

commit 9222e0741549ba14a4edf153217fd95fc89d744d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 09:07:27 2009 -0400

    [GSUB] Further optimize the main switch

 pango/opentype/hb-ot-layout-gsub-private.h |	31
 +++++++++++++++------------
 1 files changed, 17 insertions(+), 14 deletions(-)

commit 5bdc1ff677d37af311e887ef2717daa8fae008ce
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 08:59:01 2009 -0400

    [HB] Unify first glyph property checking

 pango/opentype/hb-ot-layout-gsub-private.h	|   81
 ++++++++++-------------
 pango/opentype/hb-ot-layout-gsubgpos-private.h |   12 ----
 2 files changed, 35 insertions(+), 58 deletions(-)

commit ea8ac42a157bfdc0721886baf26a274c6494a742
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 08:28:42 2009 -0400

    [HB] Move Context matching logic out of GSUB

 pango/opentype/hb-ot-layout-gdef-private.h	|    2 -
 pango/opentype/hb-ot-layout-gsub-private.h	|  331
 +----------------------
 pango/opentype/hb-ot-layout-gsubgpos-private.h |  347
 ++++++++++++++++++++++++
 3 files changed, 352 insertions(+), 328 deletions(-)

commit 908360671e03888edeb40a486f588c5fb2788b7d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 07:52:11 2009 -0400

    [GSUB] Unify ContextSubst matching

 pango/opentype/hb-ot-layout-gsub-private.h |  378
 +++++++++++----------------
 1 files changed, 154 insertions(+), 224 deletions(-)

commit 264a07cd621fce810914c43bb43885519b819aab
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 07:39:34 2009 -0400

    [HB] Renames

 pango/opentype/hb-ot-layout-gsub-private.h |  122
 ++++++++++++++--------------
 1 files changed, 61 insertions(+), 61 deletions(-)

commit 92c65d29132105784b18b60ba938a3ec86dfcb76
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 06:03:42 2009 -0400

    [HB] Simplify buffer

 pango/opentype/harfbuzz-buffer-private.h   |	14 ++++------
 pango/opentype/harfbuzz-buffer.c	    |	35
 ++++++++++++---------------
 pango/opentype/harfbuzz-gsub.c		    |	 6 ++--
 pango/opentype/hb-ot-layout-gsub-private.h |	12 ++++----
 4 files changed, 31 insertions(+), 36 deletions(-)

commit f1e6c0487f5c1bc72061f49a0faa3b134736b06a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 05:52:32 2009 -0400

    [HB] Add TODO item

 pango/opentype/TODO		  |    1 +
 pango/opentype/harfbuzz-buffer.c |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit a44105aa2196e782c730dc102aaf77e2c4247ed5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 05:14:33 2009 -0400

    [HB] Update copyright years

 pango/opentype/hb-ot-layout-gdef-private.h |	 2 +-
 pango/opentype/hb-ot-layout-open-private.h |	 2 +-
 pango/opentype/hb-ot-layout.cc		    |	 2 +-
 pango/opentype/main.cc			    |	 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

commit 3532e39c36720f6c93392ba71dd46d89252836a4
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 04:59:56 2009 -0400

    [HB] Simplify more arrays

 pango/opentype/hb-ot-layout-open-private.h |  243
 +++++++++++-----------------
 pango/opentype/hb-ot-layout.cc		    |	 8 +-
 2 files changed, 101 insertions(+), 150 deletions(-)

commit 620d7f7fdc5a83047d6f0370c321a59918ae7dd3
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 01:22:51 2009 -0400

    [HB] Use ArrayOf<> in GSUB

 pango/opentype/hb-ot-layout-gdef-private.h |	 3 +-
 pango/opentype/hb-ot-layout-gsub-private.h |  157
 +++++++++-------------------
 pango/opentype/hb-ot-layout-open-private.h |	 5 -
 3 files changed, 53 insertions(+), 112 deletions(-)

commit 3d6f115c751830cff0b7389ae6e0c33322f1dcce
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 00:54:25 2009 -0400

    [HB] Add ArrayOf<>

 pango/opentype/hb-ot-layout-gdef-private.h |	62 +++++-----------------
 pango/opentype/hb-ot-layout-open-private.h |	77
 ++++++++++++++++++++-------
 2 files changed, 71 insertions(+), 68 deletions(-)

commit 2cb82da2cf865cdc05e23745ea07bff773eedc0b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 00:22:37 2009 -0400

    [HB] Use OffsetTo<> for Coverage

 pango/opentype/hb-ot-layout-gdef-private.h |	 1 +
 pango/opentype/hb-ot-layout-gsub-private.h |	55
 +++++++++++-----------------
 pango/opentype/hb-ot-layout-open-private.h |	10 +-----
 3 files changed, 23 insertions(+), 43 deletions(-)

commit fe6de1703567ddd2e3f5bf8f604d6f8961938340
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 00:15:51 2009 -0400

    [HB] Use OffsetTo<> in more places

 pango/opentype/hb-ot-layout-gdef-private.h |	12 +++++-------
 pango/opentype/hb-ot-layout-open-private.h |	 4 ++++
 2 files changed, 9 insertions(+), 7 deletions(-)

commit 0f7838ced386421f0bdf6692c0a383a4d308e270
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 17 00:09:20 2009 -0400

    [HB] Add OffsetTo template.

 pango/opentype/hb-ot-layout-gdef-private.h |	26
 ++++++++++++++------------
 pango/opentype/hb-ot-layout-gsub-private.h |	 6 +++---
 pango/opentype/hb-ot-layout-open-private.h |	27
 ++++++++++++++++++---------
 3 files changed, 35 insertions(+), 24 deletions(-)

commit c18aecadc6be7a14a205d1c31ad8c1c6d018bd24
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat May 16 23:20:48 2009 -0400

    [HB] Automate int-type size assertion

 pango/opentype/hb-ot-layout-open-private.h |	13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

commit d34fc6f5b7efc8d04a9dec527856a370b939dfc2
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat May 16 22:48:14 2009 -0400

    [HB] Use templates for Null objects

    Also use a common pool for all nul-content ones.

 pango/opentype/hb-ot-layout-gdef-private.h |	12 +-
 pango/opentype/hb-ot-layout-gsub-private.h |	28 +++---
 pango/opentype/hb-ot-layout-open-private.h |  142
 ++++++++++++++++------------
 pango/opentype/hb-ot-layout.cc		    |	 8 +-
 4 files changed, 105 insertions(+), 85 deletions(-)

commit c4f14a9a2a6cb947d6cd46fbaee84872446884b7
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat May 16 20:15:16 2009 -0400

    [HB] Remove obsolete comment

 pango/opentype/hb-ot-layout-gdef-private.h |	 1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit b05941e12b2891d9064c4a7717a155d8b622aa6c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat May 16 19:59:15 2009 -0400

    [GSUB] Start ChainContextSubst

 pango/opentype/hb-ot-layout-gsub-private.h |	50
 +++++++++++++++++++++------
 1 files changed, 39 insertions(+), 11 deletions(-)

commit 241fbceffc58deff47323280915dfd67a6d23329
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat May 16 19:44:24 2009 -0400

    [GSUB] Implement ContextSubstFormat3

 pango/opentype/hb-ot-layout-gsub-private.h |	62
 +++++++++++++++++++++++++++-
 1 files changed, 61 insertions(+), 1 deletions(-)

commit e9622c8c8c1dd88f63e1ba01df5295fc59eafde8
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri May 15 20:25:37 2009 -0400

    [GSUB] Implement ContextSubstFormat2

 pango/opentype/hb-ot-layout-gsub-private.h |  105
 +++++++++++++++++++++++++--
 1 files changed, 97 insertions(+), 8 deletions(-)

commit 75778ef4af51ce974fc9af25063f7bb239563b5a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri May 15 20:11:10 2009 -0400

    [GSUB] Add GSUB::substitute_lookup()

 pango/opentype/hb-ot-layout-gsub-private.h |	 7 +++++++
 pango/opentype/hb-ot-layout.cc		    |	 5 +----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 761d13a4ead9b627bbfa561ffbb667b6a5704a5e
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri May 15 18:54:53 2009 -0400

    [GSUB] Finish ContextSubstFormat1

 pango/opentype/hb-ot-layout-gsub-private.h |	77
 +++++++++++++++++++++------
 pango/opentype/hb-ot-layout-private.h	    |	14 +++++
 pango/opentype/hb-ot-layout.cc		    |	13 -----
 3 files changed, 74 insertions(+), 30 deletions(-)

commit 6ec3231cbe0014e43bdccb0588260595b6fb463f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri May 15 13:28:56 2009 -0400

    [HB] Fix typo

 pango/opentype/hb-ot-layout-open-private.h |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 35f3896cfc703b6b06fad76778f357a0c9fdde38
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri May 15 01:00:36 2009 -0400

    [HB] Add TODO item

 pango/opentype/TODO |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 9042dae8a1a4f4727a49b220f13487d50bc2e6fb
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri May 8 21:17:56 2009 -0400

    [HB] Remove DEFINE_NON_INSTANTIABLE

 pango/opentype/hb-ot-layout-gdef-private.h |	 2 --
 pango/opentype/hb-ot-layout-gsub-private.h |	 3 ---
 pango/opentype/hb-ot-layout-open-private.h |	18 +-----------------
 3 files changed, 1 insertions(+), 22 deletions(-)

commit 384c824418c8510d77f47ea10adeaa234612500b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri May 8 21:12:18 2009 -0400

    [HB] Remove get_size()

 pango/opentype/hb-ot-layout-gdef-private.h |	 9 ----
 pango/opentype/hb-ot-layout-gsub-private.h |	63
 ----------------------------
 pango/opentype/hb-ot-layout-open-private.h |	42 +-----------------
 3 files changed, 3 insertions(+), 111 deletions(-)

commit 9ca1c677b6f9e4329bbf9efc826621845b12b879
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri May 8 19:09:17 2009 -0400

    [GSUB] ContextSubst format 1

 pango/opentype/hb-ot-layout-gsub-private.h |	52
 ++++++++++++++++++++++++----
 1 files changed, 45 insertions(+), 7 deletions(-)

commit dc7f2949972981ad3253df73c9562c1ac2032ef9
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri May 8 18:45:53 2009 -0400

    [GSUB] Shuffle

 pango/opentype/hb-ot-layout-gsub-private.h |  170
 ++++++++++++++--------------
 1 files changed, 86 insertions(+), 84 deletions(-)

commit 21d6ce8759a582bfdf475e0f7f149338909b7c04
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu May 7 12:53:02 2009 -0400

    [HarfBuzz] Start a TODO file

 pango/opentype/TODO |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 24eb2f6e5bbde72b27f33a816d22cced57b9bbc2
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 6 00:25:59 2009 -0400

    [GSUB] minor

 pango/opentype/hb-ot-layout-open-private.h |	 6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 5e2e37cbbb7612f595b9c8af72fe4709b2386857
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed May 6 00:12:29 2009 -0400

    [GSUB] Towards Context subtitutes

 pango/opentype/hb-ot-layout-gsub-private.h |  137
 ++++++++++++++++++++++------
 1 files changed, 108 insertions(+), 29 deletions(-)

commit e3d3752ed67492358212ecff6f2e3ea71537b4b8
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 5 16:22:02 2009 -0400

    [GSUB] Minor refactoring

 pango/opentype/hb-ot-layout-gsub-private.h |	42
 +++++++++++++++------------
 1 files changed, 23 insertions(+), 19 deletions(-)

commit 8afbf62147bca4db12e78426ea9c41b5e801c7ed
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue May 5 13:25:13 2009 -0400

    [GSUB] Implement ligature substitutions

 pango/opentype/Makefile.am		    |	 2 +
 pango/opentype/hb-ot-layout-gsub-private.h |  113
 ++++++++++++++++++++++------
 2 files changed, 93 insertions(+), 22 deletions(-)

commit 0bb5d464baab47bb7b6e9852a5c7932bdb2df018
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 4 20:21:57 2009 -0400

    [GSUB] Hook new GSUB up in Pango

 pango/opentype/hb-ot-layout-gsub-private.h |	15 ++++--
 pango/pango-ot-info.c			    |	65
 ++++++++++++++++------------
 pango/pango-ot-private.h		    |	14 +++++-
 pango/pango-ot-ruleset.c		    |	37 +--------------
 4 files changed, 62 insertions(+), 69 deletions(-)

commit 644d9208ce6f916d702d41f35c3bd3f87552fa7b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu Apr 16 16:53:40 2009 -0400

    [GSUB] Start Ligature subtable support

 pango/opentype/hb-ot-layout-gsub-private.h |  132
 ++++++++++++++++++++--------
 pango/opentype/hb-ot-layout.h		    |	 2 +-
 2 files changed, 96 insertions(+), 38 deletions(-)

commit 2d1c3ed6ac99d73df640eaa8245771e32322aab5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu Apr 16 14:19:42 2009 -0400

    [GSUB] Implement Alternate subtables

 pango/opentype/hb-ot-layout-gsub-private.h |  104
 +++++++++++++++++++++++++--
 pango/opentype/hb-ot-layout-open-private.h |	 2 +-
 2 files changed, 97 insertions(+), 9 deletions(-)

commit 031314080876e4507eed89315e3bde044e16ab05
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu Apr 16 13:40:13 2009 -0400

    [GSUB] Implement Extension subtables

 pango/opentype/hb-ot-layout-gsub-private.h |  169
 ++++++++++++++++++----------
 1 files changed, 108 insertions(+), 61 deletions(-)

commit 3be923835e89c9697d7c0ab24013a353fbafa9ab
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu Apr 16 12:30:51 2009 -0400

    [GSUB] Fix reverse lookup loop like we did in the old code before

 pango/opentype/hb-ot-layout-gsub-private.h |	 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 25f2af64013f6d88289d526315d2d0c91b77e3a1
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu Apr 16 04:45:30 2009 -0400

    [harfbuzz/GSUB] towards a partially working GSUB

 pango/opentype/harfbuzz-buffer.c	    |	 2 +-
 pango/opentype/harfbuzz-impl.h		    |	 2 +-
 pango/opentype/harfbuzz.c		    |	 1 -
 pango/opentype/hb-ot-layout-gdef-private.h |	 4 +-
 pango/opentype/hb-ot-layout-gsub-private.h |  383
 ++++++++++++++++++++-------
 pango/opentype/hb-ot-layout-open-private.h |	31 ++-
 pango/opentype/hb-ot-layout-private.h	    |	 6 +-
 pango/opentype/hb-ot-layout.cc		    |	94 +++++--
 pango/opentype/hb-ot-layout.h		    |	 2 -
 9 files changed, 381 insertions(+), 144 deletions(-)

commit 6c68a82054505d3d1c8101cdb534fc8843354804
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed Apr 15 22:56:15 2009 -0400

    Implement the first substitute()

 pango/opentype/harfbuzz-buffer-private.h   |	 8 +-
 pango/opentype/harfbuzz-buffer.c	    |	 4 +-
 pango/opentype/harfbuzz-buffer.h	    |	 2 +-
 pango/opentype/harfbuzz-gdef-private.h     |	 4 +-
 pango/opentype/harfbuzz-gdef.c		    |	 6 +-
 pango/opentype/harfbuzz-gdef.h		    |	 2 +-
 pango/opentype/harfbuzz-gpos.c		    |	 8 +-
 pango/opentype/harfbuzz-gpos.h		    |	 2 +-
 pango/opentype/harfbuzz-gsub.h		    |	 2 +-
 pango/opentype/hb-ot-layout-gsub-private.h |	88
 +++++++++++++++++++++++++---
 pango/opentype/hb-ot-layout-open-private.h |	 2 +-
 pango/opentype/hb-ot-layout-private.h	    |	23 ++++---
 pango/opentype/hb-ot-layout.cc		    |	54 ++++++++++++-----
 pango/opentype/hb-ot-layout.h		    |	 2 +-
 14 files changed, 151 insertions(+), 56 deletions(-)

commit 23fe8a3b2aa15ea135704d8c25321a016a6972ae
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed Apr 15 20:14:24 2009 -0400

    Merge harfbuzz-ng

 pango/opentype/Makefile.am		    |	16 +-
 pango/opentype/harfbuzz-buffer-private.h   |	 6 +-
 pango/opentype/harfbuzz-global.h	    |	 3 +
 pango/opentype/harfbuzz-gpos.c		    |  121 ++--
 pango/opentype/harfbuzz-gpos.h		    |	 6 +-
 pango/opentype/harfbuzz-gsub.c		    |  145 ++---
 pango/opentype/harfbuzz-gsub.h		    |	 4 +-
 pango/opentype/harfbuzz-impl.h		    |	11 +-
 pango/opentype/harfbuzz-open.c		    |	 9 -
 pango/opentype/harfbuzz.h		    |	 1 -
 pango/opentype/hb-ot-layout-gdef-private.h |  276 ++++++++
 pango/opentype/hb-ot-layout-gsub-private.h |  583 ++++++++++++++++
 pango/opentype/hb-ot-layout-open-private.h |  993
 ++++++++++++++++++++++++++++
 pango/opentype/hb-ot-layout-private.h	    |	66 ++
 pango/opentype/hb-ot-layout.cc		    |  565 ++++++++++++++++
 pango/opentype/hb-ot-layout.h		    |  229 +++++++
 pango/opentype/main.cc			    |  174 +++++
 pango/pango-ot-buffer.c		    |	12 +-
 pango/pango-ot-info.c			    |  397 +++---------
 pango/pango-ot-private.h		    |	 4 +-
 20 files changed, 3127 insertions(+), 494 deletions(-)

commit 8cf1dc67718227b27e79ba2694a93f4005d51db1
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 4 16:23:51 2009 -0400

    Released 1.24.2

 NEWS	      |   11 +++++++++++
 configure.in |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

commit 6054aeddf94d0fee1e9274510aa71c75d84c6f05
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 4 16:00:06 2009 -0400

    [git.mk] Better deal with non-automake directories

 git.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2dbd066cbab8b9bfcf967e9147415db4f5627ab5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon May 4 14:16:25 2009 -0400

    [git.mk] Update

 git.mk |  157
 ++++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 80 insertions(+), 77 deletions(-)

commit 967e4eb92e3b7ce2bd92f18a84ecdc3f8bb39ed3
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 3 20:29:17 2009 -0400

    [git.mk] Fix DEST_SUBDIR recursion

 git.mk |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit f7c76896afc0f34db01a039933ee64ddc23bc3ab
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun May 3 20:25:33 2009 -0400

    [git.mk] Recurse in DIST_SUBDIRS too

 git.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2c9979d6a01b5fb4951f1413ad8468ed10415c64
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri May 1 14:05:31 2009 -0400

    Bug 580987 – SIGFPE in pango_glyph_string_index_to_x

    Be pedantic about broken cluster setup, avoid div-by-zero.

 pango/glyphstring.c |	  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 150573e610c0b14c34aba6fe17b1a6e36d282767
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Apr 27 14:24:24 2009 -0400

    [doap] Add mailto:

 pango.doap |	 4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit c91e757da1835900b73dcde3128ea4f5a5290c59
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun Apr 26 21:39:06 2009 -0400

    Bug 580273 – Font metrics functions incorrectly listed as reporting
    point sizes

    [doc] Remove misleading sentence about points and Pango units

 pango/fonts.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit ff7dc9ae5d9b1cc340c6859bd5f3aa3054b19bea
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun Apr 26 02:22:14 2009 -0400

    [git.mk] Also ignore other vim buffer files

 git.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 131f9b20f0d8748baf7e9bf27166c91ec8bad88f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat Apr 25 20:33:03 2009 -0400

    Fix maintainer-clean

 git.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit abb1367e9942509a0e5e30df5451a5cfe07a415e
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu Apr 23 23:17:38 2009 -0400

    [git.mk] Replace "git stat" with "git status"

    Apparently "stat" was aliased by me locally.

 git.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 37baf42b1b74884156162c317a6604951e4f2d19
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue Apr 21 15:15:08 2009 -0400

    Bug 579694 – Cygwin parallel-build patch

    Fix build on Cygwin.

 pango-view/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 049634718ff06752eb2722449a358a8248bcdea9
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun Apr 19 15:35:33 2009 -0400

    [DOAP] Add category

 pango.doap |	 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4ad7bc1ece28204a528561fa383ffc4664c5c578
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat Apr 18 16:19:24 2009 -0400

    [git.mk] Support out-of-tree builds

 git.mk |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit d0830820f84eb28a27502306b6acbf0f2b57fc7d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat Apr 18 15:04:41 2009 -0400

    [git.mk] Remove copyright claim

 git.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f88ab902430d3c01a83b980bf723058507c08d1f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri Apr 17 23:22:08 2009 -0400

    [Makefile.am] Minor cleanup

 Makefile.am |	  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 0564202a417e3d8eb6aad2c93c6d5e716f967549
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri Apr 17 21:37:53 2009 -0400

    [git.mk] Add gnome-doc-utils support

 Makefile.am |	  1 +
 git.mk      |	 23 ++++++++++++++++++++---
 2 files changed, 21 insertions(+), 3 deletions(-)

commit 43e7787c1497fec5addc5db5bf5c29ed2191cf74
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri Apr 17 21:11:37 2009 -0400

    [git.mk] Document more

 git.mk |  107
 ++++++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 87 insertions(+), 20 deletions(-)

commit 133839d1d7ae77cfc80638a3a29187794f87dddf
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri Apr 17 17:55:39 2009 -0400

    [git.mk] Document

 Makefile.am |	  3 +++
 git.mk      |	 22 ++++++++++++++++++++--
 2 files changed, 23 insertions(+), 2 deletions(-)

commit d71b8b4c90fdce60ee3a5d3494c6ef589b120613
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri Apr 17 17:27:03 2009 -0400

    [docs] Fix Makefile.am to not delete .gitignore on dist

 docs/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 137f858f17f680e2487bf4614a33c411c69469c7
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri Apr 17 17:24:02 2009 -0400

    [doc] Update templates

 docs/tmpl/pangofc-font.sgml |	  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 1140637cc765e449d381ae2d3a2ef6e3c9a98334
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri Apr 17 17:03:39 2009 -0400

    Use git.mk

 Makefile.am			|    2 ++
 docs/Makefile.am		|    2 ++
 examples/Makefile.am		|    2 ++
 modules/Makefile.am		|    2 ++
 modules/arabic/Makefile.am	|    2 ++
 modules/basic/Makefile.am	|    2 ++
 modules/hangul/Makefile.am	|    2 ++
 modules/hebrew/Makefile.am	|    2 ++
 modules/indic/Makefile.am	|    2 ++
 modules/khmer/Makefile.am	|    2 ++
 modules/syriac/Makefile.am	|    2 ++
 modules/thai/Makefile.am	|    2 ++
 modules/tibetan/Makefile.am	|    2 ++
 pango-view/Makefile.am		|    2 ++
 pango/Makefile.am		|    2 ++
 pango/mini-fribidi/Makefile.am |    2 ++
 pango/opentype/Makefile.am	|    2 ++
 tests/Makefile.am		|    2 ++
 tools/Makefile.am		|    2 ++
 19 files changed, 38 insertions(+), 0 deletions(-)

commit 5016f4caab5ecaa3c6faf46746c19801a72e9f08
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri Apr 17 17:03:25 2009 -0400

    Add git.mk

 git.mk |   72
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 72 insertions(+), 0 deletions(-)

commit b712138ad9d1f0eebb5f1ecc48d89ead7abf4a9f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri Apr 17 13:28:56 2009 -0400

    Doap it up

 Makefile.am |	  3 ++-
 pango.doap  |	 33 +++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletions(-)

commit f1bda36443d1759e02a4168563de21f08b39c566
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue Apr 14 14:09:42 2009 -0400

    Bug 578944 – pango-1.24.1 fails its testsuite

    Fix doc coverage.

 docs/Makefile.am	|    1 +
 docs/tmpl/scripts.sgml |    7 -------
 2 files changed, 1 insertions(+), 7 deletions(-)

commit 8197b4d1721d905f1cda3207494df525be112f5d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue Apr 14 11:09:41 2009 -0400

    Bug 578935 – Syntax error (missing semicolon) in
    pango/pangowin32-fontmap.c

    Add missing semicolon.

 NEWS			     |	 19 +++++++++++++++++++
 configure.in		     |	  4 ++--
 docs/tmpl/pangofc-font.sgml |	  5 -----
 pango/pangowin32-fontmap.c  |	  2 +-
 4 files changed, 22 insertions(+), 8 deletions(-)

commit 2fc08eeb9daeabd9fbac1e8ae409581117601bb5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu Apr 9 13:30:26 2009 -0400

    Bug 577952 – Error loading {GDEF,GSUB,GPOS} table 0x6EAD

    Detect TrueType Collections by checking the font data header instead
    of checking for "face->num_faces >1".

 pango/opentype/harfbuzz-stream.c |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

commit c5921ca904f3ab25f975e4c719c7334a31d84434
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed Apr 8 15:47:00 2009 -0400

    [pangofc] Be more tolerant on the "fontmap" property setting

    Bug 578336 – ABI breakage from 1.22 to 1.24 in fontmap field
    of PangoFcFont

    Commit 9305b9a9995e84ace3818a90346820ef8c47a3ce introduced a "fontmap"
    property in PangoFcFont and expected all subclasses to set it upon
    construction.  And PangoFcFontSet was changed to not set
    fcfont->fontmap
    anymore.

    Relax this change to make it backward compatible by:

      1) Making "fontmap" property a not-construct-only property

      2) In PangoFcFontSet, set "fontmap" if not already set

    This should make it backward compatible, while allowing new code to
    set the
    property instead of relying on PangoFcFontSet to do it.

 pango/pangofc-font.c	 |    2 +-
 pango/pangofc-fontmap.c |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 7a654f4999cdedf71d2c39cfa6ccf6fe2a7a8477
Author: Peter Clifton <pcjc2@cam.ac.uk>
Date:	Tue Apr 7 16:21:24 2009 -0400

    [doc] Tag markup attributes with version they were introduced

 docs/pango_markup.sgml |   16 ++++++++--------
 docs/tmpl/scripts.sgml |    7 +++++++
 2 files changed, 15 insertions(+), 8 deletions(-)

commit dd6ce709db5872132335fef9f75aa16a33d6e5aa
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Apr 6 19:49:02 2009 -0400

    [layout] Truncate final whitespace in the line before ellipsizing

    Bug 556132 – gnome-panel crashed with SIGSEGV in
    g_cclosure_marshal_VOID__BOXED()

    Not after.	Also fixes invalid memory access in case line was both
    wrapped and ellipsized.

 pango/pango-layout.c |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

commit b6b9a22500c3e760f7c05d6c1fd62ff1529dee1b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Apr 6 19:47:40 2009 -0400

    [layout] When computing empty line extents, use both layout and
    context fontdesc

    By merging them.  This is what happens for loading fonts in
    pango-context.
    We should do the same or we'll get zero-size fonts if layout has a
    font desc
    set with no size.

 pango/pango-layout.c |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)

commit 5ea040faf98de83101d50d1dfa141cdaf0cc5c2f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Apr 6 19:46:49 2009 -0400

    [layout] Don't break line on LINE_SEPARATOR if the line is to be
    ellipsized

 pango/pango-layout.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit caabe183c7747d7486695071ab592e677bbdce25
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Apr 6 19:45:04 2009 -0400

    Allow font_family=NULL in load_font() and load_fontset() methods

 pango/pango-context.c	    |	 5 +----
 pango/pango-fontmap.c	    |	 6 +++---
 pango/pangoatsui-fontmap.c |	 5 ++++-
 pango/pangowin32-fontmap.c |	 8 +++++---
 pango/pangox-fontmap.c     |	 4 +++-
 5 files changed, 16 insertions(+), 12 deletions(-)

commit 1e990af007255d1137ec76bd86658198d73994c6
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Apr 6 19:43:17 2009 -0400

    [xft,ft2] Fix empty-glyph logical extents

    Previously we were returning zero.	We now return the height of the
    glyph for space.

 pango/pangoft2.c      |   17 ++++++++++++-----
 pango/pangoxft-font.c |   23 ++++++++++++++++++-----
 2 files changed, 30 insertions(+), 10 deletions(-)

commit e61e53f197bf238269a9db736901e64fd999190a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Apr 6 19:42:06 2009 -0400

    Allow desc_to_merge=NULL in pango_font_description_merge()

 pango/fonts.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 3948365307f6b70863d89af7da832b84af72c263
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Apr 6 19:41:32 2009 -0400

    Use g_debug() instead of g_message()

 pango/break.c	      |    2 +-
 pango/pango-layout.c |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit fed14242693db7f79c51190698aaf015d0e0a44f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 30 13:21:23 2009 -0400

    [cairotwisted] Plug couple other leaks

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

commit 434011df553c8d40c1e6508c9bdea4884e591f97
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 30 13:13:39 2009 -0400

    [cairotwisted] Plug leak

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

commit 17ea2edc6defca2862bd45680d80e525998ea738
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu Mar 26 01:06:13 2009 -0400

    [indic] Fix build

 modules/indic/indic-ot-class-tables.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit cf13cde8a80c9a1a9d4c9e343c634350da59991a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu Mar 26 01:03:43 2009 -0400

    Bug 571291 – Unicode 5.1 support in pango - Indic Lanuages

    Add char class for new characters.
    Patch from Rahul Bhalerao.

 modules/indic/indic-ot-class-tables.c |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

commit 477747bc1ef1078b06c4e1c615a1a912e6ada299
Author: Sebastian Dröge <slomo@circular-chaos.org>
Date:	Mon Mar 23 19:16:58 2009 -0400

    Bug 576298 – Fails to link pango-view if --without-x is specified
    but cairo has X11 support

 pango-view/pango-view.c   |	2 +-
 pango-view/viewer-cairo.c |	4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 698203ab28bc679c2e62a2452a79d5785fd46ca7
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:	Wed Mar 18 13:02:13 2009 +0000

    [pango] Allocate PangoScriptIter on stack.

    Move the PangoScriptIter structure definition to a private header
    file,
    so that we can embed the iterator within other structures or allocate
    a local iterator on the stack. This eliminates the frequent
    short-lived
    allocations associated with the iterator.

 pango/Makefile.am	      |    1 +
 pango/break.c		      |   13 ++++---
 pango/pango-context.c	      |   13 ++++---
 pango/pango-script-private.h |   56 +++++++++++++++++++++++++++++++++
 pango/pango-script.c	      |   70
 ++++++++++++++++++------------------------
 5 files changed, 101 insertions(+), 52 deletions(-)

commit 3241972c4f4d9c1d98d166c38cb0d7b12afb5545
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue Mar 17 12:05:34 2009 -0400

    [pango-context] Fix assertion with enable_fallback=FALSE and no fonts

 pango/pango-context.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 7c025dc9d4ef396d991c823ed015c34aaf0eb3ae
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 16 18:34:47 2009 -0400

    Release 1.24.0

 NEWS	      |   37 +++++++++++++++++++++++++++++++++++++
 configure.in |    4 ++--
 2 files changed, 39 insertions(+), 2 deletions(-)

commit 4b68c2eb18bafffd2466df30aaf892ec7cd46c9b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 16 18:08:31 2009 -0400

    Rename ChangeLog.pre-1.23 -> ChangeLog.pre-1-23

 ChangeLog.pre-1-23 | 1858
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 ChangeLog.pre-1.23 | 1858
 ----------------------------------------------------
 2 files changed, 1858 insertions(+), 1858 deletions(-)

commit a08ef98448054f28d686d8bba8850e44056e33d7
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 16 18:07:50 2009 -0400

    [Makefile.am] Generage ChangeLog from git-log

 Makefile.am |	 17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit c82e8ad9dda142b1acfbcb86054750e082600893
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 16 17:25:33 2009 -0400

    Bug 547963 – man page for pango-view

 pango-view/Makefile.am     |	26 ++++++++++++++++++++++++++
 pango-view/viewer-main.c   |	 1 +
 pango-view/viewer-render.c |	13 +++++--------
 3 files changed, 32 insertions(+), 8 deletions(-)

commit 69e1f7921525c2849d937b5a822475007a4f9a2f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 16 16:57:58 2009 -0400

    Bug 502804 – pango-view or pangocairo-view option to annotate

    Added --annotate.

    Also fixes:
    Bug 502801 – per-backend pango-view options

 pango-view/viewer-cairo.c	|    5 +++++
 pango-view/viewer-cairo.h	|    2 ++
 pango-view/viewer-pangocairo.c |   33 +++++++++++++++++++++++++++++++--
 pango-view/viewer-render.c	|   15 ++++++++++++---
 pango-view/viewer.h		|    1 +
 5 files changed, 51 insertions(+), 5 deletions(-)

commit 56ff9ed93d1cc9fd091da609304bd153d706d818
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 16 16:33:48 2009 -0400

    [pango-view] Add an extra level of mild annotation to cairo backend

 pango-view/viewer-main.c	|    2 +-
 pango-view/viewer-pangocairo.c |  133
 ++++++++++++++++++++-------------------
 pango-view/viewer-x.c		|   15 ++---
 3 files changed, 74 insertions(+), 76 deletions(-)

commit c4f9a30634779bc985a470df2bc9f7e4fa0e6ad0
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 16 16:32:02 2009 -0400

    [pango-view] Clear background in _render

 pango-view/viewer-cairo.c    |   90
 ++++++++++++++++++++++++++----------------
 pango-view/viewer-pangoxft.c |   21 ++++------
 pango-view/viewer-x.c	      |    8 ----
 3 files changed, 65 insertions(+), 54 deletions(-)

commit a6af36b9c06b81ab8095afff85f68f37c27a4b3b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 16 16:03:36 2009 -0400

    Bug 502805 – pango-view option for foreground/background color

 pango-view/viewer-cairo.c	|   58 +++++++++++++++++-------
 pango-view/viewer-cairo.h	|    3 +
 pango-view/viewer-pangocairo.c |   13 +++++-
 pango-view/viewer-pangoxft.c	|   26 +++++++----
 pango-view/viewer-render.c	|   97
 +++++++++++++++++++++++++++++++++++++++-
 pango-view/viewer-render.h	|    7 +++-
 pango-view/viewer-x.c		|    8 +++
 7 files changed, 182 insertions(+), 30 deletions(-)

commit 2599e265eba6fd27b3f7684c484f3160f9a67595
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 16 11:23:22 2009 -0400

    [configure.in] Look for pango.pc.in instead of ChangeLog

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4eb4cf81312691516c2129f04f245401b5566235
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun Mar 15 15:50:13 2009 -0400

    [pango-view] Don't clear the background for vector output

 pango-view/viewer-cairo.c	|   28 ++++++++++++++++++++++++----
 pango-view/viewer-pangocairo.c |    3 ---
 2 files changed, 24 insertions(+), 7 deletions(-)

commit a3e3ba07b6da4bacb85ae6874cab10286d239903
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun Mar 15 14:31:28 2009 -0400

    [pango-view] Add ability to save to PS, EPS, PDF, and SVG

 pango-view/viewer-cairo.c	|  192
 +++++++++++++++++++++++++++++++++++++---
 pango-view/viewer-cairo.h	|    2 +-
 pango-view/viewer-pangocairo.c |    3 +-
 3 files changed, 183 insertions(+), 14 deletions(-)

commit a4e47759bab59ce5b71a316dc4075c27eeece1e4
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun Mar 15 13:16:50 2009 -0400

    [pango-view] Make the cairo backend save png natively

 pango-view/viewer-pangocairo.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit a08cd2843ea38b142d375a15a08520c8758cd4ba
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun Mar 15 13:13:03 2009 -0400

    [Makefile.am] Cleanup

 pango-view/Makefile.am |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)

commit 9644e56231280151803e0bdbee7141507a6b899f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sun Mar 15 13:08:36 2009 -0400

    Red Hat Bug 490331 -  Crash of galeon in libpango

    Don't crash when no fonts installed.

 pango/pangofc-fontmap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit df05d117a5c168fb90138d7d6bae760c1b2851af
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat Mar 14 21:33:07 2009 -0400

    Bug 523166 – pango-view opens display even when invoked with -q

    Works now.

 pango-view/viewer-cairo.c	|   85
 ++++++++++++++++++++++++++++++++++++----
 pango-view/viewer-cairo.h	|    2 +-
 pango-view/viewer-main.c	|   12 +++++-
 pango-view/viewer-pangocairo.c |    6 ++-
 pango-view/viewer-x.c		|    4 +-
 pango-view/viewer.h		|    1 -
 6 files changed, 93 insertions(+), 17 deletions(-)

commit 3310b979c486e38182d89132d6b6b3e3d7ffb728
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat Mar 14 20:50:29 2009 -0400

    [pango-view] Don't set metrics-hinting, fallback to surface default

 pango-view/viewer-pangocairo.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 5ca1d5b3373e6a2c2c69829a9ffd2a515d64e860
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat Mar 14 19:25:48 2009 -0400

    [pango-view] Remove per-backend binaries

 pango-view/Makefile.am       |   97
 ------------------------------------------
 pango-view/pangocairo-view.c |    8 ---
 pango-view/pangoft2-view.c   |    8 ---
 pango-view/pangox-view.c     |    8 ---
 pango-view/pangoxft-view.c   |    8 ---
 5 files changed, 0 insertions(+), 129 deletions(-)

commit f4508bc989919842e8df3ff5b9aeeffece29571c
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat Mar 14 19:01:16 2009 -0400

    Rebuild pango-script-lang-table.h with fontconfig-2.6.99.behdad

 pango/pango-script-lang-table.h |  434
 ++++++++++++++++++++++-----------------
 1 files changed, 241 insertions(+), 193 deletions(-)

commit 46c65d090998b27a25ee89d36d444d645640934e
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Sat Mar 14 19:00:54 2009 -0400

    [Makefile.am] Fix build of gen-script-for-lang

 tools/Makefile.am |	2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 04138218a9b515244f02202c5b18103e84e33d9e
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Thu Mar 12 14:43:54 2009 -0400

    [pangofc-fontmap] Document the caching structure

 pango/pangofc-fontmap.c |   54
 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

commit 03a13541fbf3f49c21d73490570ca217f559acbb
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue Mar 10 17:13:36 2009 -0400

    [pangofc] Share cmap cache between PangoFcFont's of the same face
    (#567160)

 pango/pangofc-font.c	 |   41 ++++--------
 pango/pangofc-fontmap.c |  172
 ++++++++++++++++++++++++++++++++--------------
 pango/pangofc-private.h |   26 +++++++
 3 files changed, 158 insertions(+), 81 deletions(-)

commit c84d4e6e068d802cd0fe2b23bee4c611ae9ef89f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue Mar 10 14:00:09 2009 -0400

    [pangofc] Reuse filename from pattern in coverage key

 pango/pangofc-fontmap.c |   28 ++++++++++++++++++++--------
 1 files changed, 20 insertions(+), 8 deletions(-)

commit 9305b9a9995e84ace3818a90346820ef8c47a3ce
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue Mar 10 08:08:19 2009 -0400

    [pangofc] Add a "fontmap" property to PangoFcFont

    Gecko uses its own PangoFcFontMap subclass with its own PangoFontSet.
    Previously we were setting font->fontmap in our own private
    PangoFcFontSet.  Now it's up to the PangoFcFont subclass to set it
    when creating the new font object.

    Also adds the following backend-public symbol:

	pango_fc_font_map_find_decoder()

 docs/pango-sections.txt	|    1 +
 docs/tmpl/pangofc-font.sgml	|    5 +++
 docs/tmpl/pangofc-fontmap.sgml |   10 +++++
 pango/pangocairo-fcfont.c	|    1 +
 pango/pangofc-font.c		|   42 +++++++++++++++++++--
 pango/pangofc-fontmap.c	|   79
 +++++++++++++++++++++++++---------------
 pango/pangofc-fontmap.h	|    2 +
 pango/pangoft2.c		|    1 +
 pango/pangoft2.def		|    1 +
 pango/pangoxft-font.c		|    1 +
 10 files changed, 109 insertions(+), 34 deletions(-)

commit ed941ddf131cbdd8f5e1e1efabd6e92c37010735
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue Mar 10 11:42:01 2009 -0400

    [pango-coverage] Fix optimization bug in pango_coverage_to_bytes()

 pango/pango-coverage.c |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

commit fa908f4cb6db943b555a51d1ce4bf01112b1a710
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue Mar 10 09:05:39 2009 -0400

    [pango-coverage] Use gslice for data arrays

 pango/pango-coverage.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit b22da261e98702b95db83cd96175d0d655dc0df4
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue Mar 10 08:26:20 2009 -0400

    [pango-coverage] Remove unused struct member

 pango/pango-coverage.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit e3cff8e0bb2926b2db1687182fab587ade7b64ee
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Wed Mar 4 14:16:25 2009 +0330

    Increase FONTSET_CACHE_SIZE from 64 to 256

    Now that we keep a lot fewer objects per fontset, increase the
    cache size.

 pango/pangofc-fontmap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5861e2609ded6495ebfd4110c4fc8f07ba32ebca
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Tue Mar 3 01:30:03 2009 +0330

    [pangofc-fontmap] Don't unref NULL object (RH bug# 487593)

 pango/pangofc-fontmap.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit a45933e695a6a60ebae63b30b5a021859cb85305
Author: Tor Lillqvist <tml@iki.fi>
Date:	Mon Mar 9 14:21:49 2009 +0200

    Revert change from 2008-05-28 that mapped words and word pairs that
    indicate weight or stretch into the corrersponding Pango font
    description setting and stripped those word(s) from the family name.

    Personally I liked the effect this had on the GTK+ font picker,
    combining all weight and stretch variants of what de facto is one
    typeface family (for instance DejaVu) under one family name. But Bulia
    Byak reported that this caused regressions in Inkscape. So OK then.

 pango/pangowin32-fontmap.c |  100
 +-------------------------------------------
 1 files changed, 2 insertions(+), 98 deletions(-)

commit fab7a104d5c6f3182fe9bdc84bfcba5807f87f8a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 2 15:16:11 2009 +0330

    [opentype] Protect against illegal access for arrays of length zero

 pango/opentype/harfbuzz-gpos.c |   22 ++++++++++++++++++----
 pango/opentype/harfbuzz-gsub.c |    6 ++++++
 2 files changed, 24 insertions(+), 4 deletions(-)

commit caaa5d09e10d4fe01ef986c9a95826c3cbb13cfa
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 2 14:20:20 2009 +0330

    [opentype] Use size_t instead of uint for malloc wrappers

 pango/opentype/harfbuzz-impl.c |    4 ++--
 pango/opentype/harfbuzz-impl.h |    6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

commit 4de30e5500eaeb49f4bf0b7a07f718e149a2ed5e
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 2 12:00:52 2009 +0330

    [glyphstring] Handle overflow with very long glyphstrings

 pango/glyphstring.c |	 26 ++++++++++++++++++++------
 1 files changed, 20 insertions(+), 6 deletions(-)

commit 1c9433bfe43890b102c8cead8ab3ee34b44c5c37
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 2 11:17:24 2009 +0330

    [pango-language] Fix small leak

    Reported by Tommi Rantala.

 pango/pango-language.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 7245e427818d88358f2c9fcfdbe777701d7b0ab9
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 2 11:12:43 2009 +0330

    Bug 572662 – Remove deprecated GTK+ symbols

    Remove the obsolete file viewer-win32.c

 pango-view/Makefile.am    |	1 -
 pango-view/viewer-win32.c |  748
 ---------------------------------------------
 2 files changed, 0 insertions(+), 749 deletions(-)

commit e2f1e870a164dfe855542520c38b5d0b5758d433
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 2 11:11:09 2009 +0330

    Rename ChangeLog to ChangeLog.pre-1.23

 ChangeLog	    | 1858
 ----------------------------------------------------
 ChangeLog.pre-1.23 | 1858
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am	    |	 1 +
 3 files changed, 1859 insertions(+), 1858 deletions(-)

commit 0586fb02661f1a8465ae94cd736d98200da7b147
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Mon Mar 2 11:09:29 2009 +0330

    Fix Bug 572529 – Poor -I ordering can break build

 pango/opentype/Makefile.am |	 4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 44c9dd3d4c17776240a2bd7bdee93b5455ab76d5
Author: Behdad Esfahbod <behdad@behdad.org>
Date:	Fri Feb 6 19:23:48 2009 -0500

    Fix warnings

 tests/gen-all-unicode.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit d17a99734b13e3ea4886177c704d54fbb634a0f7
Author: Behdad Esfahbod <behdad@src.gnome.org>
Date:	Tue Feb 3 05:49:01 2009 +0000

    Fix check.

    svn path=/trunk/; revision=2829

 pango/pangoft2.def |	 6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 400b54870729c2afe49d1aec2b43b2678e0d0844
Author: Behdad Esfahbod <behdad@gnome.org>
Date:	Tue Feb 3 05:34:15 2009 +0000

    === Released 1.23.0 ===

    2009-02-03	Behdad Esfahbod  <behdad@gnome.org>

	    * === Released 1.23.0 ===

	    * configure.in: Version 1.23.0

	    * NEWS: Updated.

    svn path=/trunk/; revision=2828

 ChangeLog |	8 ++++++++
 NEWS	   |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+), 0 deletions(-)
