commit f9a140097dace149a2c6b6f72080edee24b068f4
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri May 6 16:41:36 2011 -0700

    libXext 1.3.0
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit decc44349ba66eb82c2ed575e60e80c2c827633d
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Thu Jul 22 08:58:33 2010 +1000

    Correct XShm return values.
    
    XShmAttach, XShmDetach, XShmPutImage do not return a Status but 0 or 1.
    Though the man section for XShmAttach says "if all goes well, you will get a
    non-zero status, back" this is counter to the usage of Status in Xlib
    itself where 0 means Success and no-zero specifies the specific error.
    
    XShmPixmapFormat does not return a Status but the pixmap format or 0 on
    failure.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Adam Jackson <ajax@redhat.com>

commit 84648fda0f78dc0249bba7338f23526807e1f1d8
Author: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Date:   Tue Apr 5 20:02:52 2011 +1000

    Add missing prototypes. #14723
    
    This patch is based off the work by
    Paulo César Pereira de Andrade
    
    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=14723
    
    Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 71e9cc5f91b1afc9ba5dfd38fdba1c3463e2bb1d
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Feb 27 15:06:18 2011 -0500

    Documentation: add Docbook external references support
    
    When writing technical documentation, it is often necessary to cross
    reference to other information. When that other information is not in the
    current document, additional support is needed, namely <olink>.
    
    A new feature with version 1.7 of xorg-sgml-doctools adds references to
    other documents within or outside this package.
    
    This patch adds technical support for this feature but does not change
    the content of the documentation as seen by the end user.
    
    Each book or article must generate a database containing the href
    of sections that can be referred to from another document. This database
    is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
    the value of DATAROOTDIR for xorg-sgml-doctools and for the package
    documentation is the same. This forms a virtual document tree.
    
    This database is consulted by other documents while they are being generated
    in order to fulfill the missing information for linking.
    Refer to the xorg-sgml-doctools for further technical information.
    
    Co-authored-by: Matt Dew <marcoz@osource.org>
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 700c7896b832d6e4fb0185f0d5382b01f94e7141
Author: Alan Hourihane <alanh@vmware.com>
Date:   Fri Feb 25 11:05:27 2011 +0000

    Add _X_HIDDEN to xgeExtRegister to fix build problems on 64bit

commit 45c1b21e9f3ae64d0c65562080df925e11c0859c
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Feb 2 11:43:41 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.
    Remove redundant AC_CANONICAL_HOST included in XORG_DEFAULT_OPTIONS
    Remove redundant AC_SUBST(*_CFLAGS) and/or *_LIBS
    No functional configuration changes
    
    This helps automated maintenance and release activities.
    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit f9d755fc92661a6db6f9d11c4e13a8926be47a83
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 37ac4dffd8dd1648f4e34fe3a23bfa253f14e9f9
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Fri Jan 28 14:59:04 2011 -0500

    config: remove unrequired AC_HEADER_STDC
    
    Autoconf says:
    "This macro is obsolescent, as current systems have conforming
    header files. New programs need not use this macro".

commit 04052f422547265e0247a2f2f8eb9513a06cbcf3
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 27 18:50:14 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.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit e3c11721b45a4c845979ef3092b09f156b9e7ec7
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Dec 19 11:13:31 2010 -0800

    Remove old .tex versions of dbelib & synclib specs now that we have .xml
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 8b4b31da87c63332f53da75ac3dd4f9883163009
Author: Paulo Zanoni <pzanoni@mandriva.com>
Date:   Thu Dec 16 14:07:41 2010 -0200

    Use docbookx.dtd version 4.3 for all docs
    
    Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 07ef12739bf158e31ead4b8241a4edfef2af9765
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Dec 16 23:02:38 2010 -0800

    specs/xtest1.xml: Fix section titles/nesting
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b10caa0dfccfb0231723037b5646bebb21ca00f8
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Dec 16 22:57:30 2010 -0800

    specs/synclib.xml: Fix title page/legal notice markup
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 99aaf69b91e9902103349d77dc36c34a088c3123
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Dec 16 22:50:06 2010 -0800

    specs/shapelib.xml: Remove extra Glossary title
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 4c2d0c0c09b249e61313830ee4e237b7f0619b87
Author: James Jones <jajones@nvidia.com>
Date:   Fri Jun 25 16:23:05 2010 -0700

    Add XSyncAwaitFence()
    
    Add the XSynceFence version of XSyncAwait().  Waits
    for fence objects to reach the triggered state.
    
    Signed-off-by: James Jones <jajones@nvidia.com>
    Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
    Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 9e33a842c97d676afa21e4bb16fd3dd380b42f4f
