commit 9f9696760885d3572b60d7b8a8f34d84bf2b03b2
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Mar 3 14:49:13 2024 -0800

    xmh 1.0.5
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b03ef1199698f13dc9b349d5e94e2ff6c91ce012
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 21 16:11:04 2024 -0800

    Simplify fallback code for systems without S_ISDIR
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 692b6a728e08ff4e936728b904d7b13bc4d301ed
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 21 16:05:43 2024 -0800

    Convert allocation calls to XtMallocArray or XtReallocArray where appropriate
    
    Raises minimum libXt requirement to 1.3.0 for these calls
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 8b22282c564763bb3fb6baf5aae7b341dfbb33db
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 21 15:35:09 2024 -0800

    Handle -Wformat-security warnings from the DEBUG macro
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b7d18901774b955e000610b4138e93ed528613f7
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 21 15:20:46 2024 -0800

    Plug memory leaks in error paths of ScanDir()
    
    Found by -Wanalyzer-malloc-leak warning from gcc 13.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit a92147737501dc07996d7211a7b56f2b3f9cf3f6
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 21 14:32:09 2024 -0800

    Clear 4 of 6 -Wstringop-truncation warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 834a388e533abb3f7e926bff7d37fa480f2eda70
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 21 14:14:53 2024 -0800

    Fix 4 of 4 -Wformat-truncation warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit aef5af610ef4847140f957b1c62f9178e06965f1
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 21 14:04:41 2024 -0800

    Mark Punt as _X_NORETURN
    
    Clears gcc warning:
    util.c: In function ‘Punt’:
    util.c:51:6: warning: function might be candidate for attribute ‘noreturn’
     [-Wsuggest-attribute=noreturn]
       51 | void Punt(const char *str)
          |      ^~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 2525547dfd5fae9d820232af1ea1d3f517c399d4
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 21 14:01:05 2024 -0800

    Further reduce the number of -Wdiscarded-qualifiers warnings from 276 to 76
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit ab0228c679932b4f5439e9304db8c6a1b8f50909
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 21 11:26:54 2024 -0800

    Use _CONST_X_STRING to make libXt declare String as const char *
    
    Drops number of -Wdiscarded-qualifiers warnings from 489 to 276
    from gcc 13.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 1d8fbc4184089beaded2fc1d7bf8bbd23d3e923a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 21 11:19:34 2024 -0800

    Replace sprintf calls with snprintf or XtAsprintf
    
    Raises minimum libXt requirement to 1.1.0 for XtAsprintf
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 283787c9fbeef6cb7c452847a52ecc7f14b6af4a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 21 09:54:40 2024 -0800

    configure: Use AC_SYS_LARGEFILE to enable large file support
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit ef7b330df43bca2d595386824ff266f73cc45731
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 21 09:52:46 2024 -0800

    Modernize lseek() calls
    
    Use off_t for second argument, symbolic constant for third.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit ef6cc7ce80c9ba3ff24bfd7b2374fb014efec279
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Feb 11 16:33:50 2023 -0800

    Add -help and -version options
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit c3f4b549c080a400f2fd2cb8daa8702f7f287e21
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Feb 11 16:28:12 2023 -0800

    Print which arguments were unknown before giving usage message
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit f22538b6e6b2a44f87ad7e6a9e39712f5f58d39e
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 6d2a692ccc8804134862edaa07336149a522062a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Aug 30 17:48:08 2022 -0700

    xmh 1.0.4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit afdd1faece8b3f8fae3be0fd0f05a0e570b27618
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Aug 15 18:07:07 2022 -0700

    Convert vfork checks from Imake-style to autoconf-style
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b9b62b065456b5d31af990d1d04fcb34a0cf3523
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Aug 15 18:05:46 2022 -0700

    unifdef -UDGUX
    
    Data General DG/ux has never been supported in X11R7 modular builds.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 410307f62b859c16bfb78a41e3582d62a26e77d7
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Aug 15 17:52:05 2022 -0700

    unifdef -USYSV
    
    Remove code for pre-POSIX System V variants that have never been
    supported in X11R7 modular builds.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 04456faafc6a670a2f3b0c0aeb59b41edbc52f86
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Aug 15 17:49:01 2022 -0700

    unifdef -UUSG
    
    USG was defined for a handful of pre-SVR4 systems based on
    AT&T's Unix System Group releases in the old imake configs
    and has never been defined in X11R7 modular builds.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit fed0f68b789f3929c9080dd251e7c3ca555150a4
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Dec 7 12:33:41 2021 -0800

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

