commit 4d92149372461bf575e8a09b1064a2884c38c3aa
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Sep 7 18:02:44 2025 -0700

    libXpresent 1.0.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 9fbeb01854303efcef7facd676c3d206feb5b419
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Jul 15 12:15:58 2025 -0700

    Improve man page formatting
    
    More closely follow common style as described on
    https://man7.org/linux/man-pages/man7/man-pages.7.html
    and fix warnings raised by `mandoc -T lint` and `groff -rCHECKSTYLE=10`
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxpresent/-/merge_requests/8>

commit a155b75589c5fdf173069dc8c21f70d46178578e
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Feb 16 12:07:43 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/libxpresent/-/merge_requests/7>

commit a329f664330407480ecb4505c79dca5eab06dcff
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Aug 26 14:38:01 2024 -0700

    XPresentWireToCookie: avoid writing to NULL pointer if malloc() fails
    
    Fixes 3 -Wanalyzer-possible-null-dereference warnings from gcc 14.1
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxpresent/-/merge_requests/6>

commit 6bbbcf9218bbc686389387142978f90a3917c39a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Mar 6 16:28:46 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:47: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
    configure.ac:47: You should run autoupdate.
    m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
    configure.ac:47: the top level
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 37507b5f44332accfb1064ee69a4f6a833994747
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Oct 17 15:17:59 2022 -0700

    libXpresent 1.0.1
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 2f552d3278444be151e6944f47ae76bc71c6cc25
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Aug 27 14:19:56 2022 -0700

    Add man pages for libXpresent
    
    Fixes: #1
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 9f795cfa21b9e32624b8133cefdd082c4251ce41
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>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit f00f347931117646af256df2a11e0e886e358b8b
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>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 68d234cb2e6ac67b6802ef3139c32da2edee46b7
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>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 5c25edf60b90d6a9aea5c92ec1cead7ef910a33d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jul 24 12:01:39 2022 -0700

    configure: Drop AM_MAINTAINER_MODE
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 93bb002b5509516e2020884e5ad6b71700b25e00
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jul 17 17:03:54 2022 -0700

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

commit ad25ed0ec1796e9fd09dba82b784724ecfb4ac8e
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jul 17 17:01:39 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 1946a575323c268f937e753dac413861e234ca9c
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jul 17 17:00:50 2022 -0700

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

commit 121f070acf0ebaa2cfff37cea5c5758c90ded374
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Dec 7 19:48:02 2018 -0800

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

commit 9d31d2162af3b50a6d7c0175d7abc680da9aec76
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Nov 19 22:33:49 2018 -0800

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

commit dd6771cdf6f04cde37eb14891573c0e55be83241
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Apr 26 17:53:15 2015 +0200

    configure, xpresent.pc: require xext, xfixes and xrandr
    
    include/X11/extensions/Xpresent.h:#include <X11/extensions/Xfixes.h>
    include/X11/extensions/Xpresent.h:#include <X11/extensions/Xrandr.h>
    include/X11/extensions/Xpresent.h:#include <X11/extensions/sync.h>
    
    v2: also add requirement in xpresent.pc since we include those in our
        public header
    
    Signed-off-by: Julien Cristau <jcristau@debian.org>

commit 97a81b6f10ddb38bf6c3d9736db76833d49df206
Author: Daphne Pfister <daphnediane@mac.com>
Date:   Tue May 5 16:04:29 2015 -0500

    autogen.sh: Implement GNOME Build API
    
    http://people.gnome.org/~walters/docs/build-api.txt
    
    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=90326
    
    Signed-off-by: Daphne Pfister <daphne.pfister@genband.com>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit ced59e4373b7ad8f89ba222b3f489fb22050b991
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Apr 17 11:39:11 2015 -0700

    Bump version to 1.0.0
    
    This should make release.sh happy
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 6f963811e4811199417f3c6bc1361248a6d565a8
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Apr 17 11:38:49 2015 -0700

    Reset version number so we can make release.sh happy
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit c66dc19c2d05a3a59320b9111dd50f077bf7315e
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Apr 17 11:35:37 2015 -0700

    Make libtool happier
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit a38c5027dfab030fc4dc89d7daa0f1e8dd9863a1
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Dec 13 12:46:50 2013 -0800

    Add PresentFreeInput to release allocated event ids
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 466657644f6046f4409a4b9be688954583afc639
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Dec 13 12:39:01 2013 -0800

    Add kind/mode to Complete, set pixmap in Idle
    
    Fix a couple of event issues noticed by Fredrik Höglund --
    
    XPresentCompleteNotifyEvent was missing kind and mode fields, and the
    pixmap field was never getting set in the XPresentIdleNotifyEvent.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit f4061913a02987215984bcb0964938d873c2cd52
Author: Keith Packard <keithp@keithp.com>
Date:   Fri Dec 13 12:26:10 2013 -0800

    Elide redirect stuff.
    
    This isn't part of the 1.0 specification, so remove it from the
    current API.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 5de191e6b1847017ecc7e13bc195f47479d332ac
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Dec 10 13:32:11 2013 -0800

    Update to protocol version 1.0
    
    Add Idle and Redirect events, change PresentRegion to PresentPixmap,
    add capabilities
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 740fa7bc896293715afaa56b89e5eb4b5846ba13
Author: Keith Packard <keithp@keithp.com>
Date:   Thu Sep 12 17:16:11 2013 -0700

    Add .gitignore
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit 0c90a6e5f8e127d179d870a7fdad660acb9299c7
Author: Keith Packard <keithp@keithp.com>
Date:   Thu Sep 12 17:15:33 2013 -0700

    Initial import of Xlib Present binding
    
    Signed-off-by: Keith Packard <keithp@keithp.com>
