commit 6d9fdcfb076f4c261b071cc5c454c8b9ce560e68
Author: James Cloos <cloos@jhcloos.com>
Date:   Sat Oct 3 21:32:48 2009 -0400

    Bump version for beta release.
    
    1.0.99 as first beta of 1.1.0.
    
    Signed-off-by: James Cloos <cloos@jhcloos.com>

commit 41f604009c3c7b4a3d05311faa649c8152494700
Author: James Cloos <cloos@jhcloos.com>
Date:   Sat Oct 3 21:28:35 2009 -0400

    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
    
    Signed-off-by: James Cloos <cloos@jhcloos.com>

commit fd754c702c789f15ac1c0241e50dbb23aed354fc
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 1 14:53:59 2009 -0700

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

commit 5e825a140f4022b88dd7a1a20a9a01b653f1a95c
Author: Dylan Simon <dylan@dylex.net>
Date:   Sun Sep 27 14:44:11 2009 -0400

    Add xrender support
    
    Optionally draw all components (except shape) with xrender.
    Enabled by default.  Xlib rendering can be restored by
    "configure --without-xrender" or "xeyes +render".
    
    Signed-off-by: Dylan Simon <dylan@dylex.net>
    Signed-off-by: James Cloos <cloos@jhcloos.com>

commit dbb8401026c421d64a2962e6ac6eb900f6dc141e
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Jul 17 19:21:15 2009 +1000

    Split drawing code into multiple functions.

commit 85f1441378b47c01aa68dd1479850c4cd1c8eb72
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Jul 17 18:41:07 2009 +1000

    Remove unused NUM_EYES define.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit e8bd6bcaf2cbe8306cc9a4821e8ea7a54a7e56a2
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Tue Jan 13 17:42:23 2009 -0200

    Ansification and compile warning fixes.
    
      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
    make distcheck and all gcc 4.3 and sparse warnings.

commit 7e3208d263050d0ad4502f7d7d7d64d7ec84a4ad
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Thu Nov 27 22:46:26 2008 -0800

    AM_CFLAGS instead of xeyes_CFLAGS to shut automake up

commit 53488fad7ef10ff8c4835bcd497cd3980be38b7a
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 16:36:49 2007 -0500

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

commit ab449267ea2fcae6261e57f42bfb54d2205c470f
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:50:58 2007 -0400

    Add *~ to .gitignore to skip patch/emacs droppings

commit 07dfa4cb3ff0c9a94bea85db0e571fbb2cfe9161
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Aug 23 19:24:22 2007 -0400

    Rename .cvsignore to .gitignore

commit ecb2095318d7233e8cfa3a58626c31f770be6ee7
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:29:27 2005 +0000

    Update package version for X11R7 release.

commit 3aae44d6b3c9332f73fbeacb39e9c928a2002164
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:22:21 2005 +0000

    Stub COPYING files

commit 41b039a4861154d82bdd3e6ea1b6697b16205b93
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:23:44 2005 +0000

    Update package version number for final X11R7 release candidate.

commit bc99738464950416207d43a4a4db970bd0563d56
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:47:59 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 266b7244e16ec2f82bdfb1bd346951761e0d27e2
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:48:58 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 4298a74b61a6aa8ac36b2d820e147e44ab0f5e32
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:01:19 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 69160791a057704e9a83794420d2349ae8bbbe1c
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:34:38 2005 +0000

    Another pass at .cvsignores for apps.

commit ba6118981be2d3a058a08cd1621113cc8e4a42f8
Author: Eric Anholt <anholt@freebsd.org>
Date:   Sun Nov 20 22:08:30 2005 +0000

    Add/improve .cvsignore files for apps.

commit 6772ce855c078b40635ad62f47da741c037e05c5
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:47:31 2005 +0000

    Update package version number for RC1 release.

commit 8001fd04f2d893e147b3b21fb4702c54e2919b1d
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 23:56:00 2005 +0000

    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
        work better with BSD make

commit 1f61a27ce249d94b4be20db22cb84642a4d8a480
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Fri Oct 14 00:25:23 2005 +0000

    Use sed to fill in variables in man page

commit 79456c023b864e06b3ab3c6c93106772286b10ae
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Aug 1 20:25:07 2005 +0000

    Install man pages to section 1 instead of section m (Patch from Donnie
        Berkholz)

commit 8119360377d17461578cfb26e07c98df6bbe560d
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:10 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit 9da2af8715937921c718733e309471f565614c99
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Jul 28 15:56:50 2005 +0000

    Fix distcheck for remaining apps

commit ae49bb18f5feab2b70e6faae046bb26058421d61
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Jul 20 19:31:31 2005 +0000

    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
        configure cache, you cache it, and the cached value is probably wrong.

commit c903caebf875d510cbd1f720ccc02bd03250d7c6
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Fri Jul 1 18:06:56 2005 +0000

    Xeyes build system

commit 160c9f4f69bb2fd273c6223c7e4c6cda1523757f
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:54:25 2004 +0000

    Merging XORG-CURRENT into trunk

commit 37db892d918e67bb13652d48f76d3da4c67f5d58
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:34:58 2004 +0000

    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit e1eda60fd5b4634652d0505a13a2516515d8ff88
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:12:43 2004 +0000

    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit f8eb90ffc747cd45db069212031e1e41c797d378
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:36:02 2004 +0000

    readding XFree86's cvs IDs

commit cd8a87f77a8ee8b4d29c34cc2066a840964fe3b8
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:23:45 2004 +0000

    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit bd6d337e78c95b6cd3d831f6e6ad44afc6595520
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Tue Nov 25 19:28:50 2003 +0000

    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

commit 2d36e110b8dbfa073bd533d7d0c720a4e51339a4
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:49:00 2003 +0000

    XFree86 4.3.0.1

commit dfc0320568e5237fff45b3f7fb6f332d1bf5e9bf
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:49:00 2003 +0000

    Initial revision
