commit c6309d4c8fcb5f4879cc25cf81b649f5eb665413
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon Sep 5 15:23:18 2022 -0400

    libXft 2.3.5
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 4356b583f8c23575a9ac25d49e7d224930107ef5
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sat Jul 9 12:25:28 2022 -0400

    update copyright notice
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 1f610967afc221b296036849d0c17aea495ab50c
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sat Jul 9 12:23:57 2022 -0400

    add a null-pointer check
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 16b87600d545b7c0e8f4b6629f553eb235f19f0c
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sat Jul 9 09:58:58 2022 -0400

    fix new gcc warnings
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit a87be5ae94148f163a7b009df3d41a26a478d800
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sat Jul 9 09:28:29 2022 -0400

    build-fix
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 3ca7a7c375a8c022c068e2534c5a6861e547eaef
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sat Jul 9 09:04:18 2022 -0400

    merge changes by Christian Werner
    
    see note in libXft merge-request #1 at #note_1222314
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit c53a1bc27c11e0c3cdf54e2beffd6cc220703a0b
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon May 30 20:11:14 2022 -0400

    cleanup new compiler warnings
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 68c6a862409028d9b62ca601df02f345d60f969e
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon May 30 18:30:55 2022 -0400

    build-fix for c89
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 6a08279ee80dbd1a226592d7f18c862c2e4a7d3a
Author: Maxime Coste <mawww@kakoune.org>
Date:   Tue Oct 22 22:46:49 2019 +1100

    Add support for BGRA glyphs display and scaling
    
    Display is done using an XRender Picture, as XRender
    glyphs are incompatible with BGRA rendering due to
    their use of the glyph bitmap as a mask.
    
    Scaling is done by averaging all relevant pixel, which gives
    much better result than nearest pixel sampling while staying
    simple enough and not too computationally expensive.
    
    This enables color emoji rendering support.
    
    Fixes: #6
    
    Signed-off-by: Maxime Coste <mawww@kakoune.org>
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 2cbb9597e0b10d87fa9fc506910f69b9199320f0
Author: Maxime Coste <mawww@kakoune.org>
Date:   Thu Jan 28 20:05:13 2021 +1100

    Introduce a _XftCompositeText helper function
    
    Dispatch to XRenderCompositeText{8,16,32} based off the given width.
    
    Signed-off-by: Maxime Coste <mawww@kakoune.org>
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit cac2fd528dd0ba9ed2308f6dda4598993c51cf64
Author: Maxime Coste <mawww@kakoune.org>
Date:   Thu Jan 28 19:59:10 2021 +1100

    Introduce a _XftCompositeString helper function
    
    Dispatch to XRenderCompositeString{8,16,32} based off the given width.
    
    Signed-off-by: Maxime Coste <mawww@kakoune.org>
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 10b53d1fa37615e81d1e3b6e4d2d2e25e4342c15
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Tue Jul 5 20:13:42 2022 -0400

    errata (cppcheck, clang --analyze, manpage credit)
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 6fc03611ed2b103b6b5a2f0c6b610087879325e4
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Tue Jul 5 04:14:07 2022 -0400

    document new features for glyph memory-tracking
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 36a8474813aba2be263f9de88ad9adfe85c0daf1
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon Jul 4 20:08:58 2022 -0400

    improve glyph management by relinking to unload least-recently used glyphs
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 01d44d70e9bd770ac365c88e09c5e432d2e517ad
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon Jul 4 18:31:24 2022 -0400

    when tracking glyph memory usage, unload the oldest glyph rather than randomly
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 698e205b657f9192df07962e7823a2eae80e1c17
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon Jul 4 18:10:32 2022 -0400

    cppcheck/gcc-stricter warnings about printf-formats and operator precedence
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 949295d665b030eb451fa590940293ada84c9bfe
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon Jul 4 15:30:24 2022 -0400

    fix delinkage of last glyph in font, improve debug-trace
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 058d7237068b2a698098c68c171bbbfd04a51b48
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon Jul 4 07:56:46 2022 -0400

    add asserts (to help with debugging), update copyright notices
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 318c6984baba0ea02147dc72a97e331234b6baf7
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon Jul 4 07:41:12 2022 -0400

    refactor _XftFontUncacheGlyph, separate the two types of loop for readability
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 33c1e1e3a5c08b690e145cc193d52fc13869af7b
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun Jul 3 20:53:23 2022 -0400

    validate linked-list updates with _XftValidateGlyphUsage
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 114db90eac2c0f32f6b662d916a5af6a8990bf36
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Fri Jul 1 04:25:10 2022 -0400

    add option for tracking glyph memory-usage on a linked list
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 442bbb084a1316aa6b25b29e17889bc71c1e4235
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon Jun 27 03:54:58 2022 -0400

    add "trackmemusage" property to use in improved _XftFontUncacheGlyph
    
    The linear search used for randomly selecting a glyph to discard is
    inefficient.  This commit provides for a doubly-linked list which
    could be maintained by the library to quickly discard the least
    recently used glyph.
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit d4a554c9795b109085ec31eedacba6532c18d802
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Fri Jun 24 20:26:31 2022 -0400

    reduce clutter with macros for allocating arrays
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 42c6616499e6ca193a0b764576a6ed8650dd3d7b
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Tue Jun 21 20:29:05 2022 -0400

    add debugging trace for XftDefaultSet()
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 908a5e43bc37ea3b80985683369a27b4e607aecf
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon Jun 13 15:59:12 2022 -0400

    add section of functions managing XftColor
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 5f809521ad2d1080710670602619582de8fd6b0c
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sat Jun 11 10:55:40 2022 -0400

    add a section on the XFT_DEBUG environment variable
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 5a1768ac1071bd05a731d9e744dbf8bb20ccf2b0
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sat Jun 11 10:24:26 2022 -0400

    add a table of the "families" of functions
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 936bbafb612c5fb2ac838e94fb4e9a92da1d600c
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sat Jun 11 09:50:28 2022 -0400

    document XftGlyphFontSpecRender() and related functions.
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit c76339229144ab6342315a27ee67a7ade1f43464
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Fri Jun 10 10:08:10 2022 -0400

    reduce clutter for external data-types by documenting them one time
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 58b1fed139c6dfd1a20a8b6090181f43aaffcc59
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Fri Jun 10 09:27:36 2022 -0400

    document the clipping-functions
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 73e1c4dc886079e87b0aaa6e3b6fa468b9ba2af2
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Wed Jun 8 20:11:25 2022 -0400

    add section on manipulating font data
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 5ac7ca85151515f5f03f5c0389f96f202e9cd6bb
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Wed Jun 8 04:27:48 2022 -0400

    add section on manipulating font patterns
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 57892d1b735dcb5e019790b271df79d7a4b89e61
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Wed Jun 8 04:01:50 2022 -0400

    remove remaining internal prototypes for obsolete xftcompat.c
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 81944f3796dc1cc1a9529233cec3f3b2c2d546b3
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Wed Jun 8 03:52:47 2022 -0400

    move prototype for XftNameUnparse to Xft.h
    
    This entrypoint has "always" been exported, but not declared publicly.
    It is used for debugging in xterm.
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 5b191b7db9e6a785ed566c82419b11540c240423
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Tue Jun 7 18:45:55 2022 -0400

    document XftFontOpenXlfd and XftXlfdParse
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit b22b2b73ed1c9ed216b98ec33c3258030a34d0d2
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Tue Jun 7 04:18:48 2022 -0400

    add overview for text-extents section
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit c3fc93be50d2f7e5c197afd47928d9338fca1618
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon Jun 6 20:18:07 2022 -0400

    change data-types to subsections to help with readability
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 04d5b339f42d90f51b9294552558fae181bc48d8
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon Jun 6 04:14:55 2022 -0400

    consistently bold "Xft"
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 18c74d39dd202e385d57415007ba6e803ac6f89a
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun Jun 5 20:28:07 2022 -0400

    initial draft of initialization-functions documentation
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 48eb5a7cb0a7aaacfcb77eba035c5c47d082ab88
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun Jun 5 12:25:38 2022 -0400

    amend rule for creating manpage aliases
    
    eliminate too-specific gzip step, rely upon packaging system to do this.
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 765e2d2154946a6a9422c0470d6e57fbaf64182b
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sat Jun 4 06:15:39 2022 -0400

    cleanup manpage comments
    
    cleanup comments used as reminders to mention functions,
    leaving comments used as reminders to add new paragraphs.
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 48d2353317db2b16b68633c88d5ecd4a583b234e
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Thu Jun 2 20:35:28 2022 -0400

    install man-aliases for all of the exported symbols
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 724978961ff3b6e4f5043be07160487bc681fda1
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Thu Jun 2 18:37:09 2022 -0400

    corrected prototypes in manpage, matching Xft.h
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 4591cdd1c0f0c8afb8eac9cc908aa7c7d141dc6d
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Thu Jun 2 18:28:07 2022 -0400

    reuse macros from Xcursor.man to fix ragged layout of typedefs and prototypes
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 06a3c0ab6520e368ac936cb1ef172f19957db0fa
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon May 30 15:15:11 2022 -0400

    fix warnings by gcc 11; check if length <= zero
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 4342ea4b4b87790004f6883a0d5b36fdff7c0443
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon May 30 10:39:39 2022 -0400

    formatting fix, for clarity (no object change)
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit b4ed18f1dc398ea39d9f76da556306fe02f26c97
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon May 30 09:23:37 2022 -0400

    quiet compiler warning with cast
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit f2583758d3e5c65f372387d1c67433856682c3fb
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon May 30 09:21:28 2022 -0400

    quiet compiler warning with cast
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit c3ad9cf5b11772fbc9ff4dd793f0a7e897b5df5a
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun May 29 20:37:26 2022 -0400

    change the internal memory-allocator to use size_t
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit a9ce40d7f51dd20533d25e2a252afb1d09194d3f
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun May 29 19:44:16 2022 -0400

    quiet warnings with casts
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 4edfca0cb839e51bca29f5c382c311c08db49b33
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun May 29 18:26:13 2022 -0400

    promote font->num_glyphs to FT_UInt or Glyph to fix warnings
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit ef896b2106fa171707a4087be506259f578ff3a5
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun May 29 18:05:10 2022 -0400

    fix missing-initializer warning
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 768f43c04b5587d3b49ccd2d2f0133630c6a093b
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun May 29 17:51:07 2022 -0400

    cleanup warnings about discarding const
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 4dadf0ed93624a09b4a2f7403b79103b50681391
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun May 29 17:40:25 2022 -0400

    quiet unused-parameter warnings with _X_UNUSED
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit bafdc86cf32af60448db28ed03aa8230e7a14019
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Jun 3 11:32:55 2022 -0700

    gitlab CI: add a basic build test
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 6cf073c11705cf576c3b7618a32ae121eaf14579
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Jun 3 11:24:18 2022 -0700

    Fix spelling/wording issues
    
    Found by using:
        codespell --builtin clear,rare,usage,informal,code,names
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 0dd423a89305e040ed20a8f449203ef091507790
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Jun 3 11:22:22 2022 -0700

    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 98b121f22c3477b508dd17aa5db99f2ebf36ade4
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Aug 1 17:49:42 2021 -0700

    libXft 2.3.4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit dcd637d0f162e177a73a121feeb9d9e4fd69d4bb