commit f3905996991c138a1a10a6451c995cf7005586db
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Dec 7 12:33:35 2021 -0800

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

commit 7e1af8b17bfb81ffd6cc5b57c8c772ff340381be
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 28 14:36:15 2021 -0800

    Trim trailing whitespace from lines
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit c9ef965166250a6e386871bd44db3310e556143b
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 28 14:34:01 2021 -0800

    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 39885098590ad974ccd68e1f72ca9a33320c0c2e
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Nov 21 17:16:03 2018 -0800

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

commit d02bdaed7a09b037a714639c94abaf680d6c2efc
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Nov 16 22:38:00 2018 -0800

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

commit a54f587bd66eb98f5a435173e4fd386e331d409a
Author: Mihail Konev <k.mvc@ya.ru>
Date:   Thu Jan 26 14:00:21 2017 +1000

    autogen: add default patch prefix
    
    Signed-off-by: Mihail Konev <k.mvc@ya.ru>

commit 99f17e10040fee246b528303cd0cba27a086073d
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 d3015c587a1797d76d4d03fcabdd86fb9b2a731c
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 f70138ea7faf7a4ad78b0b4743045c3a06224afd
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Apr 17 00:01:25 2015 -0700

    xmh 1.0.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 4508750217b3d3ba4e2c4491ba80cfd33b6dff85
Author: Daphne Pfister <daphnediane@mac.com>
Date:   Fri Feb 6 01:21:56 2015 -0500

    Fixes misplaced shortcut in man page: #89003
    
    The shortcut Meta-h was on the wrong row in the man page.
    
    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=89003
    
    Signed-off-by: Daphne Pfister <daphnediane@mac.com>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d0026b068e21b1919a1058339ae62912524443d6
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 23:38:32 2014 -0700

    autogen.sh: Honor NOCONFIGURE=1
    
    See http://people.gnome.org/~walters/docs/build-api.txt
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 81dc9d3df907f1697bccc9eda39ca6eff5cf757a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 23:38:32 2014 -0700

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

commit f25d3b82dfffc7ae2b5abb447b0552376d181bff
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 23:38:27 2014 -0700

    config: Add missing AC_CONFIG_SRCDIR
    
    Regroup AC statements under the Autoconf initialization section.
    Regroup AM statements under the Automake initialization section.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit f0b3169ee8b4ffe7c8152770d1d20c6f5d2f7bcc
Author: Eric S. Raymond <esr@thyrsus.com>
Date:   Wed Jun 19 06:09:50 2013 -0400

    Don't rely on the ability to set tan stops.  Use tables instead.
    
    Also, fix a presentational abuse of the .SS macro.

commit 6ebc514050a392ebbf069823207eb967ca2629e0
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jan 19 10:06:56 2011 -0500

    config: move man pages into their own directory
    
    Use services provided by XORG_MANPAGE_SECTIONS.
    Use standard Makefile for man pages.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit f1d5cee2eff5c6d82b8879053b5ffc994096cb38
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 13 17:15:36 2011 -0500

    man: replace hard coded man page section with substitution strings
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 84c197d3a2fdc154a57529318822b111a5282d6f
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 13 11:15:47 2011 -0500

    man: remove trailing spaces and tabs
    
    Using s/[ \t]*$//
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit ffb0ec41f0543b5474117d12f93c048efa32e428
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jan 12 16:28:02 2011 -0500

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    This silences an Autoconf warning

