Home | History | Annotate | Line # | Download | only in dist
      1 commit a70254dac5e63fbe4f8aa89433189a613a509e1f
      2 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      3 Date:   Sat Dec 3 13:46:02 2022 -0800
      4 
      5     xfd 1.1.4
      6     
      7     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      8 
      9 commit 09834f092c6fb5ac4945bfd1b7b5bb228e42e04d
     10 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     11 Date:   Sat Nov 12 15:23:52 2022 -0800
     12 
     13     Tag unused arguments to callback functions as _X_UNUSED
     14     
     15     Gets rid of 33 -Wunused-parameter warnings from clang
     16     
     17     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     18 
     19 commit d9ba30a6f56b2bb7e6f1b125a3d2eaa871c96eba
     20 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     21 Date:   Sat Nov 12 13:05:24 2022 -0800
     22 
     23     Handle -Wextra-semi-stmt warnings from clang
     24     
     25     Use do {...} while (0) idiom for pre-processor macros that define
     26     code blocks so that trailing semi-colons don't appear to be extraneous
     27     
     28     grid.c:305:38: warning: empty expression statement has no effect;
     29       remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
     30                 CI_GET_CHAR_INFO_1D (fs, ch, cs);
     31                                                 ^
     32     grid.c:311:40: warning: empty expression statement has no effect;
     33       remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
     34                 CI_GET_CHAR_INFO_2D (fs, r, c, cs);
     35                                                   ^
     36     grid.c:488:46: warning: empty expression statement has no effect;
     37       remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
     38         donestr (XftColor, xftColor, XtRXftColor);
     39                                                  ^
     40     grid.c:546:42: warning: empty expression statement has no effect;
     41       remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]
     42         donestr (XftFont *, font, XtRXftFont);
     43                                              ^
     44     
     45     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     46 
     47 commit 0be214afe5eeddc6d5e6cdcae9b7242d4e11b3cd
     48 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     49 Date:   Thu Jul 28 17:30:21 2022 -0700
     50 
     51     gitlab CI: stop requiring Signed-off-by in commits
     52     
     53     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     54 
     55 commit 2ffeff68a6774675b1741655fa7a22c7af93c2ac
     56 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     57 Date:   Sun Oct 16 11:00:38 2022 -0700
     58 
     59     Mark usage() as _X_NORETURN _X_COLD
     60     
     61     Raises minimum xproto requirement to 7.0.25 from Nov. 2013
     62     to get the _X_COLD definition in <X11/Xfuncproto.h>
     63     
     64     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     65 
     66 commit 122fa8689837bc5a5166432609f351c200a17ef6
     67 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     68 Date:   Sun Oct 16 10:58:05 2022 -0700
     69 
     70     Variable scope reductions as recommended by cppcheck
     71     
     72     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     73 
     74 commit da378df9565f7a8e1e086d1676c6742a5ca9d5f4
     75 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     76 Date:   Sun Oct 16 10:51:18 2022 -0700
     77 
     78     Fix warning: missing initializer for field extension of SimpleClassPart'
     79     
     80     grid.c:153:3: warning: missing initializer for field extension of SimpleClassPart {aka struct <anonymous>} [-Wmissing-field-initializers]
     81        }
     82        ^
     83     In file included from grid.c:34:0:
     84     /net/also.us.oracle.com/export/alanc/X.Org/amd64-gcc/install/usr/X11R7/include/X11/Xaw/SimpleP.h:62:15: note: extension declared here
     85          XtPointer extension;
     86                    ^~~~~~~~~
     87     
     88     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     89 
     90 commit d946324dae78f15ffe63f1e129eb4cb35a7116b8
     91 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     92 Date:   Sun Oct 16 10:42:15 2022 -0700
     93 
     94     Use _CONST_X_STRING to make libXt declare String as const char *
     95     
     96     Clears 46 out of 68 -Wdiscarded-qualifiers warnings from gcc
     97     
     98     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     99 
    100 commit 9fdbf13e82163a69acf218ae5850b33fd5a0ff91
    101 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    102 Date:   Mon Dec 6 12:00:17 2021 -0800
    103 
    104     Build xz tarballs instead of bzip2
    105     
    106     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    107 
    108 commit 66bfd8cf6e349edb42de3474b53e9f50db3a4694
    109 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    110 Date:   Mon Dec 6 12:00:14 2021 -0800
    111 
    112     gitlab CI: add a basic build test
    113     
    114     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    115 
    116 commit 9cf6578a0c35b14af13dc104ab3f4ccf64e673ae
    117 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    118 Date:   Sat Mar 9 18:56:26 2019 -0800
    119 
    120     xfd 1.1.3
    121     
    122     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    123 
    124 commit 6a4309a40f48321c69952bfbee4c73cf2d8405dd
    125 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    126 Date:   Sun Mar 3 11:36:00 2019 -0800
    127 
    128     Re-enable code to use XKB Bells
    129     
    130     Enabled by default, use --without-xkb to disable.
    131     
    132     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    133 
    134 commit 63d2de15dbac3db071beafaad7bbc7ccf0ff79cd
    135 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    136 Date:   Wed Nov 21 17:03:17 2018 -0800
    137 
    138     Update configure.ac bug URL for gitlab migration
    139     
    140     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    141 
    142 commit 8ac9bff6605b22a7675c0afacdb6965445b9a914
    143 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    144 Date:   Fri Nov 16 21:58:19 2018 -0800
    145 
    146     Update README for gitlab migration
    147     
    148     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    149 
    150 commit 8bf70e4d5c06402fef018f5a257474da2e6c43f3
    151 Author: Mihail Konev <k.mvc (a] ya.ru>
    152 Date:   Thu Jan 26 14:00:21 2017 +1000
    153 
    154     autogen: add default patch prefix
    155     
    156     Signed-off-by: Mihail Konev <k.mvc (a] ya.ru>
    157 
    158 commit 98e01ab922b4f39270af939fe8632f1414328ed8
    159 Author: Emil Velikov <emil.l.velikov (a] gmail.com>
    160 Date:   Mon Mar 9 12:00:52 2015 +0000
    161 
    162     autogen.sh: use quoted string variables
    163     
    164     Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
    165     fall-outs, when they contain space.
    166     
    167     Signed-off-by: Emil Velikov <emil.l.velikov (a] gmail.com>
    168     Reviewed-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    169     Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    170 
    171 commit 701d598d089c6cdbe38f8396468f4d32bb6340f6
    172 Author: Peter Hutterer <peter.hutterer (a] who-t.net>
    173 Date:   Tue Jan 24 10:32:07 2017 +1000
    174 
    175     autogen.sh: use exec instead of waiting for configure to finish
    176     
    177     Syncs the invocation of configure with the one from the server.
    178     
    179     Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    180     Reviewed-by: Emil Velikov <emil.velikov (a] collabora.com>
    181 
    182 commit 19846b6b94cae254dc9c958e0896f056ae707b0b
    183 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    184 Date:   Mon Jun 2 22:31:09 2014 -0700
    185 
    186     autogen.sh: Honor NOCONFIGURE=1
    187     
    188     See http://people.gnome.org/~walters/docs/build-api.txt
    189     
    190     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    191 
    192 commit 61a1cb30d18ebfe0687616811e5ac714f572754f
    193 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    194 Date:   Mon Jun 2 22:31:09 2014 -0700
    195 
    196     configure: Drop AM_MAINTAINER_MODE
    197     
    198     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    199 
    200 commit 816ae0e04d0d189adb2da13007b6f6e3d53ae03c
    201 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    202 Date:   Tue Dec 10 22:38:34 2013 -0800
    203 
    204     Move domaindir declaration inside #ifdef USE_GETTEXT
    205     
    206     Avoid unused variable warnings if USE_GETTEXT is undefined
    207     
    208     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    209 
    210 commit ef0068345c2b82347e7b5ed319266c11c38f690e
    211 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    212 Date:   Tue Jul 16 23:02:08 2013 -0700
    213 
    214     xfd 1.1.2
    215     
    216     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    217 
    218 commit ba7102831c6bda987a9e945a727599fa2c11892e
    219 Author: Eric S. Raymond <esr (a] thyrsus.com>
    220 Date:   Fri Jun 7 07:36:42 2013 -0400
    221 
    222     Suppress a spurious warning.
    223 
    224 commit 7e5c3cdddeee730dff2b464de558954344d55892
    225 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    226 Date:   Sun Feb 17 10:25:18 2013 -0800
    227 
    228     Mark do_quit as noreturn, as suggested by gcc & clang
    229     
    230     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    231 
    232 commit 78ee6607ca35319c4785c5c48f7eed618e56d7d0
    233 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    234 Date:   Sun Feb 17 09:56:53 2013 -0800
    235 
    236     convert sprintf calls to snprintf
    237     
    238     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    239 
    240 commit 1992efbe9ae74d6edf679fd9e7f1f3072c834743
    241 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    242 Date:   Wed Jan 16 22:50:34 2013 -0800
    243 
    244     Drop old CVS version tags
    245     
    246     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    247 
    248 commit 7b872a918f8c1d7c33003869d25d2e9ece762d17
    249 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    250 Date:   Wed Jan 16 22:44:44 2013 -0800
    251 
    252     config: Add missing AC_CONFIG_SRCDIR
    253     
    254     Regroup AC statements under the Autoconf initialization section.
    255     Regroup AM statements under the Automake initialization section.
    256     
    257     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    258 
    259 commit b55ff4853d4b46e3dba980fd802fdc11cd01469d
    260 Author: Andreas Schwab <schwab (a] suse.de>
    261 Date:   Thu May 19 10:01:59 2011 +0200
    262 
    263     Fix SEGV when XftFontOpenName() returns NULL.
    264     
    265     The semantics of a callback set with XtSetTypeConverter() is to return
    266     False only if there is no conversion at all.
    267     In this case the converstion string is copied verbatim to the target.
    268     Since the 'from' and 'to' types differ this doesn't make sense here at all.
    269     Instead the target value needs to be set to NULL and the return needs
    270     to be True.
    271     
    272     Signed-off-by: Andreas Schwab <schwab (a] suse.de>
    273     Reviewed-by: Egbert Eich <eich (a] freedesktop.org>
    274 
    275 commit 7f743669076189b615c862d0ec6b6c45d855d9b6
    276 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    277 Date:   Wed Feb 15 16:15:40 2012 -0800
    278 
    279     xfd 1.1.1
    280     
    281     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    282 
    283 commit 677df8dfd37f1018b38b4c8653bde35766d895bc
    284 Author: Gaetan Nadon <memsize (a] videotron.ca>
    285 Date:   Wed Dec 7 13:35:45 2011 -0500
    286 
    287     Use the Automake recommended alternative to AX_DEFINE_DIR
    288     
    289     DATADIR, like any installation variable, is not known at configure time.
    290     This is by design to allow setting the variable at make time.
    291     The AX_DEFINE_DIR macro worked around this design and consequently
    292     cancelled an Automake feature.
    293     
    294     The alternative method suggested by Automake ends up being simpler
    295     while providing the same result as AX_DEFINE_DIR but without cancelling
    296     any feature. It is used in the xserver for the parser and in xquartz.
    297     
    298     The AX_DEFINE_DIR macro has been removed from the Autoconf Archive.
    299     There are no official providers for this macro anymore.
    300     
    301     Separate pre-processor from compiler flags.
    302     XFD_CFLAGS and CWARNFLAGS may contain compiler flags.
    303     
    304     Reviewed-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    305     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    306 
    307 commit 74d5bc691b3a6dcc2dee99ed8b3c15d781b93843
    308 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    309 Date:   Wed Sep 28 21:55:00 2011 -0700
    310 
    311     Remove freetype2 from PKG_CHECK_MODULES list
    312     
    313     No direct calls to libfreetype functions or #includes of freetype headers
    314     
    315     Fixes Solaris ld -z guidance warning:
    316     ld: guidance: removal of unused dependency recommended: libfreetype.so.6
    317     
    318     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    319 
    320 commit bc9769630b473230e7a403817ec5e82317457f09
    321 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    322 Date:   Wed Sep 28 21:53:12 2011 -0700
    323 
    324     Add const attribute to domaindir fix gcc -Wwrite-strings warnings
    325     
    326     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    327 
    328 commit e53ac1417a453abbdba751345ef6a227d65ef5e7
    329 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    330 Date:   Wed Sep 28 21:49:29 2011 -0700
    331 
    332     Strip trailing whitespace
    333     
    334     Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
    335     git diff -w & git diff -b show no diffs from this change
    336     
    337     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    338 
    339 commit 50089064f6a02a3330578a50918c3cee5c9cda98
    340 Author: Gaetan Nadon <memsize (a] videotron.ca>
    341 Date:   Wed Jan 19 10:06:56 2011 -0500
    342 
    343     config: move man pages into their own directory
    344     
    345     Use services provided by XORG_MANPAGE_SECTIONS.
    346     Use standard Makefile for man pages.
    347     
    348     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    349 
    350 commit 894fb8869b63f3810373f58798c09e15256f2c67
    351 Author: Gaetan Nadon <memsize (a] videotron.ca>
    352 Date:   Thu Jan 13 17:15:36 2011 -0500
    353 
    354     man: replace hard coded man page section with substitution strings
    355     
    356     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    357 
    358 commit aa1b74aa0e5fe8a3b7db0334270c49d89be3fb63
    359 Author: Gaetan Nadon <memsize (a] videotron.ca>
    360 Date:   Thu Jan 13 11:15:47 2011 -0500
    361 
    362     man: remove trailing spaces and tabs
    363     
    364     Using s/[ \t]*$//
    365     
    366     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    367 
    368 commit d577f95060b7c52915c536c1d86525e725824027
    369 Author: Gaetan Nadon <memsize (a] videotron.ca>
    370 Date:   Wed Jan 12 16:28:02 2011 -0500
    371 
    372     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    373     
    374     This silences an Autoconf warning
    375 
    376 commit d277e3bd75cef27780575539a8cc2417c33bc0fd
    377 Author: Gaetan Nadon <memsize (a] videotron.ca>
    378 Date:   Wed Jan 12 15:29:50 2011 -0500
    379 
    380     config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
    381     
    382     This silences an Automake warning.
    383     
    384     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    385 
    386 commit 6b2c1c93d9d7914d7d8e0a65c3de9c6b76c71b5f
    387 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    388 Date:   Wed Oct 20 21:44:30 2010 -0700
    389 
    390     xfd 1.1.0
    391     
    392     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    393 
    394 commit a63c2b401e23ca80b457d378259122b7940a3bab
    395 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    396 Date:   Sun Sep 26 17:14:59 2010 -0700
    397 
    398     config: Remove unnecessary calls from configure.ac
    399     
    400     AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    401     
    402     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    403 
    404 commit 5624d27b3b64410b7c66044853d775e9a0f4a33b
    405 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    406 Date:   Sun Sep 26 17:14:31 2010 -0700
    407 
    408     config: upgrade to util-macros 1.8 for additional man page support
    409     
    410     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    411     The value of MAN_SUBST is the same for all X.Org packages.
    412     
    413     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    414     Enables use of platform appropriate version of sed.
    415     
    416     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    417 
    418 commit efea1a6413d758753c625eeecdb74fc1e3beb05b
    419 Author: Gaetan Nadon <memsize (a] videotron.ca>
    420 Date:   Tue Jul 20 18:45:18 2010 -0400
    421 
    422     config: update AC_PREREQ statement to 2.60
    423     
    424     Unrelated to the previous patches, the new value simply reflects
    425     the reality that the minimum level for autoconf to configure
    426     all x.org modules is 2.60 dated June 2006.
    427     
    428     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    429     
    430     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    431 
    432 commit c997e34d623e69c614778d2264e184b69fc6a590
    433 Author: Gaetan Nadon <memsize (a] videotron.ca>
    434 Date:   Thu Apr 1 16:40:39 2010 -0400
    435 
    436     config: ignore xfd.po file when gettext is used
    437     
    438     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    439 
    440 commit 19671092fce79699d7bd306ae4f906347fe8d68e
    441 Author: Gaetan Nadon <memsize (a] videotron.ca>
    442 Date:   Wed Mar 31 17:12:37 2010 -0400
    443 
    444     config: update and relocate AX_DEFINE_DIR macro
    445     
    446     Remove deprecated acinclude.m4 macro container file
    447     Use separate macro files as per autoconf recommendation
    448     Use the latest macro from GNU
    449     
    450     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    451 
    452 commit ee8deed4006d89231f71e3692d487eeaf1fd312c
    453 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr>
    454 Date:   Sun Feb 14 15:29:04 2010 +0100
    455 
    456     Let xfd build on systems without gettext.
    457     
    458     Signed-off-by: Matthieu Herrb <matthieu.herrb (a] laas.fr>
    459     
    460     Reviewed-by: Julien Cristau <jcristau (a] debian.org>
    461     Reviewed-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    462 
    463 commit cc62d8127797a769fb83c719a499290b780e0307
    464 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    465 Date:   Fri Jan 29 22:53:15 2010 -0800
    466 
    467     Use AM_V_GEN to silence manpage generation too
    468     
    469     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    470 
    471 commit 169e6d230f09627500d9c417350d3a8a9aa4dba4
    472 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    473 Date:   Fri Jan 29 22:45:46 2010 -0800
    474 
    475     Clean up CFLAGS/LIB settings in configure.ac & Makefile.am
    476     
    477      - Use AM_CFLAGS so AM_PROG_CC_C_O isn't needed
    478      - Combine pkg-config calls now that we don't need special handling for Xaw
    479      - Add dependencies on libXmu & libXrender since xfd calls functions in
    480             those directly
    481     
    482     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    483 
    484 commit 12a1392fc96e32ed6d55208a2a7fc040617a9cb7
    485 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    486 Date:   Fri Jan 15 22:20:56 2010 -0800
    487 
    488     Integrate gettext support with autotools build system
    489     
    490     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    491 
    492 commit b83ec6e3a79e30b8a7a3947679221ad76441b27f
    493 Author: Jay Hobson <jay.hobson (a] sun.com>
    494 Date:   Fri Aug 4 10:36:37 2000 -0700
    495 
    496     Internationalize xfd: Call gettext on strings printed to stderr
    497     
    498     Originally done for Solaris 9 to fix Sun bug 4348474
    499     http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4348474
    500     
    501     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    502 
    503 commit cf8659cf40ed338c00bde2b4248bc6e9f8766248
    504 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    505 Date:   Thu Jan 7 09:54:42 2010 -0800
    506 
    507     Fill in COPYING with notices from source code & man page
    508     
    509     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    510 
    511 commit eb90d66bf80637ed3f4aceae7a004d117f915fcd
    512 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    513 Date:   Thu Jan 7 09:53:07 2010 -0800
    514 
    515     Bump xorg-macros requirement to 1.4 for XORG_INSTALL changes
    516     
    517     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    518 
    519 commit ffdbeb4d57344a6a8fdb76ccb9ac6690acba1bb4
    520 Author: Gaetan Nadon <memsize (a] videotron.ca>
    521 Date:   Sat Dec 19 20:48:48 2009 -0500
    522 
    523     configure.ac: use backticks rather than $() for cmd subs
    524     
    525     Use "$PKG_CONFIG" rather than hard coded "pkg-config"
    526     
    527     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    528 
    529 commit 36824d2a0fc22da07e6f81cc344dd1b8b5d648dc
    530 Author: Gaetan Nadon <memsize (a] videotron.ca>
    531 Date:   Thu Nov 26 09:19:53 2009 -0500
    532 
    533     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    534     
    535     Now that the INSTALL file is generated.
    536     Allows running make maintainer-clean.
    537 
    538 commit 13b9256eccd0516da11e10ac0c6e1913d319b4f5
    539 Author: Gaetan Nadon <memsize (a] videotron.ca>
    540 Date:   Wed Oct 28 14:09:08 2009 -0400
    541 
    542     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    543     
    544     Add missing INSTALL file. Use standard GNU file on building tarball
    545     README may have been updated
    546     Remove AUTHORS file as it is empty and no content available yet.
    547     Remove NEWS file as it is empty and no content available yet.
    548 
    549 commit c00de683965a7eda68af8f50dc065b4eea1daf94
    550 Author: Gaetan Nadon <memsize (a] videotron.ca>
    551 Date:   Tue Oct 27 15:07:25 2009 -0400
    552 
    553     Deploy the new XORG_DEFAULT_OPTIONS #24242
    554     
    555     This macro aggregate a number of existing macros that sets commmon
    556     X.Org components configuration options. It shields the configuration file from
    557     future changes.
    558 
    559 commit 9fddcf802fc0301a7155eef301070ab23ebdf3cc
    560 Author: Gaetan Nadon <memsize (a] videotron.ca>
    561 Date:   Mon Oct 26 22:08:38 2009 -0400
    562 
    563     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
    564     
    565     ChangeLog filename is known to Automake and requires no further
    566     coding in the makefile.
    567 
    568 commit bcb7f696b30dbb3abdb3c01903c7102b725bf71e
    569 Author: Gaetan Nadon <memsize (a] videotron.ca>
    570 Date:   Thu Oct 22 12:34:15 2009 -0400
    571 
    572     .gitignore: use common defaults with custom section # 24239
    573     
    574     Using common defaults will reduce errors and maintenance.
    575     Only the very small or inexistent custom section need periodic maintenance
    576     when the structure of the component changes. Do not edit defaults.
    577 
    578 commit c0bbbeb349baab668437d4396074ef97a221e144
    579 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    580 Date:   Thu Oct 1 14:54:23 2009 -0700
    581 
    582     Add README with pointers to mailing lists, bugzilla, & git
    583     
    584     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    585 
    586 commit d8a9d9cd11fc9d3fca03add3bc830a49139cce20
    587 Author: Paulo Cesar Pereira de Andrade <pcpa (a] mandriva.com.br>
    588 Date:   Tue Jan 20 20:37:10 2009 -0200
    589 
    590     Correct make distcheck and sparse warnings.
    591 
    592 commit 18323bb7de4573dc32ab38abe634d7035d9bf882
    593 Author: Peter Breitenlohner <peb (a] mppmu.mpg.de>
    594 Date:   Mon Nov 10 20:12:14 2008 +0100
    595 
    596     enable VPATH build, reorganize app default files
    597 
    598 commit ac2f229757ee60eedeb0aeb0d3ed858cf26dfd07
    599 Author: James Cloos <cloos (a] jhcloos.com>
    600 Date:   Wed Aug 20 10:32:51 2008 -0400
    601 
    602     xaw8 is gone, use xaw7
    603 
    604 commit fd81704532095ae9246b50305906f626bce1ada5
    605 Author: Jeremy Huddleston <jeremyhu (a] freedesktop.org>
    606 Date:   Thu Mar 27 20:33:41 2008 -0700
    607 
    608     Added missing AM_PROG_CC_C_O
    609 
    610 commit e5359d2724aaffcb4a775683784b5a89c1d9c8b5
    611 Author: Jeremy Huddleston <jeremyhu (a] freedesktop.org>
    612 Date:   Thu Mar 27 20:07:59 2008 -0700
    613 
    614     Build fix for file systems that are not case sensitive
    615 
    616 commit 528cd6ad67acbc94941835534b6f35395d1f8f94
    617 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    618 Date:   Fri Feb 22 20:09:29 2008 -0800
    619 
    620     Update man page to better reflect Xft support
    621 
    622 commit b5d88c984bd60ea9ef50dd3a12e748bb5b98ec2b
    623 Author: James Cloos <cloos (a] jhcloos.com>
    624 Date:   Thu Dec 6 16:37:13 2007 -0500
    625 
    626     Replace static ChangeLog with dist-hook to generate from git log
    627 
    628 commit 55302c14597dc6fd13aa81df56e66ec3e0d0c55e
    629 Author: James Cloos <cloos (a] jhcloos.com>
    630 Date:   Mon Sep 3 05:51:22 2007 -0400
    631 
    632     Add *~ to .gitignore to skip patch/emacs droppings
    633 
    634 commit 2cd9919e16f49aab8d431fe8d0c008593511edcd
    635 Author: James Cloos <cloos (a] jhcloos.com>
    636 Date:   Thu Aug 23 19:24:47 2007 -0400
    637 
    638     Rename .cvsignore to .gitignore
    639 
    640 commit 8df52309e79cc6d439ca7d8cc6ac64c8041970f9
    641 Author: Kevin E Martin <kem (a] kem.org>
    642 Date:   Wed Dec 21 02:29:50 2005 +0000
    643 
    644     Update package version for X11R7 release.
    645 
    646 commit e3a1d0cbb33a01b18a28fe8a65c60da15fb29a4e
    647 Author: Adam Jackson <ajax (a] nwnk.net>
    648 Date:   Mon Dec 19 16:22:43 2005 +0000
    649 
    650     Stub COPYING files
    651 
    652 commit 7da6b54aa3e3c4b7c067d853a1664a421706c1fa
    653 Author: Kevin E Martin <kem (a] kem.org>
    654 Date:   Thu Dec 15 00:24:06 2005 +0000
    655 
    656     Update package version number for final X11R7 release candidate.
    657 
    658 commit 1e549821dd9fbb322dc9b620f65fa15bd4991279
    659 Author: Kevin E Martin <kem (a] kem.org>
    660 Date:   Wed Dec 7 16:17:59 2005 +0000
    661 
    662     Change to use the app-defaults default dir configured in libXt.
    663 
    664 commit eaa39449a305ef83612f35efa2028aa457666d5a
    665 Author: Kevin E Martin <kem (a] kem.org>
    666 Date:   Tue Dec 6 22:48:21 2005 +0000
    667 
    668     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
    669 
    670 commit 98c0e649ce6e73effa89309720ce6bf7685cb05c
    671 Author: Kevin E Martin <kem (a] kem.org>
    672 Date:   Sat Dec 3 05:49:20 2005 +0000
    673 
    674     Update package version number for X11R7 RC3 release.
    675 
    676 commit 03f1097ac09995ec729af3d90ff16dc96f687ad5
    677 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    678 Date:   Mon Nov 28 22:01:41 2005 +0000
    679 
    680     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
    681         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
    682 
    683 commit 4d7dee81100f1b4aad88df1821ca76170747c6cd
    684 Author: Eric Anholt <anholt (a] freebsd.org>
    685 Date:   Mon Nov 21 10:35:00 2005 +0000
    686 
    687     Another pass at .cvsignores for apps.
    688 
    689 commit f26ae03ec0717a520293ab9080bfcbe374aa4a23
    690 Author: Eric Anholt <anholt (a] freebsd.org>
    691 Date:   Sun Nov 20 22:08:52 2005 +0000
    692 
    693     Add/improve .cvsignore files for apps.
    694 
    695 commit be4c5faf50238bdb2b66dd9e47233a887a13ea48
    696 Author: Kevin E Martin <kem (a] kem.org>
    697 Date:   Wed Oct 19 02:47:53 2005 +0000
    698 
    699     Update package version number for RC1 release.
    700 
    701 commit 9f611ea299778259fe32babf8ef1fddbba5d60e0
    702 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    703 Date:   Tue Oct 18 00:32:54 2005 +0000
    704 
    705     Change default install dir for app-default files from
    706         $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
    707         the monolith & allow localization
    708 
    709 commit e7eff33b947e45c4af7b592f915cd3af86d2238b
    710 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    711 Date:   Mon Oct 17 23:56:22 2005 +0000
    712 
    713     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
    714         work better with BSD make
    715 
    716 commit 32644189014a12f97dfe5a54f2f1369f1de07ee6
    717 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    718 Date:   Fri Oct 14 00:25:45 2005 +0000
    719 
    720     Use sed to fill in variables in man page
    721 
    722 commit bd8980b53fe42bd02524fffd77aea85895fd8b22
    723 Author: Kristian Hgsberg  <krh (a] redhat.com>
    724 Date:   Tue Sep 27 20:23:15 2005 +0000
    725 
    726     Update configure.ac to not require xaw8.
    727 
    728 commit aafc1f6428ecdcb858e954ad7e5f866a07782851
    729 Author: Adam Jackson <ajax (a] nwnk.net>
    730 Date:   Sun Aug 28 19:39:54 2005 +0000
    731 
    732     Bug #3424: Xft and high-index glyph fixes for xfd (James Cloos)
    733 
    734 commit 9e2944c39c197c7b70ac26f1e56beb9085769f63
    735 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    736 Date:   Mon Aug 1 20:25:29 2005 +0000
    737 
    738     Install man pages to section 1 instead of section m (Patch from Donnie
    739         Berkholz)
    740 
    741 commit 63e5c79c6d324501f2030cebf47fca54279f27e9
    742 Author: Kevin E Martin <kem (a] kem.org>
    743 Date:   Fri Jul 29 21:22:32 2005 +0000
    744 
    745     Various changes preparing packages for RC0:
    746     - Verify and update package version numbers as needed
    747     - Implement versioning scheme
    748     - Change bug address to point to bugzilla bug entry form
    749     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
    750         reenable it)
    751     - Fix makedepend to use pkgconfig and pass distcheck
    752     - Update build script to build macros first
    753     - Update modular Xorg version
    754 
    755 commit 84402c21218d680e062d1effd217472d5a0d98dd
    756 Author: Sren Sandmann Pedersen  <sandmann (a] daimi.au.dk>
    757 Date:   Wed Jul 27 22:41:14 2005 +0000
    758 
    759     Add _BSD_SOURCE to xfd
    760 
    761 commit 14d8dcd0ff4fbe796a86395e0b0cc81bd0859bf4
    762 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    763 Date:   Tue Jul 26 15:44:02 2005 +0000
    764 
    765     Replace more GNU make-ism's with more portable macros
    766 
    767 commit 3bc92b088c824cdf1f34ed09f71401daf9a755de
    768 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr>
    769 Date:   Sat Jul 23 16:22:09 2005 +0000
    770 
    771     - fix remaining DEP_{CFLAGS,LIBS} reference
    772     - add explicit check for xaw8
    773 
    774 commit f92b9fbe0d87f9702d4e3b3743cf110cd9cdaf30
    775 Author: Matthieu Herrb <matthieu.herrb (a] laas.fr>
    776 Date:   Sat Jul 23 16:21:03 2005 +0000
    777 
    778     fix GNU-make only app-default rule
    779 
    780 commit 875c7f079c6230e8a09e53904e64277360ec86c7
    781 Author: Adam Jackson <ajax (a] nwnk.net>
    782 Date:   Wed Jul 20 19:31:55 2005 +0000
    783 
    784     Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
    785         configure cache, you cache it, and the cached value is probably wrong.
    786 
    787 commit 3fc196e33de9fe3c8468d771763c4433328c764c
    788 Author: Sren Sandmann Pedersen  <sandmann (a] daimi.au.dk>
    789 Date:   Wed Jul 6 19:26:26 2005 +0000
    790 
    791     - Xaw/xaw.m4: Change help string to say "enable xprint" instead of "disable
    792         xprint"
    793     - symlink.sh: Rename Bitmap-co.ad to Bitmap-color.ad. Add bitmaps for the
    794         bitmap application. Add xdbedizzy.sgml.
    795     - xc/programs/xdbedizzy/: Conditionalize use of xprint
    796     - remove font/arabic-misc/README and font/mutt-misc/README
    797 
    798 commit 5309f3af0daaf8292ad4fbdd8a7c1c66dc20a178
    799 Author: Sren Sandmann Pedersen  <sandmann (a] daimi.au.dk>
    800 Date:   Wed Jul 6 15:14:08 2005 +0000
    801 
    802     Build system for xfd
    803 
    804 commit 861dfbf4919bdd2358c0b22e6c3eea116c6ac9c1
    805 Author: Egbert Eich <eich (a] suse.de>
    806 Date:   Fri Apr 23 19:54:47 2004 +0000
    807 
    808     Merging XORG-CURRENT into trunk
    809 
    810 commit db321b2ec955cfe454428b354ca00bf5d99dfefe
    811 Author: Egbert Eich <eich (a] suse.de>
    812 Date:   Sun Mar 14 08:35:20 2004 +0000
    813 
    814     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
    815 
    816 commit 114cfa20b9b74fe67112aae5e9f8f00342181043
    817 Author: Egbert Eich <eich (a] suse.de>
    818 Date:   Wed Mar 3 12:13:05 2004 +0000
    819 
    820     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
    821 
    822 commit 7187bddc1b8abd1e1f16a11c76f1982a347e0400
    823 Author: Egbert Eich <eich (a] suse.de>
    824 Date:   Thu Feb 26 13:36:24 2004 +0000
    825 
    826     readding XFree86's cvs IDs
    827 
    828 commit a1dc170d169a3db64bb741d39aec5fe00dd74439
    829 Author: Egbert Eich <eich (a] suse.de>
    830 Date:   Thu Feb 26 09:24:07 2004 +0000
    831 
    832     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
    833 
    834 commit 4bcf61534221f70622392f8095e39a35665d3893
    835 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
    836 Date:   Fri Dec 19 20:55:56 2003 +0000
    837 
    838     XFree86 4.3.99.902 (RC 2)
    839 
    840 commit 7a16b3e2dd3ea817f2ae503c9242eea27989e47d
    841 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
    842 Date:   Tue Nov 25 19:29:12 2003 +0000
    843 
    844     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
    845 
    846 commit 7c4135cb4b16908b54a07ee14a7ef03727102c78
    847 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
    848 Date:   Fri Nov 14 16:49:22 2003 +0000
    849 
    850     XFree86 4.3.0.1
    851 
    852 commit 961d4493f519b5b093581e111997f894b1675d48
    853 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
    854 Date:   Fri Nov 14 15:54:53 2003 +0000
    855 
    856     R6.6 is the Xorg base-line
    857