1commit 07075bda9cd863fa10f47993271dbe7e6e256d71
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Sun Jun 16 10:32:47 2024 -0700
4
5    appres 1.0.7
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8    Part-of: <https://gitlab.freedesktop.org/xorg/app/appres/-/merge_requests/5>
9
10commit b297a7738a02b3fb7a8842e054c4068195038c38
11Author: Alan Coopersmith <alan.coopersmith@oracle.com>
12Date:   Sun Apr 7 13:58:13 2024 -0700
13
14    meson: Add a meson build system
15    
16    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
17    Part-of: <https://gitlab.freedesktop.org/xorg/app/appres/-/merge_requests/4>
18
19commit 2b5316265c5ce6c7dbd8f726826d5d5a7385febd
20Author: Alan Coopersmith <alan.coopersmith@oracle.com>
21Date:   Sun Apr 7 12:53:58 2024 -0700
22
23    configure: use @-style substitutions for man pages instead of __-style
24    
25    Moves substitution of variables from Makefile.am to configure.ac
26    in preparation for allowing meson.build to do the same.
27    
28    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
29    Part-of: <https://gitlab.freedesktop.org/xorg/app/appres/-/merge_requests/4>
30
31commit 888aece87c0af4e0b326d4d92fcc079f249a7f73
32Author: Alan Coopersmith <alan.coopersmith@oracle.com>
33Date:   Thu Feb 9 12:25:47 2023 -0800
34
35    Accept -help, -version, & -V without requiring display to open
36    
37    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
38
39commit 163ba88d2d98369df78c2700b634cf62012f8c31
40Author: Alan Coopersmith <alan.coopersmith@oracle.com>
41Date:   Thu Jul 28 17:30:21 2022 -0700
42
43    gitlab CI: stop requiring Signed-off-by in commits
44    
45    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
46
47commit 55db329c8363e6ca969c27652f0da714364065bd
48Author: Alan Coopersmith <alan.coopersmith@oracle.com>
49Date:   Sun Apr 3 11:54:44 2022 -0700
50
51    appres 1.0.6
52    
53    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
54
55commit aa7250cb209b31a4a8e78b53cd54b41f71a5c986
56Author: Alan Coopersmith <alan.coopersmith@oracle.com>
57Date:   Fri Dec 3 14:16:11 2021 -0800
58
59    gitlab CI: add a basic build test
60    
61    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
62
63commit 78b86cfef4eb8a493e8238969bca9e1e9d111803
64Author: Alan Coopersmith <alan.coopersmith@oracle.com>
65Date:   Fri Dec 3 14:14:38 2021 -0800
66
67    Build xz tarballs instead of bzip2
68    
69    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
70
71commit 73e835828184af9230db2176579a4ff74da7785b
72Author: Alan Coopersmith <alan.coopersmith@oracle.com>
73Date:   Sat Jun 1 18:33:51 2019 -0700
74
75    Use _CONST_X_STRING to make libXt declare String as const char *
76    
77    Clears gcc 7.3 warnings of:
78    
79    appres.c: In function ‘main’:
80    appres.c:36:16: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
81     #define NONAME "-AppResTest-"
82                    ^
83    appres.c:126:20: note: in expansion of macro ‘NONAME’
84         String iname = NONAME, cname = NONAME;
85                        ^~~~~~
86    appres.c:36:16: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
87     #define NONAME "-AppResTest-"
88                    ^
89    appres.c:126:36: note: in expansion of macro ‘NONAME’
90         String iname = NONAME, cname = NONAME;
91                                        ^~~~~~
92    
93    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
94
95commit 60be69492ae346a89c5e510dfa6af8495c4fa078
96Author: Alan Coopersmith <alan.coopersmith@oracle.com>
97Date:   Wed Nov 21 16:38:21 2018 -0800
98
99    Update configure.ac bug URL for gitlab migration
100    
101    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
102
103commit ac89dfca6a91039261d68cdcc76fc4027f6e7458
104Author: Alan Coopersmith <alan.coopersmith@oracle.com>
105Date:   Fri Nov 16 19:16:28 2018 -0800
106
107    Update README for gitlab migration
108    
109    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
110
111commit ce712a3ab96eb8127d9eda4600d99e6b83bd99db
112Author: Alan Coopersmith <alan.coopersmith@oracle.com>
113Date:   Sun Mar 4 19:28:31 2018 -0800
114
115    appres 1.0.5
116    
117    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
118
119commit ba8a175f550e3a195ac12e47d6edf34f1fc8e309
120Author: Mihail Konev <k.mvc@ya.ru>
121Date:   Thu Jan 26 14:00:20 2017 +1000
122
123    autogen: add default patch prefix
124    
125    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
126
127commit b2400c72bc34718d4242d49f7730eb75b729c4ba
128Author: Emil Velikov <emil.l.velikov@gmail.com>
129Date:   Mon Mar 9 12:00:52 2015 +0000
130
131    autogen.sh: use quoted string variables
132    
133    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
134    fall-outs, when they contain space.
135    
136    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
137    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
138    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
139
140commit decddc24aa215cadc627896858fc63de20428c4b
141Author: Peter Hutterer <peter.hutterer@who-t.net>
142Date:   Tue Jan 24 10:32:07 2017 +1000
143
144    autogen.sh: use exec instead of waiting for configure to finish
145    
146    Syncs the invocation of configure with the one from the server.
147    
148    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
149    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
150
151commit b6aadf86f5f35af3fcbc6f14e9bdf25a4f3925ee
152Author: Alan Coopersmith <alan.coopersmith@oracle.com>
153Date:   Sun Jun 1 18:58:01 2014 -0700
154
155    autogen.sh: Honor NOCONFIGURE=1
156    
157    See http://people.gnome.org/~walters/docs/build-api.txt
158    
159    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
160
161commit 4d8717bacfa0a703f5d07ac052c448f4dba37170
162Author: Alan Coopersmith <alan.coopersmith@oracle.com>
163Date:   Sun Jun 1 18:58:01 2014 -0700
164
165    configure: Drop AM_MAINTAINER_MODE
166    
167    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
168
169commit 129a0b2bd86d5523883128f2357e1cf6a5e00998
170Author: Alan Coopersmith <alan.coopersmith@oracle.com>
171Date:   Fri Nov 22 22:11:00 2013 -0800
172
173    Print which option was in error along with usage message
174    
175    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
176    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
177
178commit f189c64e3576956816da9f46909437f5523ded3b
179Author: Alan Coopersmith <alan.coopersmith@oracle.com>
180Date:   Fri May 17 17:39:13 2013 -0700
181
182    appres 1.0.4
183    
184    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
185
186commit 849880e1cca492665a7c8581e5591065299ab718
187Author: Alan Coopersmith <alan.coopersmith@oracle.com>
188Date:   Sat Jan 19 11:33:48 2013 -0800
189
190    Add -V option to print command version
191    
192    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
193
194commit 590aa5f17cd4b8d710662e6af701c166392d0235
195Author: Alan Coopersmith <alan.coopersmith@oracle.com>
196Date:   Sat Jan 19 11:21:29 2013 -0800
197
198    Combine usage message into a single string
199    
200    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
201
202commit 766a467795cd9e58cd9ea0266dd6a5b54403aac8
203Author: Alan Coopersmith <alan.coopersmith@oracle.com>
204Date:   Sat Jan 19 11:18:33 2013 -0800
205
206    Mark usage() as _X_NORETURN to satisfy -Wmissing-noreturn warning
207    
208    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
209
210commit 5fe00fdffe8ec04f8ad04617a2b26ff282049a4c
211Author: Gaetan Nadon <memsize@videotron.ca>
212Date:   Mon Jun 13 13:48:00 2011 -0400
213
214    .gitignore: fix typo
215    
216    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
217
218commit 0497e70e490eb30c6062555cce16c87e81523b0b
219Author: Gaetan Nadon <memsize@videotron.ca>
220Date:   Mon Jun 13 13:41:27 2011 -0400
221
222    .gitignore: the original copy was somewhat broken
223    
224    Only comments, nothing functional
225    
226    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
227
228commit 3450c1498afe0fc8beabf70f864d241f54e7a3a4
229Author: Gaetan Nadon <memsize@videotron.ca>
230Date:   Wed Jan 19 10:06:55 2011 -0500
231
232    config: move man pages into their own directory
233    
234    Use services provided by XORG_MANPAGE_SECTIONS.
235    Use standard Makefile for man pages.
236    
237    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
238
239commit 38d38caed7d7c7a359dc9ff5517a72f3b25c4277
240Author: Gaetan Nadon <memsize@videotron.ca>
241Date:   Thu Jan 13 17:15:36 2011 -0500
242
243    man: replace hard coded man page section with substitution strings
244    
245    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
246
247commit eb5186583f9b99b8ae71db14835319270db5cba2
248Author: Gaetan Nadon <memsize@videotron.ca>
249Date:   Thu Jan 13 11:15:00 2011 -0500
250
251    man: remove trailing spaces and tabs
252    
253    Using s/[ \t]*$//
254    
255    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
256
257commit 65538c8269ac6d29affa47ef54fa7f606174257a
258Author: Alan Coopersmith <alan.coopersmith@oracle.com>
259Date:   Sun Oct 31 11:50:55 2010 -0700
260
261    appres 1.0.3
262    
263    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
264
265commit 9fe02e07bc234b7f11f45142d4eac5aa0d20180a
266Author: Alan Coopersmith <alan.coopersmith@oracle.com>
267Date:   Sun Oct 31 11:46:29 2010 -0700
268
269    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
270    
271    Regroup AC statements under the Autoconf initialization section.
272    Regroup AM sttaements under the Automake initialization section.
273    Add missing AC_CONFIG_SRCDIR
274    
275    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
276
277commit 86071577ed5f809b7b415b5a706dbd5d84de277c
278Author: Alan Coopersmith <alan.coopersmith@oracle.com>
279Date:   Sun Oct 31 11:43:28 2010 -0700
280
281    config: Remove unnecessary calls from configure.ac
282    
283    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
284    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
285    
286    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
287
288commit 108950ed5f2c3774e8ebdb2bb2fe74ff071c56ef
289Author: Gaetan Nadon <memsize@videotron.ca>
290Date:   Sun Oct 31 11:42:21 2010 -0700
291
292    config: update AC_PREREQ statement to 2.60
293    
294    Unrelated to the previous patches, the new value simply reflects
295    the reality that the minimum level for autoconf to configure
296    all x.org modules is 2.60 dated June 2006.
297    
298    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
299    
300    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
301    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
302
303commit 60497f02ed0adc3fbda4457f93f50e0fdba44af2
304Author: Jesse Adkins <jesserayadkins@gmail.com>
305Date:   Tue Sep 28 13:29:48 2010 -0700
306
307    Purge cvs tags.
308    
309    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
310    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
311
312commit c58c7269e6dc3c7f78d76ef7a1606331dcf05b5a
313Author: Alan Coopersmith <alan.coopersmith@oracle.com>
314Date:   Wed Jun 30 23:25:03 2010 -0700
315
316    config: upgrade to util-macros 1.8 for additional man page support
317    
318    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
319    The value of MAN_SUBST is the same for all X.Org packages.
320    
321    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
322    The existing statement can now be removed from the configuration file.
323    
324    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
325    Enables silent rule and use platform appropriate version of sed.
326    
327    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
328
329commit e6ef21fbc81183828c14e89f686a5e21dcde5156
330Author: Gaetan Nadon <memsize@videotron.ca>
331Date:   Thu Nov 26 09:19:52 2009 -0500
332
333    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
334    
335    Now that the INSTALL file is generated.
336    Allows running make maintainer-clean.
337
338commit db1d9daa9c8527f1cbcab941c72f7b923343b188
339Author: Gaetan Nadon <memsize@videotron.ca>
340Date:   Wed Oct 28 14:08:40 2009 -0400
341
342    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
343    
344    Add missing INSTALL file. Use standard GNU file on building tarball
345    README may have been updated
346    Remove AUTHORS file as it is empty and no content available yet.
347    Remove NEWS file as it is empty and no content available yet.
348
349commit e427b7282cb07885b9be98ee238c544bfc9e40b0
350Author: Gaetan Nadon <memsize@videotron.ca>
351Date:   Tue Oct 27 15:07:24 2009 -0400
352
353    Deploy the new XORG_DEFAULT_OPTIONS #24242
354    
355    This macro aggregate a number of existing macros that sets commmon
356    X.Org components configuration options. It shields the configuration file from
357    future changes.
358
359commit ccc0bb4529524b9570621af2be47d524eb65fd78
360Author: Gaetan Nadon <memsize@videotron.ca>
361Date:   Mon Oct 26 22:08:37 2009 -0400
362
363    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
364    
365    ChangeLog filename is known to Automake and requires no further
366    coding in the makefile.
367
368commit 89f99df94a4b2fd2836b639e9df162a8c7afe5e5
369Author: Gaetan Nadon <memsize@videotron.ca>
370Date:   Thu Oct 22 12:33:38 2009 -0400
371
372    .gitignore: use common defaults with custom section # 24239
373    
374    Using common defaults will reduce errors and maintenance.
375    Only the very small or inexistent custom section need periodic maintenance
376    when the structure of the component changes. Do not edit defaults.
377
378commit 05aaa3eb156ac0fc2eb0cb449d7c3b903614f857
379Author: Gaetan Nadon <memsize@videotron.ca>
380Date:   Sun Sep 27 15:22:36 2009 -0400
381
382    Makefile.am: do not include autogen.sh in distribution #24183
383    
384    This is a private build script that should not be distributed
385
386commit a42a18d12a23c763acabea045b22a9efbac3e569
387Author: Alan Coopersmith <alan.coopersmith@sun.com>
388Date:   Mon Sep 21 18:10:39 2009 -0700
389
390    appres 1.0.2
391    
392    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
393
394commit 25b170accac2cdd405a9c98be6ffe2122da18083
395Author: Alan Coopersmith <alan.coopersmith@sun.com>
396Date:   Mon Sep 21 18:07:57 2009 -0700
397
398    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
399    
400    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
401
402commit fea57c0200b1dce5b5ea45682f11760911e7a4f1
403Author: Alan Coopersmith <alan.coopersmith@sun.com>
404Date:   Mon Sep 21 17:35:44 2009 -0700
405
406    Add pointers to mailing list, bugzilla, wiki & git repo to README
407    
408    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
409
410commit a296f50efe75ae03f5cd0fd2b96645c3d856537a
411Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
412Date:   Thu Jan 15 18:15:44 2009 -0200
413
414    Ansification and compile warning fixes.
415    
416      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
417    make distcheck and all gcc 4.3 and sparse warnings.
418
419commit b52a34ccc971f20b09f60b9b8a117652588e7096
420Author: Alan Coopersmith <alan.coopersmith@sun.com>
421Date:   Fri Aug 10 15:42:09 2007 -0700
422
423    Change appres_CFLAGS to AM_CFLAGS to make automake-1.10 happier
424    
425    Makefile.am:27: compiling `appres.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
426
427commit 85be6045ff92bb02d6516f1348fe01c9fa596826
428Author: Alan Coopersmith <alan.coopersmith@sun.com>
429Date:   Mon Jan 22 18:05:40 2007 -0800
430
431    Version bump: 1.0.1
432
433commit 9e489e45820f59461a897f889d3cb32307166937
434Author: Alan Coopersmith <alan.coopersmith@sun.com>
435Date:   Tue Jan 2 14:22:47 2007 -0800
436
437    Replace static ChangeLog with dist-hook to generate from git log
438
439commit 88deaf1f2fdfee347331de6b589a28552d9c3dbd
440Author: Alan Coopersmith <alan.coopersmith@sun.com>
441Date:   Tue Jan 2 13:56:37 2007 -0800
442
443    Add *~ to .gitignore
444
445commit 777d0667ad74adbd33a523a67aa039092562c0f0
446Author: Alan Coopersmith <alan.coopersmith@sun.com>
447Date:   Tue Jan 2 13:45:01 2007 -0800
448
449    renamed: .cvsignore -> .gitignore
450
451commit 8609dd477c39b0e28a152ca2406156074d673564
452Author: Eric S. Raymond <esr@thyrsus.com>
453Date:   Tue Jan 2 13:42:43 2007 -0800
454
455    Bug 9510: Unbalanced group in command synopis in appres.1 man page
456    
457    <https://bugs.freedesktop.org/show_bug.cgi?id=9510>
458
459commit 2b4940097934165ce6c195d5d01ed7dde7be2dbf
460Author: Kevin E Martin <kem@kem.org>
461Date:   Thu Dec 15 00:24:01 2005 +0000
462
463    Update package version number for final X11R7 release candidate.
464
465commit fc5462bc53e9dcb216861a3fddc4974106761712
466Author: Kevin E Martin <kem@kem.org>
467Date:   Tue Dec 6 22:48:15 2005 +0000
468
469    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
470
471commit cf84153a21b01c254932a241700d61cf59eaeda4
472Author: Kevin E Martin <kem@kem.org>
473Date:   Sat Dec 3 05:49:14 2005 +0000
474
475    Update package version number for X11R7 RC3 release.
476
477commit 4f49292876806a5d3a01c6d67705175421a9ff08
478Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
479Date:   Mon Nov 28 22:01:36 2005 +0000
480
481    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
482        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
483
484commit 91673d2a3296bfc8facecd1f64d96f4497ddf87c
485Author: Eric Anholt <anholt@freebsd.org>
486Date:   Mon Nov 21 10:34:54 2005 +0000
487
488    Another pass at .cvsignores for apps.
489
490commit 3077b85aded5db9dda7840487a9e57027a7bf705
491Author: Eric Anholt <anholt@freebsd.org>
492Date:   Sun Nov 20 22:08:47 2005 +0000
493
494    Add/improve .cvsignore files for apps.
495
496commit c083eb4a05060b1a4cadb86c0c8b4ec47fa5388f
497Author: Kevin E Martin <kem@kem.org>
498Date:   Tue Oct 18 22:00:42 2005 +0000
499
500    Update package version number for RC1 release.
501
502commit 1709f7d3d390848f629c860a7de2986b3583448c
503Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
504Date:   Mon Oct 17 23:56:18 2005 +0000
505
506    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
507        work better with BSD make
508
509commit 33f5d2737a2d85b643e8f208bbef89c6474d561e
510Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
511Date:   Fri Oct 14 00:25:40 2005 +0000
512
513    Use sed to fill in variables in man page
514
515commit 61d84d9c527921b252706b251ce29caac4eb5ad4
516Author: Kristian Høgsberg <krh@redhat.com>
517Date:   Fri Sep 23 20:34:52 2005 +0000
518
519    Add some content to these.
520
521commit f2b72b79fbac8ed885d1cb8823cc500a91aa7408
522Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
523Date:   Mon Aug 1 20:25:27 2005 +0000
524
525    Install man pages to section 1 instead of section m (Patch from Donnie
526        Berkholz)
527
528commit c6545e9800143613082d86cb3f428fc06e00fa09
529Author: Kevin E Martin <kem@kem.org>
530Date:   Fri Jul 29 21:22:28 2005 +0000
531
532    Various changes preparing packages for RC0:
533    - Verify and update package version numbers as needed
534    - Implement versioning scheme
535    - Change bug address to point to bugzilla bug entry form
536    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
537        reenable it)
538    - Fix makedepend to use pkgconfig and pass distcheck
539    - Update build script to build macros first
540    - Update modular Xorg version
541
542commit 11e6dfcc25a1d4a05323ea81cf69e217b5c854da
543Author: Kevin E Martin <kem@kem.org>
544Date:   Wed Jul 27 00:38:04 2005 +0000
545
546    Include the man page when making dist
547
548commit 130050b5985f1de5990f20cc36cc98db7cc6ffb1
549Author: Adam Jackson <ajax@nwnk.net>
550Date:   Wed Jul 20 19:31:47 2005 +0000
551
552    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
553        configure cache, you cache it, and the cached value is probably wrong.
554
555commit 12bd22f44d4cd3864f87aeb371dce2307c2eb884
556Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
557Date:   Fri Jul 1 16:55:14 2005 +0000
558
559    More freedestkop->freedesktop typo fixes
560
561commit e6418cf03e9a7f835a7ee7d958ea6a1d4318f7b5
562Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
563Date:   Wed Jun 22 23:52:44 2005 +0000
564
565    - Add script that can generate the build system for applications
566    - Add build system for appres
567
568commit 0bb4b31a8aa87da2b2e859780d8d6a6cf7a1db77
569Author: Egbert Eich <eich@suse.de>
570Date:   Fri Apr 23 19:54:31 2004 +0000
571
572    Merging XORG-CURRENT into trunk
573
574commit c193a35e00d0ce9ad263e608d421b951ff180022
575Author: Egbert Eich <eich@suse.de>
576Date:   Sun Mar 14 08:34:49 2004 +0000
577
578    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
579
580commit 9973841b4c8d7ef87f82ce27c37c823874a68d09
581Author: Egbert Eich <eich@suse.de>
582Date:   Wed Mar 3 12:12:50 2004 +0000
583
584    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
585
586commit 6c0fcbd7434381151c9dbc2f14d43253b21dbf79
587Author: Egbert Eich <eich@suse.de>
588Date:   Thu Feb 26 13:36:15 2004 +0000
589
590    readding XFree86's cvs IDs
591
592commit a4fcf5e1478051ccf213151696d3dbae7ab64e41
593Author: Egbert Eich <eich@suse.de>
594Date:   Thu Feb 26 09:23:53 2004 +0000
595
596    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
597
598commit 8d41f164a8c99099d7a81e2e0e6d236a23073014
599Author: Kaleb Keithley <kaleb@freedesktop.org>
600Date:   Tue Nov 25 19:29:01 2003 +0000
601
602    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
603
604commit d5ef6e985dca01181d021567255d5c212585213c
605Author: Kaleb Keithley <kaleb@freedesktop.org>
606Date:   Fri Nov 14 16:48:57 2003 +0000
607
608    XFree86 4.3.0.1
609
610commit 541fcb6c9e1bbf65885b1c2c2e27609544fe62d6
611Author: Kaleb Keithley <kaleb@freedesktop.org>
612Date:   Fri Nov 14 15:54:52 2003 +0000
613
614    R6.6 is the Xorg base-line
615