commit f4805c8645914cbdcfd42e71051ba3f8fc664ef5
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun Apr 20 10:55:00 2025 -0400

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

commit 518aaa65d549414eb883041470c5df2c8576482f
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun Apr 20 10:30:07 2025 -0400

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

commit 53d103562593be70680ca54d03db8c779de7e330
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Wed Apr 16 20:05:22 2025 -0400

    manpage formatting-fixes
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit a074c10e1b396d26e729080ce50a18f6a22de6ad
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Feb 21 11:15:56 2025 -0800

    meson: Add option to build with meson
    
    Also updates the gitlab CI config to test both build types
    and compare the generated output/installed files.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxft/-/merge_requests/33>

commit e787bf2f9e3a9eafc36eb668d060f8fed1283a44
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Aug 18 10:32:33 2024 -0700

    Require xproto >= 7.0.22 for _X_UNUSED
    
    Since _X_UNUSED is only used in source code, not exported headers,
    the version requirement is only set in configure.ac, not xft.pc.
    
    Fixes: 4dadf0e ("quiet unused-parameter warnings with _X_UNUSED")
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxft/-/merge_requests/32>

commit 7cf945b13ee80a7c108e674559e5eb7013ce5d36
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Aug 18 09:46:21 2024 -0700

    Remove support for building with pre-C89 versions of C
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxft/-/merge_requests/32>

commit ded7011adeff9ca9d32c9dc69cc33a54cc7d97cb
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Aug 18 09:43:09 2024 -0700

    Remove support for building with pre-X11R7 versions of X
    
    Other parts of the code already required later versions of X, so this
    is just cleaning out #ifdef cases that can never be hit anymore.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxft/-/merge_requests/32>

commit fc54d4238a5a6db180f6090a535d173f88060117
Author: Peter Harris <pharris2@rocketsoftware.com>
Date:   Thu Aug 15 10:55:18 2024 -0400

    fix potential buffer overrun in _XftGlyphDefault
    
    Initialize `nmissing` so that XftFontCheckGlyph does not write past the end
    of the `missing` array if a glyph is missing.
    
    Signed-off-by: Peter Harris <pharris2@rocketsoftware.com>

commit e736f48ba2fd4263ca6f692e27916a914447af4e
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sat Apr 6 20:36:17 2024 -0400

    issue 21: remove redundant/out-of-place prototype for XftNameUnparse
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 4e4210c86019b42c3819cc18b59f86752fcd8b13
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon May 1 04:04:37 2023 -0400

    build-fix for older versions of freetype2: FT_HAS_SVG was added late in 2021

commit be61145144f61674d1c3e6130fabf3a63d9c6529
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun Apr 30 20:19:04 2023 -0400

    issue 19: Problem loading "SourceCodePro-Regular" font in Fedora
    
    Ignore face flag FT_FACE_FLAG_COLOR if FT_FACE_FLAG_SVG is set,
    allowing adobe-source-code-pro font to work.
    
    This bug was introduced by a change in freetype2 #1151,
            62bc04f4c5b4369cc493ff24b1de27aabd79e0c6
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit c532908f5fdd3aee9d88d9704aedbe3be82c7ce5
Author: Matt Turner <mattst88@gmail.com>
Date:   Mon Apr 17 15:23:49 2023 -0400

    libXft 2.3.8
    
    Signed-off-by: Matt Turner <mattst88@gmail.com>

