commit d6584a4a52a6fb0eaf979555097bb32621c13cb1
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Sep 9 13:31:38 2009 -0700

    Version bump: 1.3.0
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 79c00a5b5c7866fcc4756993cf4bf4eb2234e9de
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Sep 1 09:45:30 2009 -0400

    Fix obsolete macro warnings for AC_HELP_STRING #23628
    
    When checking for warnings in any module using XORG_RELEASE_VERSION
    one or more warnings on AC_HELP_STRING appears. The macro has been
    replaced with AS_HELP_STRING
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Acked-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 4c91617d964915005634339afa24b04ec8a2f801
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Sep 1 10:33:37 2009 +1000

    Add XORG_DEFAULT_OPTIONS meta-macro.
    
    Many modules use the same set of m4 macros. Additions to the macros require
    updating the configure.ac for each module affected. In the case of e.g.
    protos and libs this means updating every single module.
    
    This patch adds a XORG_DEFAULT_OPTIONS meta-macro that uses the other macros
    defined. Macros can be added to this meta-macro and modules immediately get
    to make use of it - without changes required to configure.ac.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 3b7dd69d0bf6bc19f0e4403bb6611de87497aac3
Author: Pauli Nieminen <suokkos@gmail.com>
Date:   Sat Jul 25 15:53:02 2009 +0300

    Add XORG_STRICT_OPTION macro for strict compilation option
    
    Strict compilation option can be used to get rid of warnings that often are
    showing real hidden bug in code. That just waits to cause problems.
    
    CWARNFLAGS has to be added to AM_C(PP)FLAGS to use strict compilation mode
    in Makefile.am. Automatic addition to compiler flags would cause some configure
    checks fail.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit b0618a909a56d958a6690318545379e105587d82
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Aug 25 09:40:01 2009 +1000

    Add AM_SILENT_RULES to default XORG_CWARNFLAGS
    
    Automake 1.11 supports silent builds with the new AM_SILENT_RULES.
    http://sources.redhat.com/automake/automake.html#Options
    
    This loosely qualifies as a CWARNFLAG since it allows all the warnings to be
    seen and enables modules to gain support from the feature without any
    changes needed to configure.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: James Cloos <cloos@jhcloos.com>

commit 347e2ae727ac43026776154172ca1ad0360c903c
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jun 18 11:26:09 2009 -0700

    Version bump: 1.2.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit b885bb59ec23bb338c8df68e40c6ef2c2a9325cc
Author: Jon TURNEY <jon.turney@dronecode.org.uk>
Date:   Mon Jun 8 14:17:06 2009 +0100

    Use correct CWARNFLAGS when cross compiling
    
    Rather than checking the version of some random gcc which happens to be in
    the path to determine which warning flags are supported, we should check the
    gcc we are going to use for the build
    
    For example, when cross-compiling, if the host gcc is >= 3.4 but the
    cross-compiler gcc is not, this will cause unsupported warning flags to be
    used
    
    This seems to work, but I don't know enough autofoolery to be sure this is
    right...
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 21a957428aa69b03f585378dc6e70ad9f5c513c6
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Fri Feb 6 12:28:03 2009 -0800

    Use m4 for XORG_MACROS_VERSION to error during autoconf
    
    Check the needed macros version with m4 so that the proper version is
    determined during autoconf. This prevents a faulty configure from being
    generated.
    
    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>

commit 72d82ed965f9cfbc310897ec17d2dc10bddcef4e
Author: Dan <danstowell+xorg@gmail.com>
Date:   Thu Feb 19 06:50:30 2009 -0800

    Fix incorrect warning message in XORG_MACROS_VERSION
    
    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>

commit b3a43fbe312d4da796aa1fcb04a8a27f7961641d
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Thu Feb 5 13:30:27 2009 -0800

    Restore part of the XORG_MACROS_VERSION comment
    
    The 1.1 or later part is actually important since XORG_MACROS_VERSION
    didn't exist before then.
    
    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>

commit f05148fa57a1ebdb75135f026b7c5f4678a3b293
Author: Dan Nicholson <dbn.lists@gmail.com>
Date:   Thu Feb 5 09:17:17 2009 -0800

    Fix comment in XORG_MACROS_VERSION on usage
    
    The comment recommending checking XORG_MACROS_VERSION with m4_ifndef was
    flawed for two reasons:
    
     * m4_fatal should be used if the macro is not defined. There's no use
       generating configure if the macro doesn't exist. Just fail during
       autoconf.
     * There's no reason to mention the version needed in the message. That
       check does not do version verification. That's what the actual macro
       is for.
    
    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>