Author: James Jones <jajones@nvidia.com>
Date:   Fri Jun 25 16:19:55 2010 -0700

    Add XSyncQueryFence()
    
    Allows callers to query whether or not a given
    fence sync object is currently triggered.
    
    Signed-off-by: James Jones <jajones@nvidia.com>
    Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
    Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 259a4c847ce2314bb6e1b050c93f58c3029eb67d
Author: James Jones <jajones@nvidia.com>
Date:   Fri Jun 25 16:18:03 2010 -0700

    Initial Fence Sync Object support
    
    Allows creating and managing binary state sync
    objects.  Currently they aren't useful because
    there is not yet a way to wait for them or
    query their state.  X fence objects are owned
    by a screen.  As Aaron Plattner pointed out,
    screens are identified by a drawable in X
    protocol, so XSyncCreateFence() takes a drawable
    to identify which screen to create the fence on.
    
    Signed-off-by: James Jones <jajones@nvidia.com>
    Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
    Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 010f35552cd5dc5c7004e765bb060b69d7f6a02f
Author: James Jones <jajones@nvidia.com>
Date:   Mon Nov 29 09:50:17 2010 -0800

    Require xextproto >= 7.1.99
    
    Subsequent changes require fence sync
    protocol support in the XSync extension,
    which is only compete in version xextproto
    7.1.99 and above.
    
    Signed-off-by: James Jones <jajones@nvidia.com>
    Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
    Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 53ba38c7901a029024d3b4598ef35c5d9e0f174d
Author: James Jones <jajones@nvidia.com>
Date:   Fri Aug 20 15:11:23 2010 -0700

    Backwards compat for newer XSync + older servers
    
    Add infrastructure to make future builds of libXext that
    support version of XSync 3.1 compatibile with X servers
    exporting XSync version 3.0.  As part of this, don't handle
    errors introduced by newer versions of the protocol than the
    server supports.  Those error codes could be used by some
    other extension.
    
    Signed-off-by: James Jones <jajones@nvidia.com>
    Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
    Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d35e95fdf433a249d0293744d3e1ef6196422700