commit 1a43684e6aa86941d3f901de0d69fbd90b8a753b
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jan 12 15:29:50 2011 -0500

    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
    
    This silences an Automake warning.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit bdb398a17be488e9aa189c911fb29526e46a794d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 17:46:25 2010 -0700

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

commit 8ddafc07c4c5c7c271b1069f9e39e5821478c2be
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 17:43:54 2010 -0700

    config: Remove unnecessary calls from configure.ac
    
    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e1019d9a9bf1c45a5295bb92622ac8a4b39c26b7
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Oct 20 22:25:35 2010 -0700

    Require xbitmaps >= 1.1.0 for box6 & black6 bitmaps moved from xmh
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 42a4d7272f407aa808b20526720468bb82b96e05
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Oct 20 22:20:31 2010 -0700

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Enables use of platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit aa805f7142aea2b53c839a4b4d351755ed91a800
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 18:45:18 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 edc221cbd0bff81def4c0c39f5d9ba60d1825a81
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sat Dec 19 20:48:48 2009 -0500

    configure.ac: use backticks rather than $() for cmd subs
    
    Use "$PKG_CONFIG" rather than hard coded "pkg-config"
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit b174fe0dbaa59c7cfed8514f0daa8316b100dc11
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Nov 26 09:19:54 2009 -0500

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

commit 46ce8eed17cd20b39f5e23e26f640581f4a78416
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:09:08 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 4e4ffd885563f4e35bc82adb50125f12be12a9ca
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 26 22:08:39 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 7a3e1054a20c5016cd73949dc7b15a026c445856
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 12:34:15 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 b7bbad1569cc0f6936a24fc00d2a7eb8ca586d21
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Oct 12 22:30:31 2009 -0700

    Use PACKAGE_STRING from config.h for version instead of -D flags in Makefile
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 69966ca6ee5b147bcec27903fb7149261b00b512
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Oct 12 22:24:46 2009 -0700

    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit c26a5cf8bf1a2c759acc2d647070c52518a68579
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Oct 12 22:05:40 2009 -0700

    Move black6 & box6 bitmaps to data/bitmaps module
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit c94d41464823def0bcdf5477525edb6a0d634cae
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 1 14:54:27 2009 -0700

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

commit dad2a98ae9e82a190ef035d881b5f0a35672f335
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Thu Jan 22 16:24:22 2009 -0200

    Correct make distcheck and sparse warnings.

commit 9a1de30e609e1c564006fa043efa08e1c92c6bfe
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Sun Mar 16 18:08:43 2008 -0300

    Compile warning fixes.
    
        Ansify some function definitions and prototypes.

commit 26fb42ee5ec56487151ef313c29e0184b74821c5
Author: Peter Breitenlohner <peb@mppmu.mpg.de>
Date:   Mon Nov 10 19:57:10 2008 +0100

    enable VPATH build, reorganize app default files

commit dbcedd6db6f6e580d3d3baea1891afb570c10c82
Author: James Cloos <cloos@jhcloos.com>
Date:   Wed Aug 20 10:32:52 2008 -0400

    xaw8 is gone, use xaw7

commit 2c3681b19b3387ac9c254558d8fd7ef0a67b0552
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Thu Mar 27 20:35:32 2008 -0700

    Added missing AM_PROG_CC_C_O

commit 758d5c9aa271ed4ce4110c0ec68c3f3dacda5b87
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Thu Mar 27 20:08:11 2008 -0700

    Build fix for file systems that are not case sensitive

commit aa6e521486166869f54f6f0b361e20be10506699
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 16:37:24 2007 -0500

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

commit 3d39ba92de206149ebceee7bc6cbcb9ac4045333
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:51:37 2007 -0400

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