commit 96585612d17d31fa9dd0f5c260fc33f72be9a75f
Author: Jeremy Huddleston <jeremy@redxiii.local>
Date:   Sun Feb 1 21:09:44 2009 -0800

    XORG_CWARNFLAGS: += is not valid for appending in bourn scripts
    
    Fixes:
    
    ./configure: line 12921: CWARNFLAGS+= -Wold-style-definition -Wdeclaration-after-statement: command not found

commit 58803c60b73110a49aecec4202e7820887633bcc
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Dec 16 15:05:46 2008 -0800

    Version bump: 1.2.1

commit e1d9461d1325bb7e48ef616650eb1d49f8945c2b
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Dec 16 15:05:05 2008 -0800

    Replace gitweb URL with cgit URL in README

commit 55e8d740881ef622376440819119641e67aeb285
Author: Peter Breitenlohner <peb@mppmu.mpg.de>
Date:   Mon Dec 8 17:40:31 2008 +0100

    fix distcheck target
    
    Arrange that distcleancheck ignores ChangeLog left over by distclean.
    
    Don't mention ChangeLog under *CLEANFILES, can't be rebuilt from release
    tarball; ChangeLog is automatically distributed, no need to mention it.

commit 88920d0896be5194f626888d5d8b54edd1ffe1f6
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Wed Dec 10 08:45:56 2008 +0100

    use more CWARNFLAGS with gcc 3.4 too.
    
    Only gcc 3.3 and earlier version don't support them.
    Reported and tested by Peter Breitenlohner.

commit 9ff834493ece0a0ea7d7f15c1706bab022362cc5
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Dec 7 11:54:39 2008 +0100

    Fix CWARNFLAGS for gcc versions < 4

commit 1d2a0c58ffa7be9c47ea0a097f54e012cf5d44de
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Jul 30 13:47:04 2008 -0700

    Allow setting XORG_SGML_PATH to a non-default path when running configure

commit dcbbcb582cf712e59c1474632380943bea8f1a5e
Author: Peter Breitenlohner <peb@mppmu.mpg.de>
Date:   Fri Nov 14 23:06:48 2008 +0100

    bump to 1.2.0

commit 0e8c41dd09080cf692b7437bb23435137febaf26
Author: Peter Breitenlohner <peb@mppmu.mpg.de>
Date:   Fri Nov 14 23:05:45 2008 +0100

    fix XORG_PROG_RAWCPP for cygwin
    
    Patch by Yaakov Selkowitz from xorg mailing list
    http://lists.freedesktop.org/archives/xorg/attachments/20081016/04a64242/attachment.asc

commit 4cce4c8169a252bce129411dbf70c3212974e7ca
Author: Peter Breitenlohner <peb@mppmu.mpg.de>
Date:   Fri Nov 14 22:59:28 2008 +0100

    define XORG_CWARNFLAGS macro

commit 2663b7a6b31e5e3d03b42a50b27f64737a35e9aa
Author: Peter Breitenlohner <peb@mppmu.mpg.de>
Date:   Fri Nov 14 22:38:27 2008 +0100

    define and use XORG_CHANGELOG macro

commit b8a5186c585b4f01971457f0d59cc7480cf528e8
Author: Peter Breitenlohner <peb@mppmu.mpg.de>
Date:   Fri Nov 14 22:26:06 2008 +0100

    reorganize autoconf macro files
    
    append xorgversion.m4 to xorg-macros.m4.in, instead of installing
    it as separate file.
    Avoid copying some code from xorgversion.m4 to configure.ac.

commit a3a533044de7c8c360d0de312ac75b32db04e35e
Author: Adam Jackson <ajax@redhat.com>
Date:   Wed Mar 5 14:53:00 2008 -0500

    bump to 1.1.6

commit e1c1ee013e72dafd7b00ca96a8d4a25273b88e15
Author: Jeremy Huddleston <jeremy@tifa-2.local>
Date:   Sat Feb 16 02:18:50 2008 -0800

    Support version strings  like 1.2.3-blah4

commit e20c503d24e5ccf03035aa0f6d833d235d2179df
Author: Keith Packard <keithp@koto.keithp.com>
Date:   Mon Aug 13 19:21:58 2007 -0700

    Cannot use AC_CHECK_FILE when cross compiling; assume no LINUXDOC.
    
    As AC_CHECK_FILE cannot be used when cross compiling, just assume linuxdoc
    is not present.

commit f2ddb356d86225a8ff6d1d1397fb2156cebd360f
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Sun Dec 24 06:17:44 2006 +0200

    bump to 1.1.5

commit e8b485d9252ffbb357a0b987ab1488d4033b555c
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Mon Dec 18 18:25:25 2006 -0800

    Bug 9368: non portable sed usage in xorgversion.m4
    
    Bugzilla #9368 <https://bugs.freedesktop.org/show_bug.cgi?id=9368>
    Patch #8140 <https://bugs.freedesktop.org/attachment.cgi?id=8140>