Author: Matt Dew <matt@osource.org>
Date:   Wed Dec 1 20:51:05 2010 -0500

    specs: convert xtest ext1 from roff to DocBook/XML
    
    Previously located in xorg-docs/specs/Xext
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit f739146c3e711c1757203b1a8d84b31b5b694200
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 21 11:26:06 2010 -0800

    Sun's copyrights belong to Oracle now
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit f9c66b4418686efb4bee92f9dfc8eeba77df857f
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Nov 9 13:04:48 2010 -0500

    config: HTML file generation: use the installed copy of xorg.css
    
    Currenlty the xorg.css file is copied in each location
    where a DocBook/XML file resides. This produces about
    70 copies in the $(docdir) install tree.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 3ddeb5328e1a5413e4800fb396ebab429153d1a1
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Oct 27 23:06:51 2010 -0700

    libXext 1.2.0
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 67e6f3d5d56a70c6f8288e9af141916c29307e2d
Author: Jesse Adkins <jesserayadkins@gmail.com>
Date:   Tue Sep 28 13:30:02 2010 -0700

    Purge cvs tags.
    
    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e246505ef46f2850abf07ef50fa16865d15c53e1
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Aug 16 17:47:02 2010 -0400

    man: list files to install only once
    
    Newer versions of autoconf detect that error.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 3593a22f82bc6aaf6fef47cacfbe4daa35438ee1
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Aug 16 14:13:54 2010 -0400

    man: store shadow man pages in git rather than generating them
    
    Simplify the build process and the makefile.
    
    Local fix in CVS for bug 5628 is not required
    as the problem has been fixed in
    util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit ef3d8a5b240335623d5f4d554ea4694829fc8eaf
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Aug 16 13:47:46 2010 -0400

    man: whitespace management
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 05fd8155ef8cf32606bf6966caa3a9c689d1149d
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Aug 16 13:41:24 2010 -0400

    man: use "shadows" terminology to refer to linking man pages
    
    To be consistent with other libraries
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 076820b006853d7c36f37fcdd9c2391b83f37ed8
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Aug 5 19:32:34 2010 -0400

    man: using the C preprocessor is not required for man pages.
    
    There were no special symbols needing cpp.
    Everything can be handled by the default MAN_SUBSTS in util-macros.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 34500310c8c4ec3a55078837bae15d644fbf24d0
Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
Date:   Thu Jul 1 06:54:24 2010 -0300

    Purge macros NEED_EVENTS and NEED_REPLIES
    
    Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
    Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 23643bd1ce181650fff32a8192c816dfc31989d7
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Jun 27 14:21:24 2010 -0400

    specs: add dbelib and synclib. Remove trailing spaces
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 7a945c21ebe87cd0b3e91159f83059f55ed40006
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sat Jun 26 14:29:04 2010 -0400

    doc: replace groff input format with docbook xml format
    
    Initial version of docbook xml.
    dbelib abd synclib are missing and will be added later.
    Requires util-macros 1.10
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 0860348104536fc3a6e7daa44079b7a58cbfe4e5
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jun 17 16:21:22 2010 -0400

    specs: translate, format, process, install and distribute.
    
    Makefile copied from libXtst
    Remains to do are the Tex files.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 675ca9abbc38f088b177a67501ab5eff1c9dcff5
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Jun 11 18:47:23 2010 -0700

    Move specs for several extension API's from xorg-docs module
    
    Not formatted, translated or processed yet, just moved & added to EXTRA_DIST
    Only moved those that had separate library/API docs from the protocol specs.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 72cc123fbf3b5186771529cd5d9d9af46470b1af
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Jun 11 18:25:30 2010 -0700

    Remove headers for functions found in liblbxutil
    
    As reported in https://bugs.freedesktop.org/show_bug.cgi?id=25880
    they were already added to liblbxutil, but I missed removing them
    from here, where they're not used.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit ce440c7d68fa06763f8413859c25ae3a8a22c81b
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Jun 3 17:19:30 2010 -0700

    libXext 1.1.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 904f71cda5ef818b53171888efb6b0dd0f929565
Author: Jamey Sharp <jamey@minilop.net>
Date:   Fri Apr 9 17:30:06 2010 -0700

    XAllocID must only be called with the Display lock held.
    
    This patch makes XdbeAllocateBackBufferName follow the same XID allocation
    pattern used in other stubs.
    
    Signed-off-by: Jamey Sharp <jamey@minilop.net>

commit b403e38d7d0994d223984c11f26f5b8749851522
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Apr 5 19:58:03 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 048e97e3948dd0caf886f3cb789899f63dc9d1bf
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>