commit d587bbef21f5b6137508883f2be0e91fc5132a62
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Mar 4 10:44:45 2023 -0800

    configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    
    AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
    so it's time to rely on it.
    
    Clears autoconf warnings:
    
    configure.ac:39: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
    configure.ac:39: You should run autoupdate.
    aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from...
    configure.ac:39: the top level
    
    libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
    libtoolize: and rerunning libtoolize and aclocal.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit c1f79c998b36d95778e433f396e19eff7402cf7a
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Wed Jan 18 19:17:43 2023 -0500

    issue 18: Problems with rotated text (monospace font only)
    
    Updates for version 2.3.5 included improvements for font rotation.
    One of the minus-signs was dropped, causing a change to the orientation
    of strings.  Restore the minus-sign.
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 28b2983e684dbbfd5fa3636997fa671acb3703eb
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun Nov 27 17:26:51 2022 -0500

    issue 17: libxft-2.3.7: Bold fonts in urxvt missing leftmost pixels
    
    Update for issue 16 replaced maximum advance with truncated offsets.
    However, in some cases (e.g., server providing a fake bold version
    of a font), the result may extend outside the bounding box for the
    glyph.  To work around this, use the minimum of old/new values.
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 309c2da98a4c739bcdabc3a80610d86a40ce12e6
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun Nov 20 13:56:15 2022 -0500

    add check for missing glyph in XftFontCheckGlyph()
    
    This check is needed when updating the linked list of glyphs, since the
    older/newer links are not set, causing an xterm crash for certain fonts
    which have holes (e.g., Kochi Mincho).
    
    reported by Jeff Chua
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 1463255cd4f537baabf8f2c65270e4924d4ed656
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Tue Nov 15 03:39:55 2022 -0500

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

commit 4f704b700beb6486213e1096b0e702f4a9067184
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Mon Nov 14 18:42:47 2022 -0500

    libxft issue #16
    
            https://gitlab.freedesktop.org/xorg/lib/libxft/-/issues/16
    
    Stack gets smashed in fonts with colors when calling XftGlyphRender
    
            BGRA changes made incorrect comparison for local vs allocated
            buffer in XftGlyphSpecRender
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit de4592a18bba0bfc88232f6f4ecad7c2fa5e616e
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sun Nov 13 05:56:12 2022 -0500

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

commit 98e27ba4b2c3a4825a3497cd481992374a9c9e98
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sat Nov 12 12:48:08 2022 -0500

    libxft issue #15
    
            https://gitlab.freedesktop.org/xorg/lib/libxft/-/issues/15
    
    XftFontLoadGlyphs for mono font returns wrong info in extents from
    XftTextExtentsUtf8 for variable chars
    
    Patch by Scott Mcdermott, based on
    
            https://github.com/googlefonts/Inconsolata/issues/42
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 6d246534bd156e5cb901b2cc9e2b9d473cf73506
Author: ericLemanissier <eric.lemanissier@gmail.com>
Date:   Fri Sep 23 07:59:55 2022 +0000

    stdint.h header is needed for SIZE_MAX

commit 7d3bcd3b9ae3ffbfcd4f31c8f1db2254df90bc33
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Sat Sep 10 09:59:49 2022 -0400

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

commit 5e0ed11a43e37e50ba0937beaa40851c2d864981
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Wed Sep 7 19:25:06 2022 -0400

    fix gcc12 warning about malloc size
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit ab2df0af3dc7c594d44ccccfa0e7ddeeefb1e70e
Author: Thomas E. Dickey <dickey@invisible-island.net>
Date:   Wed Sep 7 19:21:38 2022 -0400

    revised fix for gcc 12 compiler warnings in xftextent.c
    
    Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>

commit 95284856783b824a714b7506762f4adce3bb17ce
Author: Adam Sampson <ats@offog.org>
Date:   Wed Sep 7 00:31:10 2022 +0100

    Fix length check in XftTextExtents*.
    
    Commit 06a3c0ab6520e368ac936cb1ef172f19957db0fa added length checks of
    the form "if (len <= 0) return;" to various Xft functions. However,
    while rendering an empty string is equivalent to doing nothing, asking
    for the extents of an empty string isn't -- it still needs to fill in
    the extents structure. This broke text rendering in some applications
    (e.g. xpdf's Motif GUI).
    
    Check for len < 0 in XftTextExtents* instead.

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:
[--snip--]