commit 0a4aadbda211a5128bae1c2e860b781c95c4bbf5
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Sat Dec 16 01:14:27 2006 +0200

    bump to 1.1.4

commit eb371188086824c4655840dd72831d16fbfb17ce
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Wed Dec 6 19:02:46 2006 +0200

    Makefile.am: make ChangeLog hook safer
    Make ChangeLog hook as safe as possible.

commit e091014e3c7573a49ce51d67f359bd0f3d3e1893
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Thu Nov 30 22:05:27 2006 +0200

    bump to 1.1.3

commit f15961997e9f5986857ed0b143cbaafda1a84cb8
Author: Andres Salomon <dilinger@debian.org>
Date:   Thu Nov 30 22:05:13 2006 +0200

    xorgversion: automatic PACKAGE_VERSION_* (bug #8590)
    Automatically define PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} when
    XORG_RELEASE_VERSION is called.

commit 0d92c7e31df95c09a9cf1215e9ccb069da97f27a
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Wed Nov 8 16:38:16 2006 +0200

    bump to 1.1.2

commit d7a63459d1b1313fbde2827c00b36ee1e9c37f70
Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
Date:   Fri Nov 3 12:43:12 2006 -0500

    Introduce separate configure switches for each output format.

commit 5dc687a27322c9c6f7f9fb69b7005f35030b9571
Author: Eamon Walsh <ewalsh@tycho.nsa.gov>
Date:   Thu Nov 2 19:49:29 2006 -0500

    Fix handling of defs.ent to allow arbitrary install prefixes.

commit 58a807e728bfbb3fac080adbb7c502ef3531d5f3
Author: David Nusinow <dnusinow@debian.org>
Date:   Sun Oct 29 18:48:34 2006 -0500

    Add support for building docbook docs

commit bcd763dd427d2afd9066d52990363398d15d2c6a
Author: David Nusinow <dnusinow@debian.org>
Date:   Sun Oct 15 22:45:58 2006 -0400

    Make building pdf's configurable, though only disabled when it is explicitly set to no

commit de2a4b2880117f1de38c9f870024cfb8a9f3ba8d
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Sun Aug 27 12:59:25 2006 +0300

    make ChangeLog hook distcheck-safe

commit d9062e4077ebfd0985baf8418f3d0f111b9ddbba
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Sun Aug 27 12:50:20 2006 +0300

    xorg-macros: remove GNU-userland special case; bump to 1.1.1
    Remove special-casing of man page suffices for GNU-userland systems (Linux,
    Hurd, GNU/kFreeBSD).  Bump to version 1.1.1.

commit 28d7a6d80abb2d8d1a670b09394a5fc5458dd98e
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jul 20 18:13:50 2006 -0700

    Version bump to 1.1.0

commit efac6ccd6f0b5d673397441df753893b18c6a998
Author: Alan Coopersmith <alanc@alans-ferrari.(none)>
Date:   Tue Jul 18 14:44:30 2006 -0700

    Ignore xorg-macros.m4 (built by configure) and make dist/distcheck files

commit c6f51fb11a0f264e9cd89cf27916ca83c418f6ab
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jul 13 17:00:19 2006 -0700

    Add XORG_LINT_LIBRARY for building lint library data files

commit 33b44547db1b801a520b64dd67c468ab04eaf269
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jul 13 14:31:20 2006 -0700

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

commit 953df72ff3b8ecf8ac3eadc90ddefd6d0ca6b43e
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jul 13 13:49:46 2006 -0700

    Add pointer to git repository to README

commit a3ce32d91835471b7f91742850d78b186c4cbe8f
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jul 13 13:46:43 2006 -0700

    Add XORG_MACROS_VERSION macro to check minimum version of xorg-macros.m4
    
    - Move xorg-macros.m4 to xorg-macros.m4.in so @VERSION@ can be substituted from
      the version listed in configure.ac
    - Add comments to each macro listing what version it was first added in

commit 29e3f6d9c7670ff95dc03c9d494dc5f4b93741a4
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jul 13 11:46:48 2006 -0700

    Add README file with links to bugzilla & mailing list

commit b794890e202dc2359069836d9ebc2ad29f86dfac
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jul 13 11:42:41 2006 -0700

    Fill in COPYING file with licenses from other files

commit 1bc5f3d51d6bbe749e229c74fb2b834f903dcbd6
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jul 13 11:41:20 2006 -0700

    Correct Sun license notice