commit 658574bb531f342947f484f9903e30032afce070
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Feb 5 13:58:33 2010 +0100

    Revert "Don't smash the event_vec if num_events differs between lib and server."
    
    That commit created a single ext_handlers[] array to check for
    non-overlapping extension events, but the event codes need to be
    per-display, so checking them globally is wrong.
    
    This reverts commit 83fdb27df4ddc2fb088ddf2ec65f0db6b7c57287.
    
    Signed-off-by: Julien Cristau <jcristau@debian.org>
    Cc: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 1ed7492638d6d6fb7c06da64017df6b7877d9780
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jan 14 20:36:51 2010 -0800

    Update Sun license notices to current X.Org standard form
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 83fdb27df4ddc2fb088ddf2ec65f0db6b7c57287
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Thu Nov 26 09:38:31 2009 +1000

    Don't smash the event_vec if num_events differs between lib and server.
    
    If the library extension thinks there's more events to an extension than the
    server actually has, the event_vec for the overlapping range can get
    overwritten. This depends on the initialization order of the libraries.
    
    Reported-by: Nathan Kidd
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Julien Cristau <jcristau@debian.org>

commit 9632775f2195e3448fcc402a3743f3368a8a1c9c
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Nov 30 00:07:22 2009 +0100

    Don't export xgeExtRegister
    
    Its only caller is XextAddDisplay()
    
    Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: Julien Cristau <jcristau@debian.org>

commit db2a28e540f9eb7cbfeffc771ce7cdf414231aa7
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Fri Nov 27 20:56:04 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

commit 6ede21305688873a34fcbd2b0d9f7480679f02ee
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:09:10 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

commit 42aef4da8ab2b75bbfc3c27a430f43847ab5a0f6
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Oct 27 15:07:25 2009 -0400

    Deploy the new XORG_DEFAULT_OPTIONS #24242
    
    This macro aggregate a number of existing macros that sets commmon
    X.Org components configuration options. It shields the configuration file from
    future changes.

commit 28049a6d210913f8bf4b9d82382076718c9c3f1e
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 26 22:08:43 2009 -0400

    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
    
    ChangeLog filename is known to Automake and requires no further
    coding in the makefile.

commit 49957bedce40cc706bdb71edc3e827212a4d586c
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 12:34:19 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit 28d16f8ce9dd6ed681e6bc149878002b093c976f
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Nov 2 16:34:14 2009 -0800

    Fix CFLAGS/CPPFLAGS so lint works properly
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 9f94bf9de7607c11ab82667a73a4160d705e355c
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Nov 3 14:42:35 2009 -0800

    Make library headers compatible with old server builds
    
    Old servers (1.6 and before) included the extension library headers
    instead of using separate server header files. This patch makes the
    library headers compatibile with the server by hiding the library
    definitions from the server build.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>

commit ed7bbe65222286828fa42f3c264ed5c4190fe58c
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Oct 21 20:13:24 2009 -0700

    libXext 1.1.1
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 341bddfc6eddef77e57dd64a084b69fd24bba152
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Oct 21 20:12:49 2009 -0700

    Use $(AM_V_GEN) to silence makefile generation rules
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 38c351f2f49d44944958e9b4d003a74bd6d8d683
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Wed Oct 21 12:47:25 2009 -0700

    This is not a GNU project, so declare it foreign.
    
    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
    > > was quite annoying to work around since 'autoreconf -fvi' replaces
    > > it and git wants to commit it.  Should these files even be in git?
    > > Can I nuke them for the betterment of humanity and since they get
    > > created by autoreconf anyways?
    >
    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
    
    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
    of the INSTALL file. It is also part of the 24206 solution.
    
    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>

commit 956fd30e1046e5779ac0b6c07ec4f0e87250869a
Author: Jamey Sharp <jamey@minilop.net>
Date:   Wed Oct 7 19:31:21 2009 -0700

    XAllocID must only be called with the Display lock held.
    
    This patch makes XShmAttach follow the same XID allocation pattern used in
    other stubs, such as XShmCreatePixmap.
    
    Reported-by: <fdsteve@ihug.co.nz>
    Signed-off-by: Jamey Sharp <jamey@minilop.net>

