1commit a70254dac5e63fbe4f8aa89433189a613a509e1f
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Sat Dec 3 13:46:02 2022 -0800
4
5    xfd 1.1.4
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 09834f092c6fb5ac4945bfd1b7b5bb228e42e04d
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   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@oracle.com>
18
19commit d9ba30a6f56b2bb7e6f1b125a3d2eaa871c96eba
20Author: Alan Coopersmith <alan.coopersmith@oracle.com>
21Date:   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@oracle.com>
46
47commit 0be214afe5eeddc6d5e6cdcae9b7242d4e11b3cd
48Author: Alan Coopersmith <alan.coopersmith@oracle.com>
49Date:   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@oracle.com>
54
55commit 2ffeff68a6774675b1741655fa7a22c7af93c2ac
56Author: Alan Coopersmith <alan.coopersmith@oracle.com>
57Date:   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@oracle.com>
65
66commit 122fa8689837bc5a5166432609f351c200a17ef6
67Author: Alan Coopersmith <alan.coopersmith@oracle.com>
68Date:   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@oracle.com>
73
74commit da378df9565f7a8e1e086d1676c6742a5ca9d5f4
75Author: Alan Coopersmith <alan.coopersmith@oracle.com>
76Date:   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@oracle.com>
89
90commit d946324dae78f15ffe63f1e129eb4cb35a7116b8
91Author: Alan Coopersmith <alan.coopersmith@oracle.com>
92Date:   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@oracle.com>
99
100commit 9fdbf13e82163a69acf218ae5850b33fd5a0ff91
101Author: Alan Coopersmith <alan.coopersmith@oracle.com>
102Date:   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@oracle.com>
107
108commit 66bfd8cf6e349edb42de3474b53e9f50db3a4694
109Author: Alan Coopersmith <alan.coopersmith@oracle.com>
110Date:   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@oracle.com>
115
116commit 9cf6578a0c35b14af13dc104ab3f4ccf64e673ae
117Author: Alan Coopersmith <alan.coopersmith@oracle.com>
118Date:   Sat Mar 9 18:56:26 2019 -0800
119
120    xfd 1.1.3
121    
122    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
123
124commit 6a4309a40f48321c69952bfbee4c73cf2d8405dd
125Author: Alan Coopersmith <alan.coopersmith@oracle.com>
126Date:   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@oracle.com>
133
134commit 63d2de15dbac3db071beafaad7bbc7ccf0ff79cd
135Author: Alan Coopersmith <alan.coopersmith@oracle.com>
136Date:   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@oracle.com>
141
142commit 8ac9bff6605b22a7675c0afacdb6965445b9a914
143Author: Alan Coopersmith <alan.coopersmith@oracle.com>
144Date:   Fri Nov 16 21:58:19 2018 -0800
145
146    Update README for gitlab migration
147    
148    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
149
150commit 8bf70e4d5c06402fef018f5a257474da2e6c43f3
151Author: Mihail Konev <k.mvc@ya.ru>
152Date:   Thu Jan 26 14:00:21 2017 +1000
153
154    autogen: add default patch prefix
155    
156    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
157
158commit 98e01ab922b4f39270af939fe8632f1414328ed8
159Author: Emil Velikov <emil.l.velikov@gmail.com>
160Date:   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@gmail.com>
168    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
169    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
170
171commit 701d598d089c6cdbe38f8396468f4d32bb6340f6
172Author: Peter Hutterer <peter.hutterer@who-t.net>
173Date:   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@who-t.net>
180    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
181
182commit 19846b6b94cae254dc9c958e0896f056ae707b0b
183Author: Alan Coopersmith <alan.coopersmith@oracle.com>
184Date:   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@oracle.com>
191
192commit 61a1cb30d18ebfe0687616811e5ac714f572754f
193Author: Alan Coopersmith <alan.coopersmith@oracle.com>
194Date:   Mon Jun 2 22:31:09 2014 -0700
195
196    configure: Drop AM_MAINTAINER_MODE
197    
198    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
199
200commit 816ae0e04d0d189adb2da13007b6f6e3d53ae03c
201Author: Alan Coopersmith <alan.coopersmith@oracle.com>
202Date:   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@oracle.com>
209
210commit ef0068345c2b82347e7b5ed319266c11c38f690e
211Author: Alan Coopersmith <alan.coopersmith@oracle.com>
212Date:   Tue Jul 16 23:02:08 2013 -0700
213
214    xfd 1.1.2
215    
216    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
217
218commit ba7102831c6bda987a9e945a727599fa2c11892e
219Author: Eric S. Raymond <esr@thyrsus.com>
220Date:   Fri Jun 7 07:36:42 2013 -0400
221
222    Suppress a spurious warning.
223
224commit 7e5c3cdddeee730dff2b464de558954344d55892
225Author: Alan Coopersmith <alan.coopersmith@oracle.com>
226Date:   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@oracle.com>
231
232commit 78ee6607ca35319c4785c5c48f7eed618e56d7d0
233Author: Alan Coopersmith <alan.coopersmith@oracle.com>
234Date:   Sun Feb 17 09:56:53 2013 -0800
235
236    convert sprintf calls to snprintf
237    
238    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
239
240commit 1992efbe9ae74d6edf679fd9e7f1f3072c834743
241Author: Alan Coopersmith <alan.coopersmith@oracle.com>
242Date:   Wed Jan 16 22:50:34 2013 -0800
243
244    Drop old CVS version tags
245    
246    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
247
248commit 7b872a918f8c1d7c33003869d25d2e9ece762d17
249Author: Alan Coopersmith <alan.coopersmith@oracle.com>
250Date:   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@oracle.com>
258
259commit b55ff4853d4b46e3dba980fd802fdc11cd01469d
260Author: Andreas Schwab <schwab@suse.de>
261Date:   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@suse.de>
273    Reviewed-by: Egbert Eich <eich@freedesktop.org>
274
275commit 7f743669076189b615c862d0ec6b6c45d855d9b6
276Author: Alan Coopersmith <alan.coopersmith@oracle.com>
277Date:   Wed Feb 15 16:15:40 2012 -0800
278
279    xfd 1.1.1
280    
281    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
282
283commit 677df8dfd37f1018b38b4c8653bde35766d895bc
284Author: Gaetan Nadon <memsize@videotron.ca>
285Date:   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@oracle.com>
305    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
306
307commit 74d5bc691b3a6dcc2dee99ed8b3c15d781b93843
308Author: Alan Coopersmith <alan.coopersmith@oracle.com>
309Date:   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@oracle.com>
319
320commit bc9769630b473230e7a403817ec5e82317457f09
321Author: Alan Coopersmith <alan.coopersmith@oracle.com>
322Date:   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@oracle.com>
327
328commit e53ac1417a453abbdba751345ef6a227d65ef5e7
329Author: Alan Coopersmith <alan.coopersmith@oracle.com>
330Date:   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@oracle.com>
338
339commit 50089064f6a02a3330578a50918c3cee5c9cda98
340Author: Gaetan Nadon <memsize@videotron.ca>
341Date:   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@videotron.ca>
349
350commit 894fb8869b63f3810373f58798c09e15256f2c67
351Author: Gaetan Nadon <memsize@videotron.ca>
352Date:   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@videotron.ca>
357
358commit aa1b74aa0e5fe8a3b7db0334270c49d89be3fb63
359Author: Gaetan Nadon <memsize@videotron.ca>
360Date:   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@videotron.ca>
367
368commit d577f95060b7c52915c536c1d86525e725824027
369Author: Gaetan Nadon <memsize@videotron.ca>
370Date:   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
376commit d277e3bd75cef27780575539a8cc2417c33bc0fd
377Author: Gaetan Nadon <memsize@videotron.ca>
378Date:   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@videotron.ca>
385
386commit 6b2c1c93d9d7914d7d8e0a65c3de9c6b76c71b5f
387Author: Alan Coopersmith <alan.coopersmith@oracle.com>
388Date:   Wed Oct 20 21:44:30 2010 -0700
389
390    xfd 1.1.0
391    
392    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
393
394commit a63c2b401e23ca80b457d378259122b7940a3bab
395Author: Alan Coopersmith <alan.coopersmith@oracle.com>
396Date:   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@oracle.com>
403
404commit 5624d27b3b64410b7c66044853d775e9a0f4a33b
405Author: Alan Coopersmith <alan.coopersmith@oracle.com>
406Date:   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@oracle.com>
417
418commit efea1a6413d758753c625eeecdb74fc1e3beb05b
419Author: Gaetan Nadon <memsize@videotron.ca>
420Date:   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@videotron.ca>
431
432commit c997e34d623e69c614778d2264e184b69fc6a590
433Author: Gaetan Nadon <memsize@videotron.ca>
434Date:   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@videotron.ca>
439
440commit 19671092fce79699d7bd306ae4f906347fe8d68e
441Author: Gaetan Nadon <memsize@videotron.ca>
442Date:   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@videotron.ca>
451
452commit ee8deed4006d89231f71e3692d487eeaf1fd312c
453Author: Matthieu Herrb <matthieu.herrb@laas.fr>
454Date:   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@laas.fr>
459    
460    Reviewed-by: Julien Cristau <jcristau@debian.org>
461    Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
462
463commit cc62d8127797a769fb83c719a499290b780e0307
464Author: Alan Coopersmith <alan.coopersmith@sun.com>
465Date:   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@sun.com>
470
471commit 169e6d230f09627500d9c417350d3a8a9aa4dba4
472Author: Alan Coopersmith <alan.coopersmith@sun.com>
473Date:   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@sun.com>
483
484commit 12a1392fc96e32ed6d55208a2a7fc040617a9cb7
485Author: Alan Coopersmith <alan.coopersmith@sun.com>
486Date:   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@sun.com>
491
492commit b83ec6e3a79e30b8a7a3947679221ad76441b27f
493Author: Jay Hobson <jay.hobson@sun.com>
494Date:   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@sun.com>
502
503commit cf8659cf40ed338c00bde2b4248bc6e9f8766248
504Author: Alan Coopersmith <alan.coopersmith@sun.com>
505Date:   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@sun.com>
510
511commit eb90d66bf80637ed3f4aceae7a004d117f915fcd
512Author: Alan Coopersmith <alan.coopersmith@sun.com>
513Date:   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@sun.com>
518
519commit ffdbeb4d57344a6a8fdb76ccb9ac6690acba1bb4
520Author: Gaetan Nadon <memsize@videotron.ca>
521Date:   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@videotron.ca>
528
529commit 36824d2a0fc22da07e6f81cc344dd1b8b5d648dc
530Author: Gaetan Nadon <memsize@videotron.ca>
531Date:   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
538commit 13b9256eccd0516da11e10ac0c6e1913d319b4f5
539Author: Gaetan Nadon <memsize@videotron.ca>
540Date:   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
549commit c00de683965a7eda68af8f50dc065b4eea1daf94
550Author: Gaetan Nadon <memsize@videotron.ca>
551Date:   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
559commit 9fddcf802fc0301a7155eef301070ab23ebdf3cc
560Author: Gaetan Nadon <memsize@videotron.ca>
561Date:   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
568commit bcb7f696b30dbb3abdb3c01903c7102b725bf71e
569Author: Gaetan Nadon <memsize@videotron.ca>
570Date:   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
578commit c0bbbeb349baab668437d4396074ef97a221e144
579Author: Alan Coopersmith <alan.coopersmith@sun.com>
580Date:   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@sun.com>
585
586commit d8a9d9cd11fc9d3fca03add3bc830a49139cce20
587Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
588Date:   Tue Jan 20 20:37:10 2009 -0200
589
590    Correct make distcheck and sparse warnings.
591
592commit 18323bb7de4573dc32ab38abe634d7035d9bf882
593Author: Peter Breitenlohner <peb@mppmu.mpg.de>
594Date:   Mon Nov 10 20:12:14 2008 +0100
595
596    enable VPATH build, reorganize app default files
597
598commit ac2f229757ee60eedeb0aeb0d3ed858cf26dfd07
599Author: James Cloos <cloos@jhcloos.com>
600Date:   Wed Aug 20 10:32:51 2008 -0400
601
602    xaw8 is gone, use xaw7
603
604commit fd81704532095ae9246b50305906f626bce1ada5
605Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
606Date:   Thu Mar 27 20:33:41 2008 -0700
607
608    Added missing AM_PROG_CC_C_O
609
610commit e5359d2724aaffcb4a775683784b5a89c1d9c8b5
611Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
612Date:   Thu Mar 27 20:07:59 2008 -0700
613
614    Build fix for file systems that are not case sensitive
615
616commit 528cd6ad67acbc94941835534b6f35395d1f8f94
617Author: Alan Coopersmith <alan.coopersmith@sun.com>
618Date:   Fri Feb 22 20:09:29 2008 -0800
619
620    Update man page to better reflect Xft support
621
622commit b5d88c984bd60ea9ef50dd3a12e748bb5b98ec2b
623Author: James Cloos <cloos@jhcloos.com>
624Date:   Thu Dec 6 16:37:13 2007 -0500
625
626    Replace static ChangeLog with dist-hook to generate from git log
627
628commit 55302c14597dc6fd13aa81df56e66ec3e0d0c55e
629Author: James Cloos <cloos@jhcloos.com>
630Date:   Mon Sep 3 05:51:22 2007 -0400
631
632    Add *~ to .gitignore to skip patch/emacs droppings
633
634commit 2cd9919e16f49aab8d431fe8d0c008593511edcd
635Author: James Cloos <cloos@jhcloos.com>
636Date:   Thu Aug 23 19:24:47 2007 -0400
637
638    Rename .cvsignore to .gitignore
639
640commit 8df52309e79cc6d439ca7d8cc6ac64c8041970f9
641Author: Kevin E Martin <kem@kem.org>
642Date:   Wed Dec 21 02:29:50 2005 +0000
643
644    Update package version for X11R7 release.
645
646commit e3a1d0cbb33a01b18a28fe8a65c60da15fb29a4e
647Author: Adam Jackson <ajax@nwnk.net>
648Date:   Mon Dec 19 16:22:43 2005 +0000
649
650    Stub COPYING files
651
652commit 7da6b54aa3e3c4b7c067d853a1664a421706c1fa
653Author: Kevin E Martin <kem@kem.org>
654Date:   Thu Dec 15 00:24:06 2005 +0000
655
656    Update package version number for final X11R7 release candidate.
657
658commit 1e549821dd9fbb322dc9b620f65fa15bd4991279
659Author: Kevin E Martin <kem@kem.org>
660Date:   Wed Dec 7 16:17:59 2005 +0000
661
662    Change to use the app-defaults default dir configured in libXt.
663
664commit eaa39449a305ef83612f35efa2028aa457666d5a
665Author: Kevin E Martin <kem@kem.org>
666Date:   Tue Dec 6 22:48:21 2005 +0000
667
668    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
669
670commit 98c0e649ce6e73effa89309720ce6bf7685cb05c
671Author: Kevin E Martin <kem@kem.org>
672Date:   Sat Dec 3 05:49:20 2005 +0000
673
674    Update package version number for X11R7 RC3 release.
675
676commit 03f1097ac09995ec729af3d90ff16dc96f687ad5
677Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
678Date:   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
683commit 4d7dee81100f1b4aad88df1821ca76170747c6cd
684Author: Eric Anholt <anholt@freebsd.org>
685Date:   Mon Nov 21 10:35:00 2005 +0000
686
687    Another pass at .cvsignores for apps.
688
689commit f26ae03ec0717a520293ab9080bfcbe374aa4a23
690Author: Eric Anholt <anholt@freebsd.org>
691Date:   Sun Nov 20 22:08:52 2005 +0000
692
693    Add/improve .cvsignore files for apps.
694
695commit be4c5faf50238bdb2b66dd9e47233a887a13ea48
696Author: Kevin E Martin <kem@kem.org>
697Date:   Wed Oct 19 02:47:53 2005 +0000
698
699    Update package version number for RC1 release.
700
701commit 9f611ea299778259fe32babf8ef1fddbba5d60e0
702Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
703Date:   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
709commit e7eff33b947e45c4af7b592f915cd3af86d2238b
710Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
711Date:   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
716commit 32644189014a12f97dfe5a54f2f1369f1de07ee6
717Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
718Date:   Fri Oct 14 00:25:45 2005 +0000
719
720    Use sed to fill in variables in man page
721
722commit bd8980b53fe42bd02524fffd77aea85895fd8b22
723Author: Kristian Høgsberg  <krh@redhat.com>
724Date:   Tue Sep 27 20:23:15 2005 +0000
725
726    Update configure.ac to not require xaw8.
727
728commit aafc1f6428ecdcb858e954ad7e5f866a07782851
729Author: Adam Jackson <ajax@nwnk.net>
730Date:   Sun Aug 28 19:39:54 2005 +0000
731
732    Bug #3424: Xft and high-index glyph fixes for xfd (James Cloos)
733
734commit 9e2944c39c197c7b70ac26f1e56beb9085769f63
735Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
736Date:   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
741commit 63e5c79c6d324501f2030cebf47fca54279f27e9
742Author: Kevin E Martin <kem@kem.org>
743Date:   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
755commit 84402c21218d680e062d1effd217472d5a0d98dd
756Author: Søren Sandmann Pedersen  <sandmann@daimi.au.dk>
757Date:   Wed Jul 27 22:41:14 2005 +0000
758
759    Add _BSD_SOURCE to xfd
760
761commit 14d8dcd0ff4fbe796a86395e0b0cc81bd0859bf4
762Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
763Date:   Tue Jul 26 15:44:02 2005 +0000
764
765    Replace more GNU make-ism's with more portable macros
766
767commit 3bc92b088c824cdf1f34ed09f71401daf9a755de
768Author: Matthieu Herrb <matthieu.herrb@laas.fr>
769Date:   Sat Jul 23 16:22:09 2005 +0000
770
771    - fix remaining DEP_{CFLAGS,LIBS} reference
772    - add explicit check for xaw8
773
774commit f92b9fbe0d87f9702d4e3b3743cf110cd9cdaf30
775Author: Matthieu Herrb <matthieu.herrb@laas.fr>
776Date:   Sat Jul 23 16:21:03 2005 +0000
777
778    fix GNU-make only app-default rule
779
780commit 875c7f079c6230e8a09e53904e64277360ec86c7
781Author: Adam Jackson <ajax@nwnk.net>
782Date:   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
787commit 3fc196e33de9fe3c8468d771763c4433328c764c
788Author: Søren Sandmann Pedersen  <sandmann@daimi.au.dk>
789Date:   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
798commit 5309f3af0daaf8292ad4fbdd8a7c1c66dc20a178
799Author: Søren Sandmann Pedersen  <sandmann@daimi.au.dk>
800Date:   Wed Jul 6 15:14:08 2005 +0000
801
802    Build system for xfd
803
804commit 861dfbf4919bdd2358c0b22e6c3eea116c6ac9c1
805Author: Egbert Eich <eich@suse.de>
806Date:   Fri Apr 23 19:54:47 2004 +0000
807
808    Merging XORG-CURRENT into trunk
809
810commit db321b2ec955cfe454428b354ca00bf5d99dfefe
811Author: Egbert Eich <eich@suse.de>
812Date:   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
816commit 114cfa20b9b74fe67112aae5e9f8f00342181043
817Author: Egbert Eich <eich@suse.de>
818Date:   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
822commit 7187bddc1b8abd1e1f16a11c76f1982a347e0400
823Author: Egbert Eich <eich@suse.de>
824Date:   Thu Feb 26 13:36:24 2004 +0000
825
826    readding XFree86's cvs IDs
827
828commit a1dc170d169a3db64bb741d39aec5fe00dd74439
829Author: Egbert Eich <eich@suse.de>
830Date:   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
834commit 4bcf61534221f70622392f8095e39a35665d3893
835Author: Kaleb Keithley <kaleb@freedesktop.org>
836Date:   Fri Dec 19 20:55:56 2003 +0000
837
838    XFree86 4.3.99.902 (RC 2)
839
840commit 7a16b3e2dd3ea817f2ae503c9242eea27989e47d
841Author: Kaleb Keithley <kaleb@freedesktop.org>
842Date:   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
846commit 7c4135cb4b16908b54a07ee14a7ef03727102c78
847Author: Kaleb Keithley <kaleb@freedesktop.org>
848Date:   Fri Nov 14 16:49:22 2003 +0000
849
850    XFree86 4.3.0.1
851
852commit 961d4493f519b5b093581e111997f894b1675d48
853Author: Kaleb Keithley <kaleb@freedesktop.org>
854Date:   Fri Nov 14 15:54:53 2003 +0000
855
856    R6.6 is the Xorg base-line
857