Author: Samanta Navarro <ferivoz@riseup.net>
Date:   Sat Oct 3 11:51:35 2020 +0000

    Fix typo in manual

commit 6e7da3c7c40deed551d14b6bab6f3d1ac256509f
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Apr 3 17:53:33 2020 -0700

    Remove call to FcNameRegisterObjectTypes
    
    This fontconfig function has been deprecated and no longer does
    anything.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 26a3a497409279d74827f374e65ae4b8d3c1f1f7
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Apr 3 17:43:04 2020 -0700

    Skip 'render' pattern elements with invalid type
    
    Fontconfig no longer supports the FcNameRegisterObjectTypes API, which
    means that any Xft custom fields cannot be specified in a fontconfig
    name as those will always be set to FcTypeUnknown in the pattern.
    
    The only one of those we care about is XFT_RENDER, which was used to
    disable the Render extension, something most apps probably don't need
    to support in names anyways. Allow the call requesting this value to
    return FcResultTypeMismatch and pretend that XFT_RENDER is missing
    from the pattern.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 972fa05c3df73fd3c99c409c0ac2225a58f76d09
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Wed Apr 1 20:57:52 2020 -0400

    build-fix for c89
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 86c2355b116fd9febe2ac7f577e7c12e069d3986
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Wed Apr 1 20:53:30 2020 -0400

    minor typography fix
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit ed8bb9667ac1e0f0863a03a44962be9654c4d04e
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Wed Apr 1 20:52:25 2020 -0400

    fix most type-conversion warnings from gcc-normal, without object-file changes
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit a266847d3c17dcdfcac719a1aa970ad54f4b545a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Mar 16 11:03:38 2019 -0700

    libXft 2.3.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit fab5adf8fa3073862267e14aece1adf9eed0541c
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Mar 16 11:03:17 2019 -0700

    Add description of libXft to README.md
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b397ffb23f02389b6c6168e7826605789907d740
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Dec 7 19:42:33 2018 -0800

    Update configure.ac bug URL for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit bdfb2b0e0fbf02ae69fe6cb2fbe352c4231e5c54
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Nov 19 22:20:38 2018 -0800

    Update README for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit c418dc7594f98359ae10815f62ee3efc0a511cf8
