commit 5550601d37efee5f29391973a7cd3ae4c837cd2f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Feb 27 16:56:21 2023 -0800

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

commit 1969618418c7ef9b7b72c307901cb35e83ee6f90
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Feb 22 17:59:17 2023 -0800

    Use COMPRESS_FLAGS to improve build reproducibility
    
    Raises required version of font-util from 1.2 to 1.4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit c0a5ff900e577206340f1c612e0e1a53ceae0c15
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Feb 15 16:31:46 2023 -0800

    Switch to XORG_DEFAULT_NOCODE_OPTIONS
    
    Stop running all sorts of compiler tests we don't need since there
    is no code in this module to compile.  Requires xorg-macros 1.20.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 263d52cb0e76bb5729f31d365109f2167fe079df
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Nov 7 10:10:39 2010 -0800

    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 1bd468e271e10ef7e2699b300a571192d0f1e52e
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 b189d64b1f6aa071462c9ed37943167ca3bd4b4d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Dec 8 16:16:52 2021 -0800

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

commit 430822fcd1ed34f4c9b61812e6841f9848da0aa9
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Dec 8 16:16:52 2021 -0800

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

commit afffd460c94d55977cbf2575ecb6704b2f56f410
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Dec 7 19:27:15 2018 -0800

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

commit 4df4c7c2274bbc27158b129716298414d764d793
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 18 21:38:28 2018 -0800

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

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

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

commit e52a69e4f24d8d77042a08b1e78132501f58a841
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 c67b42a4933b4c9b996ca7a4928ce80edd685424
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 6d6fe0666280139f67af5847076e1ff19a7cf0e6
Author: Matthieu Herrb <matthieu@herrb.eu>
Date:   Mon Sep 12 10:50:47 2016 +0200

    Typo: font.dir -> fonts.dir
    
    Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Hans de Goede <hdegoede@redhat.com>

commit 0c8d3af35cc6c00edf936523e9c85211ee0bccea
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 21:39: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 86b58f99c596f43564ff75e39aba20413c907532
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 21:38:41 2014 -0700

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

commit 2348c0890ed3b749817845242fc875b026914268
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 28 08:08:55 2013 -0400

    config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
    
    Fix Automake warning: AC_OUTPUT should be used without arguments.
    www.gnu.org/software/autoconf/manual/autoconf.html#Configuration-Files
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit cedec559d13ca8fb53484b29000b0b0d487201b0
Author: Rémi Cardona  <remi@gentoo.org>
Date:   Tue Nov 16 00:07:17 2010 +0100

    font-mutt-misc 1.0.3

commit 1bab86aa21e5c1d994282b65432fe5b13077d25d
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Fri Oct 15 20:09:56 2010 -0400

    config: Use the shorthand --disable-all-encodings option in font-util v1.2
    
    This option is useful to disable all possible font encodings at once,
    without fine-graining the calling ebuilds for a list of encodings
    supported by each font package.
    
    The option is parsed before all other encoding options, so it basically
    sets defaults for all of them. Afterwards, any encoding can be
    re-enabled back using '--enable-<encoding>' (much like
    '--disable-all-encodings --enable-iso8859-2').
    
    Reviewed-by: Rémi Cardona <remi@gentoo.org>
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 330b5045360e1bd36074f95f15824fd15c6e5d3d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Oct 5 00:23:34 2010 -0700

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

commit 752e5b08628314fcf37af89aebd8b54fed264695
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Jan 1 14:44:27 2010 +0000

    ClearlyU: fix off-by-one error in U+FFE1 through U+FFE6 range
    
    The range U+FFE1 (￡, fullwidth pound sign) through U+FFE6 (￦,
    fullwidth won sign) is shifted by one position, pound being at position
    U+FFE0.
    
    Debian bug#252045 <http://bugs.debian.org/252045>
    
    Reported-by: Adrian 'Dagurashibanipal' von Bidder <avbidder@fortytwo.ch>
    Reviewed-by: James Cloos <cloos@jhcloos.com>
    Signed-off-by: Julien Cristau <jcristau@debian.org>

commit ef4cf49d2df8c2bcfb02a0d5a08439630e7c86e4
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Nov 23 14:23:52 2009 -0500

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

commit 9b334bca7137aaa8b4b28b39b93af4543bb8661b
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Oct 18 20:49:07 2009 -0400

    Makefile.am: add INSTALL target and clean ChangeLog DIST targets
    
    Add INSTALL target to generate file with INSTALL_CMD #24206
    ChangeLog is not required in EXTRA_DIST  #24432
    ChangeLog is not required in MAINTAINERCLEANFILES #24432