commit 927e3260bcf1ad020228e8f2dce0176269982b4f
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Oct 2 10:52:13 2009 +1000

    libXext 1.1
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 003e2eb714c39984b3c054e0fc637cdb051dcdf3
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Oct 2 10:43:14 2009 +1000

    Require macros 1.3 for XORG_DEFAULT_OPTIONS
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit e29cd70df7d5abdccb6b7ed973611044d02241d0
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Jul 21 13:38:01 2009 +1000

    Bump to 1.0.99.4
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit c3dc01ce05b26ec389eb2fbfc8633e3e0955572f
Author: Jon TURNEY <jon.turney@dronecode.org.uk>
Date:   Mon Jul 20 22:49:15 2009 +0100

    Rename mitmisc.h to mitmiscconst.h to avoid a collision with MITMisc.h on case-insensitive filesystems
    
    Requires xextproto 7.0.99.2
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit dbc6ca9306f0f683419aca737e0d98243475bc0d
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Mon Jul 20 13:19:04 2009 +1000

    Remove XTest header, belongs to libXtst.
    
    All prototypes declared in XTest.h are defined in libXtst/src/XTest.c, not
    here.
    
    This removes the circular dependency between libXi and libXext.
    
    Reported-by: Colin Guthrie
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 1d1860f31f673f9cf2efb6dc59fdcf8fe625736f
Author: Julien Cristau <jcristau@debian.org>
Date:   Thu Jul 16 11:13:02 2009 +0100

    Prevent shape.h being included in the server
    
    fixesproto includes shape.h, but doesn't want client side headers.  This
    needs to be fixed there, but work around this in shape.h anyway so we
    don't break older xfixesproto.h.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit dae2e0478eef5aa8a80288b417e1f8282dc0329c
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Jul 17 08:40:42 2009 +1000

    Bump to 1.0.99.3

commit 391b5844b13f5bc0f030a2ef8dd415f41f92f84c
Author: Adam Jackson <ajax@redhat.com>
Date:   Thu Jul 16 17:25:51 2009 -0400

    Fix DPMS/MBUF/SECURITY for new header names

commit 02efa0486b7272e9e395d36774ee782f48bcb4ec
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Thu Jul 16 13:33:08 2009 +1000

    Bump to 1.0.99.2

commit 1772c991ec6370fcf1bad79b00a87a02c5b484cc
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Thu Jun 25 15:36:39 2009 +1000

    Move libXext library headers from xextproto to libXext.
    
    All library headers (or parts thereof) from xextproto are moved to
    include/X11/extensions/. Including build fixes to include and build with the
    new header locations and names.
    
    Requires xextproto 7.0.99.1
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit d1f3bc77a48c8e42771579e3fdf3370b35d3209d
Author: Paul TBBle Hampson <Paul.Hampson@Pobox.com>
Date:   Sat Jun 6 05:23:08 2009 +1000

    Remove dependancy on libXau
    
    No symbols from Xau appear to be being used in libXext
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit b2c2cbaca4bf7ae6d735a5d18a7732f3d73d77db
Author: Paul TBBle Hampson <Paul.Hampson@Pobox.com>
Date:   Sat Jun 6 05:22:12 2009 +1000

    Don't export extra symbols
    
    Turns the following functions static
    	_xgeFindDisplay
    	_xgeCheckExtInit
    	_xgeEventToWire
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit cad77b1d6d1a344f2cb31c16401076c003bb97dd
Author: Imranullah Syed <freakabcd@gmail.com>
Date:   Thu Feb 19 18:02:26 2009 +1000

    Corrected order of arguments in man page for function: XShmCreateImage
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 8a91fc6f72206362f399b5e29bf3d5f44f4eb822
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Feb 10 07:45:32 2009 +1000

    Silence "Generic Event Extension missing on display" warning.
    
    If we're already doing a check anyway, we don't need to print an extra
    warning.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit befd39f6766ebd06294216be3fe9592f8cabb423
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Feb 2 20:34:33 2009 -0800

    Add README with pointers to mailing list, bugzilla & git repos
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 0fb431359306af0db78b3bc3055bed446be39fef
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Fri Jan 30 01:03:51 2009 -0200

    Bump back to 1.0.99.1.
    
      The intermediate 1.0.5 was not mean't to be really required,
    but was done to not cause problems for people doing builds
    from tarballs.