Author: Mihail Konev <k.mvc@ya.ru>
Date:   Thu Jan 26 13:52:49 2017 +1000

    autogen: add default patch prefix
    
    Signed-off-by: Mihail Konev <k.mvc@ya.ru>

commit 6a12debafe35963d205e0dc78eb742ad898312b7
Author: Emil Velikov <emil.l.velikov@gmail.com>
Date:   Mon Mar 9 12:00:52 2015 +0000

    autogen.sh: use quoted string variables
    
    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
    fall-outs, when they contain space.
    
    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 0d3402d1138afe9854452eb494acc649faa0dc9e
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Jan 24 10:32:07 2017 +1000

    autogen.sh: use exec instead of waiting for configure to finish
    
    Syncs the invocation of configure with the one from the server.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>

commit e8a83226bc10afb587f6f34daac44d2ef809c85e
Author: Keith Packard <keithp@keithp.com>
Date:   Sun Oct 19 18:00:26 2014 -0500

    XftDrawSrcPicture: Use XRenderCreateSolidFill when available
    
    Instead of creating 1x1 pictures, use the solid pictures added in
    Render version 0.10
    
    Signed-off-by: Keith Packard <keithp@keithp.com>
    Reviewed-by: Adam Jackson <ajax@redhat.com>

commit 214f9b5306d833e2787c75fe41dfdc9228fcb738
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Jun 5 23:04:54 2014 -0700

    libXft 2.3.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 4acfdaf95adb0a05c2a25550bdde036c865902f4
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Dec 2 16:26:24 2013 +0100

    Use FT_*_H macros instead of including <freetype/*.h>
    
    freetype moved its headers around in 2.5.1.
    
    Signed-off-by: Julien Cristau <jcristau@debian.org>

commit c5e760a239afc62a1c75e0509868e35957c8df52
Author: Colin Walters <walters@verbum.org>
Date:   Wed Jan 4 17:37:06 2012 -0500

    autogen.sh: Implement GNOME Build API
    
    http://people.gnome.org/~walters/docs/build-api.txt
    
    Signed-off-by: Adam Jackson <ajax@redhat.com>

commit 9fa39862224b7e1b7873336cbf718db0d58f6b4b
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Jan 15 14:28:48 2013 -0500

    configure: Remove AM_MAINTAINER_MODE
    
    Signed-off-by: Adam Jackson <ajax@redhat.com>

commit 835cd2a6cb4aa8f89e6e7dead66483643a6e7ee8
Author: Alexander Polakov <plhk@sdf.org>
Date:   Sat Dec 1 02:53:23 2012 +0400

    Fix man page to match include
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 0847b64af14acefaa7aa86b3cec8632497babe73
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jun 2 09:36:29 2012 -0700

    libXft 2.3.1
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 1066d2b34db6124fbb0105f5d30f560217fd2a5a
Author: Jeremy Huddleston <jeremyhu@apple.com>
Date:   Sat Mar 10 23:09:21 2012 -0800

    Dead code removal
    
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

commit 84b8b5b46773f9b686d57f28092824b86bffed9d
Author: Mikael Magnusson <mikachu@gmail.com>
Date:   Sun Mar 11 02:41:55 2012 +0100

    Fixup for 550b2f76401c2 which broke bold fonts
    
    The commit removed the line
    AC_CHECK_FUNCS(FT_Get_Next_Char FT_Get_BDF_Property FT_Get_PS_Font_Info FT_Has_PS_Glyph_Names FT_GlyphSlot_Embolden)
    but failed to remove the #if lines that this commit removes, resulting
    in that code never being executed.
    
    Fixes: https://bugs.freedesktop.org/attachment.cgi?id=58280
    
    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>

commit b543efafefb71fb1f87ee9c1c261e86c8ca29e76
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Mar 7 20:12:27 2012 -0800

    libXft 2.3.0
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 301029c9a1d9429009eaf08bb726357d4e94780d
Author: Jeremy Huddleston <jeremyhu@apple.com>
Date:   Mon Oct 24 23:39:25 2011 -0700

    Fix undefined ftbit in XftFontLoadGlyphs
    
    https://bugs.freedesktop.org/show_bug.cgi?id=42173
    
    Fixes regression from: 6f1d7bcdd461b1f6cc64370793f52d7c170187d0
    
    Fixed by examining original patch before rebase from:
    https://bugs.freedesktop.org/show_bug.cgi?id=29151
    
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

commit 550b2f76401c292d982700b60326e0a837e391b4
Author: Jeremy Huddleston <jeremyhu@apple.com>
Date:   Mon Oct 10 13:00:35 2011 -0700

    Remove fontconfig and freetype ifdef-fu and instead require non-ancinet versions of both
    
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

commit 21a59c10803582c8f90d3b5f32e8f0240c050adf
Author: Tom \"spot\" Callaway <tcallawa@redhat.com>
Date:   Thu Oct 6 15:58:29 2011 -0400

    compiler noise cleanups related to subpixel LCD support
    
    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>

commit 6f1d7bcdd461b1f6cc64370793f52d7c170187d0
Author: Tom \"spot\" Callaway <tcallawa@redhat.com>
Date:   Thu Oct 6 15:41:10 2011 -0400

    Subpixel LCD text rendering improvements
    
    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>

commit 0e0efb8b26a241f8370053bc3686f7abc69357c1
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Sep 26 15:41:49 2011 -0700

    Add const attributes to fix gcc -Wwrite-strings warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Aaron Plattner <aplattner@nvidia.com>

commit df353cc7fe40fadc6e48586e95a0cbf1d2e33cfa
Author: Ross Burton <ross@burtonini.com>
Date:   Sun Sep 25 17:47:15 2011 -0700

    constify some bits
    
    https://bugs.freedesktop.org/show_bug.cgi?id=2658
    
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

commit 5cac9764a55c96fee64f63748c054be81fcaadf4
Author: Jeremy Huddleston <jeremyhu@apple.com>
Date:   Sun Sep 25 11:11:01 2011 -0700

    Remove dependency on libXext
    
    ldd -r -u reports:
    Unused direct dependencies:
         .../lib/libXext.so.6
    
    Reported-by: Gaetan Nadon <memsize@videotron.ca>
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

commit d39337048d31245b69e1b72b98beb957f52ba4e6
Author: Jeremy Huddleston <jeremyhu@apple.com>
Date:   Sat Sep 24 21:05:27 2011 -0700

    Remove broken fallback on non-pkg-config search for libXrender
    
    https://bugs.freedesktop.org/show_bug.cgi?id=5425
    
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 3ad77b636978746786546ab2b779730997839f63
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Sep 16 22:42:59 2011 -0700

    Strip trailing whitespace
    
    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
    git diff -w & git diff -b show no diffs from this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d274ffc91b22bb8f3a2447237491cbe04f2ee0c3
Author: Derek Wang <Derek.Wang@sun.com>
Date:   Wed Feb 2 22:15:13 2011 -0800

    XftGlyphFontSpecCore: check to make sure glyphs are in range
    
    This fixes a crash reported when selecting "View Page Source" in Mozilla
    on Solaris 10, due to invalid parameters being given to XPutImage.
    
    http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6261221
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 652d9b47fc902e12c8e28481742c382676f1d035
Author: Jay Cotton <jay.cotton@oracle.com>
Date:   Wed Feb 2 22:09:34 2011 -0800

    XftDrawSrcPicture: fail if info->solidFormat is NULL
    
    Fixed a core dump in x11perf render tests when a driver was returning
    incorrect information due to a bug in the driver.
    
    http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6872780
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 1e03ac60d1221d5c16b7f4797ab0c461f13b123a
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Feb 2 11:43:42 2011 -0500

    config: comment, minor upgrade, quote and layout configure.ac
    
    Group statements per section as per Autoconf standard layout
    Quote statements where appropriate.
    Autoconf recommends not using dnl instead of # for comments
    
    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
    Add AC_CONFIG_SRCDIR([Makefile.am])
    
    This helps automated maintenance and release activities.
    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines

commit bcc24bf5bd4141cf5ca62bdd2c52d971ea88d421
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Fri Jan 28 19:41:37 2011 -0500

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 791d10dbac030d6a164f54a7adb9b6c816c68930
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Fri Jan 28 16:34:14 2011 -0500

    config: remove unrequired AC_CONFIG_AUX_DIR
    
    The default location for the generation of configuation files is the current
    package root directory. These files are config.* and friends.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 28d61e969800820b1483d41445befcd1bf35fa85
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 27 16:12:55 2011 -0500

    config: remove already included AC_PROG_SED
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Use the appropriate platform version of sed
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 0e3c21ab0aeb99ca76ac2535f4618cb1949b7f40
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 27 16:09:03 2011 -0500

    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
    
    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
    AC_PROG_C_C99. This sets gcc with -std=gnu99.
    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
    
    Reported-by: Roberto Branciforti <rbbrnc@gmail.com>
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 9c23173cf1ff861bdb8538e3aa21ec509b0d87d8
Author: Roberto Branciforti <rbbrnc@gmail.com>
Date:   Mon Jan 17 22:32:15 2011 +0100

    libXft: Fix variable assignment.
    
    Signed-off-by: Roberto Branciforti <rbbrnc@gmail.com>
    Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b9d4a2b5be71ca883f5a876500edb0a1a9add0cf
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Oct 29 16:21:18 2010 -0700

    libXft 2.2.0
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 8751e341bcc29952b4603e18767ab994653c6b01
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Sep 21 22:00:33 2010 -0700

    xft.pc.in: Requires.private entries should not be duplicated in Requires
    
    Users of libXft don't need to link with fontconfig, freetype and
    Xrender directly if they don't use them.
    
    This may cause issues for users of pkg-config versions older than 0.22.
    Please upgrade to the 2007 version of pkg-config before trying to build
    the 2010 version of libXft.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>

commit ca575f9c9cbb11b122e676424a93da3eb0284be5
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Oct 17 20:42:41 2010 -0400

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Use the appropriate platform version of sed
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 6d220e32c1e336292cac125515f04bcbdb65322d
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Mar 31 10:03:03 2010 -0400

    man: build man pages the standard way
    
    Using macro substitution.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit f2bd643475a555949558ff6f889c575da33c28a4
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Mar 30 14:01:31 2010 -0400

    config: remove deprecated xft-config script and man page
    
    This was put in place early 2000 when pkg-config was not used.
    
    Reviewed-by: Rémi Cardona <remi@gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit a33850fe1af31cf672e448a3c86ac5afb9fee06c
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Mar 30 09:44:47 2010 -0400

    config: remove the xft-config.in file from EXTRA_DIST
    
    Automake always includes it in the tarball.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit b443002c146569077394675c9e784b173d48c6e6
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Mar 29 16:50:34 2010 -0400

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 26dc5b0f626615156ca8a317f428ebc7c2d50498
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Mar 29 14:53:48 2010 -0400

    config: remove the pkgconfig pc.in file from EXTRA_DIST
    
    Automake always includes it in the tarball.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