commit 8b268725fc6cecdeb9203452686de60d3d6a1524
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Oct 18 20:34:34 2009 -0400

    INSTALL, NEWS, README COPYING or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    COPYING 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 8f1bccfc475ca87d12c33c8636ccee3f3ca59eb7
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Nov 23 13:38:51 2009 -0500

    .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 1aef40ca21e1e6d5945adb4f3aeafa66a1fa4070
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Sat Oct 10 17:45:42 2009 -0700

    font-mutt-misc 1.0.1
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 25dee300d5cd15a16e16c2584265daa6336294fb
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Oct 7 19:36:43 2009 -0700

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

commit ca90ff97738322776ed18d4a13b5bcef1741b513
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Oct 6 19:15:31 2009 -0700

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

commit 922f54b907a25c81acb552bb7040d3e4d17f99fe
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 8 10:44:07 2009 -0400

    mutt-misc: use XORG_CHANGELOG macro to create ChangeLog. #22611
    
    Build break: Makefile.am: command not found: git-log
    Adding the macro in configure.ac and use it in Makefile.am
    Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
    Tested: running autogen.sh, make and 'make dist'
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 2418c897d2263eb4634de3f4fcb2877ab167b52b
Author: Andres Salomon <dilinger@debian.org>
Date:   Sat Oct 25 20:50:21 2008 +0200

    Bug#5176: cause configure to bail if mkfontscale or mkfontdir are not found
    
    Signed-off-by: Julien Cristau <jcristau@debian.org>

commit 2d7da96703dc4c661d307641e7c3a5b7a7c272a1
Author: Eric Anholt <eric@anholt.net>
Date:   Wed Apr 16 14:31:53 2008 -0700

    Bug #14196: Don't attempt to dist nonexistent README.

commit c1a8f12c514ce465650133ec55034c69c65a63b6
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 16:38:04 2007 -0500

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

commit 83947e0ee2d346f0c05c98b9e68cb19b4dc0d945
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:53:19 2007 -0400

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

commit 9501ddc84839418ad9752eca6c4f1b765727c93c
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Aug 23 19:26:44 2007 -0400

    Rename .cvsignore to .gitignore

commit 8de03e93e805c63276a66f608d93678a66a702fe
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:25 2005 +0000

    Update package version number for final X11R7 release candidate.

commit 861a24906aad116d73ce07742ce691b22f368108
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 17:08:54 2005 +0000

    Add m4 magic to allow AS_HELP_STRING to work with older versions of
        autoconf 2.57.

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

    Update package version number for X11R7 RC3 release.

commit c624beab019f8436652653bda0d3e49ce701cb45
Author: Eric Anholt <anholt@freebsd.org>
Date:   Thu Nov 24 05:21:16 2005 +0000

    Bug #5122: Use $< instead of $^ to be portable to FreeBSD's make.

commit 22ff23f93062d3b8dba05a2ae894f67226b33942
Author: Eric Anholt <anholt@freebsd.org>
Date:   Tue Nov 22 02:00:21 2005 +0000

    Add .cvsignores for fonts.

commit 3f5a964a7050ca78684da5224564471f1d4f615b
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Nov 15 08:29:19 2005 +0000

    Add configure option to change the installed font dir.

commit bf502fd3dad2e63ce99715abe8bc1138b31c1746
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:49 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 a9107bc812df8cdc6b2ba50d8aa6183269394fd6
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Jul 19 02:40:06 2005 +0000

    Convert $(foreach...) to more portable suffix substitution rules

commit 024fd5b9fe443c73cdf85427e119f79a0ee29340
Author: Søren Sandmann Pedersen  <sandmann@daimi.au.dk>
Date:   Wed Jul 6 19:26:27 2005 +0000

    - Xaw/xaw.m4: Change help string to say "enable xprint" instead of "disable
        xprint"
    - symlink.sh: Rename Bitmap-co.ad to Bitmap-color.ad. Add bitmaps for the
        bitmap application. Add xdbedizzy.sgml.
    - xc/programs/xdbedizzy/: Conditionalize use of xprint
    - remove font/arabic-misc/README and font/mutt-misc/README

commit 33647c77681459f33bc8d42418d3cc1aa8df0dd0
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Jul 2 23:41:00 2005 +0000

    Add build system for arabic24 and ClearlyU fonts

commit 023759c8bf143b485e1764e2f65efb93ff03cdcd
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:24 2003 +0000

    XFree86 4.3.0.1

commit 9206c9e1f7fe83658f3ab14f4d920c19895ba2ed
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:24 2003 +0000

    Initial revision