commit f7b69edc21b90a5b343115de55d6f1a98aeda5e2
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Thu Jan 29 20:38:22 2009 -0200

    Xorg libXext Version 1.0.5.

commit 52cf9c06819d94e178285d75de6434e98358b63d
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Thu Jan 29 17:02:46 2009 -0200

    patch to avoid gcc warning in libXext
    
      Original patch author is Peter Breitenlohner <peb@mppmu.mpg.de>.
      This closes bug #18038.

commit a2e8bc500dfad18ab161b3a7be44cf6fa15f140f
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Thu Jan 29 16:33:40 2009 -0200

    Janitor: Correct make distcheck and compiler warnings.

commit f467d17ae5a89aa1a2b8c7260334f41e8ee2d08c
Author: Kim Woelders <kim@woelders.dk>
Date:   Fri Oct 17 16:53:29 2008 -0400

    Bug #17774: Allocate the right size in XSyncListSystemCounters.

commit 49563f5d76637e2ca28fe0b91ce3114271c0955d
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Thu May 29 10:55:49 2008 +0930

    Bump to 1.0.99.1

commit 64edd246587adb59ac71031f72955fa5a73ac467
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Thu May 29 10:40:59 2008 +0930

    Require xproto 7.0.13, xextproto 7.0.3 and xlib 1.1.99.1.

commit 0721b2d71c40e877944aa22a3c57ed70225f508d
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Mon May 26 23:16:29 2008 +0930

    Xge: Replace XExtensionVersion with XGEVersionRec.
    
    XExtensionVersion is defined in XInput.h, leading to a circular dependency.
    Thanks to Jens Stroebel for pointing this out.

commit 44d3a4d4016c58f8ac46843d0b2dd4ddb26e2fc9
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Tue May 13 11:23:59 2008 +0930

    Xge: replace copyright with standard template from xserver, whitespace fixes.

commit 7e0b3b9029d3d12c9edf961c1d9db4cdbf021f1d
Merge: c4b0ae9 9884a41
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Mon May 12 18:04:09 2008 +0930

    Merge branch 'master' into xge

commit 9884a41dd0282ca3dd19db5bf3a11554ee7eee57
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Feb 28 19:02:58 2008 -0800

    Version bump: 1.0.4

commit f6c7c70f312c8eb0883437c003ba78bb4abbabc3
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Dec 7 15:41:42 2007 -0800

    Coverity #467: security_error_list has fewer than XSecurityNumberErrors entries
    
    Sometimes it's annoying that C silently merges adjacent strings without
    warning you that you forgot a comma in your list of strings.

commit 37fe15843fd892c529e554f24a937ed712ea129c
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Dec 7 15:39:13 2007 -0800

    Allow overriding the SOREV in configure.ac

commit 285deb33da14fb5476b18cb1071b41070cf3ae99
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 15:51:16 2007 -0500

    Add missing PHONY line for automatic ChangeLog generation

commit c4b0ae960d63f461d6e9efd64f70084f06a674b3
Merge: d1c9350 249daf0
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Thu Dec 6 14:23:02 2007 +1030

    Merge branch 'master' into xge

commit 249daf0d8a044a97d053c957ab45445c159d31e4
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Nov 28 17:29:28 2007 -0800

    XeviGetVisualInfo: check for null pointer before writing to it, not after

commit a7d211f6e3ded98c79e7be73253a51958d3e98db
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Nov 27 18:12:29 2007 -0800

    include of config.h should not be inside #ifdef WIN32

commit 1614ea1074d62f32f51032141b0c55250380ca17
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Nov 27 17:54:34 2007 -0800

    Add hooks for checking code with lint/sparse/etc.