commit 53519cafb9a145901730fb0f2a1fd78e5a0a82e7
Author: Michael Banck <mbanck@debian.org>
Date:   Thu Jul 13 00:09:23 2006 -0700

    Bug #6782: Fix *_MAN_* macros to support GNU/Hurd
    
    X.Org Bug #6782 <https://bugs.freedesktop.org/show_bug.cgi?id=6782>
    Patch #5519 <https://bugs.freedesktop.org/attachment.cgi?id=5519>

commit aa72e4701d6653a7cf7d47b51b705e1c0890f381
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Jul 12 19:31:47 2006 -0700

    Add XORG_WITH_LINT to add --with-lint flag for checking with lint, sparse, etc.

commit 08130178348738603ab916036ac63afd41b27e94
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Jul 12 19:30:25 2006 -0700

    Create .gitignore

commit ddb3d2e94df03c5d06717189f5e349342ad0fa09
Author: Adam Jackson <ajax@nwnk.net>
Date:   Fri May 19 18:46:00 2006 +0000

    Bump to 1.0.2

commit 1e910874c0c4211b0d6e462e5cdffb4c86e27e6f
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Fri Apr 21 22:47:13 2006 +0000

    X.Org Bug #6654 <https://bugs.freedesktop.org/show_bug.cgi?id=6654> Patch
        #5374 <https://bugs.freedesktop.org/attachment.cgi?id=5374> Fix *_MAN_*
        macros to support GNU/kFreeBSD (Robert Millan)

commit 3ee458d03fcebc01d337d01e5e31dede704d56ff
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:30:08 2005 +0000

    Update package version for X11R7 release.

commit 09e1ea8a68915d5a8c3dd2c2adbbbcd1bfdf2bd3
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:36:02 2005 +0000

    Stub COPYING files

commit 986030a4deca03addb3e5b40da66c8baa78941a5
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:40 2005 +0000

    Update package version number for final X11R7 release candidate.

commit af0164c2ded2dcc95b72ca3b9bfbad9b790490f7
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Dec 9 15:28:41 2005 +0000

    Better macro to check whether any of malloc(0), realloc(ptr,0) or calloc(0)
        return NULL since Xlib expects all three to return a valid pointer.

commit 80c3aba8ac4af96c3d9407ecbed2f6c813adbbe1
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Dec 9 03:01:09 2005 +0000

    Add support for building other formats from sgml docs.

commit 98959e58700f53c1cafba3b4a2fa6e103c71a55d
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:47 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 222df94cf4d433b893c092ccd7c38d86d59ce034
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 04:41:21 2005 +0000

    Add macro to detect when malloc(0) returns NULL for use in libraries.

commit 07aaba7edc3028b6066a552ef0636986adddb6ef
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 21:58:11 2005 +0000

    Bug #5167 <https://bugs.freedesktop.org/show_bug.cgi?id=5167> Linux prefers
        *.1x man pages in man1 subdirectory. Also allow builders to override
        man page suffixes & directories to match their environments via
        configure-time environment variables.

commit 1545c8c930025d4f7d76e8d8f28ae87a53b5c9e9
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:48:17 2005 +0000

    Update package version number for RC1 release.

commit b15a7b3dcc5c8af0a1ab837d8ca03910611e0968
Author: Kristian Høgsberg <krh@redhat.com>
Date:   Mon Oct 17 16:04:44 2005 +0000

    Add missing comma in AC_HELP_STRING call.

commit 764ee0f698a17e34998b0e6d85f2c6cbf8f624c7
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Mon Oct 3 21:22:08 2005 +0000

    - For all drivers that have a <driver>.sgml file, add code in their build
        system to build the README file at make dist time
    - in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that
        will check if the required tools and files exist, and if so set a
        conditional.
    - util/modular/symlink.sh
    - Link all the <driver>.sgml to xf86-video-<driver>/README.sgml
    - Add all the README.<driver> to the list of excluded files
    - xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make
        it spew less warnings when the text file is built.

commit d690e4a9febd07988d149a967791c5629c17b258
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Thu Sep 29 22:57:31 2005 +0000

    Add -undef to RAWCPPFLAGS if cpp used for RAWCPP supports it

commit f950050734e36192307fcb11c70fbfb25fa03b9c
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sat Sep 24 02:30:22 2005 +0000

    Add XORG_MANPAGE_SECTIONS() macro for handling the different man page
        sections used on Linux vs. BSD vs. SysV

commit 7c9a7b7fb4955cef87cd4403c0f36b5f1a84d9c9
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Aug 15 19:53:37 2005 +0000

    Move RAWCPP macro to xorg-macros.m4 so other modules can use it Add check
        for whether or not RAWCPP needs -traditional instead of hardcoding it,
        so non-gcc cpp's can be used

commit 9161e0233a932f88a79d228f538565c48dba58d4
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:57 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