commit c0608f3d80823961429562a684b0f4e8da516834
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Aug 23 19:25:00 2007 -0400

    Rename .cvsignore to .gitignore

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

    Update package version for X11R7 release.

commit 29a636490d20cb9a4d871b769d74ddd69cb11b8b
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:22:46 2005 +0000

    Stub COPYING files

commit 7218de612756e3409e0e3af3fd78403a5ed5a9eb
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:09 2005 +0000

    Update package version number for final X11R7 release candidate.

commit e5eaf99d7526ddc087a5c02c17b05ac4db1fd065
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 7 16:18:01 2005 +0000

    Change to use the app-defaults default dir configured in libXt.

commit ff6069d03ccb2131b0a3092fac8bad6b7bce8d6b
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:24 2005 +0000

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

commit 0e60b8faa27daad8cef79bc690351db427126a19
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:26 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 498b3df3d389bf6cb089ba53a4421744fe6d6aba
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:01:45 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 fa8182b6c4ba9abe7fa8dce3f2a880fb0e55b584
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:35:05 2005 +0000

    Another pass at .cvsignores for apps.

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

    Add/improve .cvsignore files for apps.

commit d4d6a1f21f5080e7a5cc3ccb654f3be143fc36dd
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:09:22 2005 +0000

    Update package version number for X11R7 RC2 release.

commit 53b351a8471d3eaca13b70ac77874868a24d4a1e
Author: Kean Johnson <kean@armory.com>
Date:   Tue Nov 8 06:33:33 2005 +0000

    See ChangeLog entry 2005-11-07 for details.

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

    Update package version number for RC1 release.

commit ac718f3f9c7f5b54928994be5b3a790c11d1cf50
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Oct 18 00:32:55 2005 +0000

    Change default install dir for app-default files from
        $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
        the monolith & allow localization

commit 66569f4ab785eb3d2885c181ec38dd80d5043f17
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 23:56:24 2005 +0000

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

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

    Use sed to fill in variables in man page

commit 64443e28aca71657ca62f9f48aa410b9907386ad
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Aug 1 20:25:31 2005 +0000

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

commit 7de290669be8e88aad52db6589325c31fd1bb6dd
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:36 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 608356b31b3d2893dfd5580e330bb4226174856d
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Jul 26 15:44:03 2005 +0000

    Replace more GNU make-ism's with more portable macros

commit 9bda0e21332cf0acdb2cc32a42983ccc32e5a5ad
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Jul 23 16:53:01 2005 +0000

    fix GNU-make only app-defaults rule

commit f5c46286351f7d698c77b8607345722bb701b295
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Jul 20 19:32:03 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 2493ff8b81f07674fbc877cf0ac5d047471fd72a
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Thu Jul 14 22:40:16 2005 +0000

    Add _BSD_SOURCE to lots of applications - patch from Stefan Dirsch

commit 43170770ed537cc4a2d06eafbc99d123bbbb53d4
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Tue Jul 5 22:51:11 2005 +0000

    Add build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage,
        xmh, xmore. lib/Xaw/xaw.m4: Add an AM_CONDITIONAL and a shell variable
        xaw_use_xprint symlink.sh: add some extra files for xgc, xinit,
        xkbcomp, xlogo, xmb, and xmodmap xc/programs/xmore/xmore.c:
        Conditionalize use of xprint

commit 3b52145daefd9202970c5e496c9c060a4ce82c51
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:54:58 2004 +0000

    Merging XORG-CURRENT into trunk

commit e62100178bd8605c7d6362239d7b91bc10ca1ce5
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:35:42 2004 +0000

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

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

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

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

    readding XFree86's cvs IDs

commit 55e8a708930928a649063b62793c8580708dc8fd
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:24:14 2004 +0000

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

commit 26cca04b3c015cde601f116b8fc1003bd2ffe2e7
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Tue Nov 25 19:29:15 2003 +0000

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

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

    XFree86 4.3.0.1

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

    Initial revision