commit 8a2bb8793eed1c7f690be5c00772b2a64b9632fd
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Nov 27 16:54:21 2007 -0800

    Fix sparse warnings (type mismatches in function pointers, int as pointer)

commit 781dbe7d723e9fe5a0e028dcb5a0fafeb59629e3
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Nov 27 16:11:49 2007 -0800

    Add missing copyright/license notices to COPYING

commit 39cb1caa381666ac79307d3d312992d4e22980d1
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Nov 27 16:03:14 2007 -0800

    Fix incorrect comment delimiters in libXext man pages
    
    Similar to X.Org Bug #4312 <http://bugs.freedesktop.org/show_bug.cgi?id=4312>
    Protect /* sequences from cpp pre-processor removal without transforming
    to Unicode mathematical asterisk character, and fix incorrectly encoded
    /* sequences in XShm.man.

commit cca90a25678bf3c3269af1c0ac5493cfd4809727
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Nov 27 15:55:28 2007 -0800

    Fix typos in source comments

commit d1c93500e2f56b8aefda7133848c21f62572f5d5
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Tue Jun 26 11:46:10 2007 +0930

    Don't call _xgeCheckExtInit() from _xgeWireToEvent(). It will cause a SIGABRT
    when trying to get the display lock.

commit 40d1cbaaf0fd12883c048288a62b0088286463f4
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Wed Jun 13 16:26:03 2007 +0930

    Lock/Unlock in _xgeCheckExtInit(), and not in xgeGetExtensionVersion().
    Otherwise we get a SIGABRT for displays that don't have XGE when we try to get
    the disply lock.

commit b125890386d5ebbc3811bc67e0a1ad469b0a10ed
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Wed May 30 11:07:25 2007 +0930

    Remove useless line in XGE that didn't do anything except segfaulting.
    
    Thanks to Paulo Zanoni for spotting it.

commit 850263ac9f772ab80f3e0680997f00e0c566f7d4
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Tue May 15 17:00:07 2007 +0930

    Add GenericEvent extension (XGE).
    
    Automatically register any extension at XGE and relay events to
    the extension's event handlers.

commit 8d8a6ac4012c2bd5bfd037e42f69f5b2b111433d
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jan 25 18:28:21 2007 -0800

    Version bump: 1.0.3

commit 6856538d6dec00795f492262eb4f730735eff8d1
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jan 25 18:23:14 2007 -0800

    Replace static ChangeLog with dist-hook to generate from git log

commit 5243b3f7d462a06ec245b28ed007d5b4c85651ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Oct 24 17:22:34 2006 -0700

    Man page spelling/typo fixes

commit 0bf51bc7ba7c0b6f2540503491b9ec104c1c22d1
Merge: ee11d4d a82d7b9
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Oct 24 17:14:45 2006 -0700

    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXext

commit ee11d4d2098dfcb711d1ca9825256bd4625e91bb
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Oct 24 17:14:32 2006 -0700

    Add XShm.man and aliases to Makefile.am

commit 50bb4abe86635c8bb26ad643d4402f109e03a7d0
Author: Sam Lau <sam.lau@sun.com>
Date:   Tue Oct 24 17:14:02 2006 -0700

    Sun bug 4985712: man pages needed for MIT-SHM extension functions
    
    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4985712>

commit 6b50588e63ba02cb08a9465a1c30127f726c9ce2
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Oct 24 17:11:48 2006 -0700

    Add *~ to .gitignore to skip over emacs/patch backup files

commit a82d7b9481ffb2dc62e490fb48e72219099d8b40
Author: Adam Jackson <ajax@benzedrine.nwnk.net>
Date:   Fri Oct 13 16:10:28 2006 -0400

    Bump to 1.0.2

commit 1faa250b670e735bc4a8674ca4fa9df66626fb33
Author: David Nusinow <dnusinow@debian.org>
