Home | History | Annotate | Line # | Download | only in dist
      1 commit 07075bda9cd863fa10f47993271dbe7e6e256d71
      2 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      3 Date:   Sun Jun 16 10:32:47 2024 -0700
      4 
      5     appres 1.0.7
      6     
      7     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
      8     Part-of: <https://gitlab.freedesktop.org/xorg/app/appres/-/merge_requests/5>
      9 
     10 commit b297a7738a02b3fb7a8842e054c4068195038c38
     11 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     12 Date:   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 (a] oracle.com>
     17     Part-of: <https://gitlab.freedesktop.org/xorg/app/appres/-/merge_requests/4>
     18 
     19 commit 2b5316265c5ce6c7dbd8f726826d5d5a7385febd
     20 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     21 Date:   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 (a] oracle.com>
     29     Part-of: <https://gitlab.freedesktop.org/xorg/app/appres/-/merge_requests/4>
     30 
     31 commit 888aece87c0af4e0b326d4d92fcc079f249a7f73
     32 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     33 Date:   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 (a] oracle.com>
     38 
     39 commit 163ba88d2d98369df78c2700b634cf62012f8c31
     40 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     41 Date:   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 (a] oracle.com>
     46 
     47 commit 55db329c8363e6ca969c27652f0da714364065bd
     48 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     49 Date:   Sun Apr 3 11:54:44 2022 -0700
     50 
     51     appres 1.0.6
     52     
     53     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     54 
     55 commit aa7250cb209b31a4a8e78b53cd54b41f71a5c986
     56 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     57 Date:   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 (a] oracle.com>
     62 
     63 commit 78b86cfef4eb8a493e8238969bca9e1e9d111803
     64 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     65 Date:   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 (a] oracle.com>
     70 
     71 commit 73e835828184af9230db2176579a4ff74da7785b
     72 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     73 Date:   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 (a] oracle.com>
     94 
     95 commit 60be69492ae346a89c5e510dfa6af8495c4fa078
     96 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
     97 Date:   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 (a] oracle.com>
    102 
    103 commit ac89dfca6a91039261d68cdcc76fc4027f6e7458
    104 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    105 Date:   Fri Nov 16 19:16:28 2018 -0800
    106 
    107     Update README for gitlab migration
    108     
    109     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    110 
    111 commit ce712a3ab96eb8127d9eda4600d99e6b83bd99db
    112 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    113 Date:   Sun Mar 4 19:28:31 2018 -0800
    114 
    115     appres 1.0.5
    116     
    117     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    118 
    119 commit ba8a175f550e3a195ac12e47d6edf34f1fc8e309
    120 Author: Mihail Konev <k.mvc (a] ya.ru>
    121 Date:   Thu Jan 26 14:00:20 2017 +1000
    122 
    123     autogen: add default patch prefix
    124     
    125     Signed-off-by: Mihail Konev <k.mvc (a] ya.ru>
    126 
    127 commit b2400c72bc34718d4242d49f7730eb75b729c4ba
    128 Author: Emil Velikov <emil.l.velikov (a] gmail.com>
    129 Date:   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 (a] gmail.com>
    137     Reviewed-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    138     Signed-off-by: Peter Hutterer <peter.hutterer (a] who-t.net>
    139 
    140 commit decddc24aa215cadc627896858fc63de20428c4b
    141 Author: Peter Hutterer <peter.hutterer (a] who-t.net>
    142 Date:   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 (a] who-t.net>
    149     Reviewed-by: Emil Velikov <emil.velikov (a] collabora.com>
    150 
    151 commit b6aadf86f5f35af3fcbc6f14e9bdf25a4f3925ee
    152 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    153 Date:   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 (a] oracle.com>
    160 
    161 commit 4d8717bacfa0a703f5d07ac052c448f4dba37170
    162 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    163 Date:   Sun Jun 1 18:58:01 2014 -0700
    164 
    165     configure: Drop AM_MAINTAINER_MODE
    166     
    167     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    168 
    169 commit 129a0b2bd86d5523883128f2357e1cf6a5e00998
    170 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    171 Date:   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 (a] oracle.com>
    176     Reviewed-by: Gaetan Nadon <memsize (a] videotron.ca>
    177 
    178 commit f189c64e3576956816da9f46909437f5523ded3b
    179 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    180 Date:   Fri May 17 17:39:13 2013 -0700
    181 
    182     appres 1.0.4
    183     
    184     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    185 
    186 commit 849880e1cca492665a7c8581e5591065299ab718
    187 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    188 Date:   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 (a] oracle.com>
    193 
    194 commit 590aa5f17cd4b8d710662e6af701c166392d0235
    195 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    196 Date:   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 (a] oracle.com>
    201 
    202 commit 766a467795cd9e58cd9ea0266dd6a5b54403aac8
    203 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    204 Date:   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 (a] oracle.com>
    209 
    210 commit 5fe00fdffe8ec04f8ad04617a2b26ff282049a4c
    211 Author: Gaetan Nadon <memsize (a] videotron.ca>
    212 Date:   Mon Jun 13 13:48:00 2011 -0400
    213 
    214     .gitignore: fix typo
    215     
    216     Signed-off-by: Gaetan Nadon <memsize (a] videotron.ca>
    217 
    218 commit 0497e70e490eb30c6062555cce16c87e81523b0b
    219 Author: Gaetan Nadon <memsize (a] videotron.ca>
    220 Date:   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 (a] videotron.ca>
    227 
    228 commit 3450c1498afe0fc8beabf70f864d241f54e7a3a4
    229 Author: Gaetan Nadon <memsize (a] videotron.ca>
    230 Date:   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 (a] videotron.ca>
    238 
    239 commit 38d38caed7d7c7a359dc9ff5517a72f3b25c4277
    240 Author: Gaetan Nadon <memsize (a] videotron.ca>
    241 Date:   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 (a] videotron.ca>
    246 
    247 commit eb5186583f9b99b8ae71db14835319270db5cba2
    248 Author: Gaetan Nadon <memsize (a] videotron.ca>
    249 Date:   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 (a] videotron.ca>
    256 
    257 commit 65538c8269ac6d29affa47ef54fa7f606174257a
    258 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    259 Date:   Sun Oct 31 11:50:55 2010 -0700
    260 
    261     appres 1.0.3
    262     
    263     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    264 
    265 commit 9fe02e07bc234b7f11f45142d4eac5aa0d20180a
    266 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    267 Date:   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 (a] oracle.com>
    276 
    277 commit 86071577ed5f809b7b415b5a706dbd5d84de277c
    278 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    279 Date:   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 (a] oracle.com>
    287 
    288 commit 108950ed5f2c3774e8ebdb2bb2fe74ff071c56ef
    289 Author: Gaetan Nadon <memsize (a] videotron.ca>
    290 Date:   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 (a] videotron.ca>
    301     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    302 
    303 commit 60497f02ed0adc3fbda4457f93f50e0fdba44af2
    304 Author: Jesse Adkins <jesserayadkins (a] gmail.com>
    305 Date:   Tue Sep 28 13:29:48 2010 -0700
    306 
    307     Purge cvs tags.
    308     
    309     Signed-off-by: Jesse Adkins <jesserayadkins (a] gmail.com>
    310     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    311 
    312 commit c58c7269e6dc3c7f78d76ef7a1606331dcf05b5a
    313 Author: Alan Coopersmith <alan.coopersmith (a] oracle.com>
    314 Date:   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 (a] oracle.com>
    328 
    329 commit e6ef21fbc81183828c14e89f686a5e21dcde5156
    330 Author: Gaetan Nadon <memsize (a] videotron.ca>
    331 Date:   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 
    338 commit db1d9daa9c8527f1cbcab941c72f7b923343b188
    339 Author: Gaetan Nadon <memsize (a] videotron.ca>
    340 Date:   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 
    349 commit e427b7282cb07885b9be98ee238c544bfc9e40b0
    350 Author: Gaetan Nadon <memsize (a] videotron.ca>
    351 Date:   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 
    359 commit ccc0bb4529524b9570621af2be47d524eb65fd78
    360 Author: Gaetan Nadon <memsize (a] videotron.ca>
    361 Date:   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 
    368 commit 89f99df94a4b2fd2836b639e9df162a8c7afe5e5
    369 Author: Gaetan Nadon <memsize (a] videotron.ca>
    370 Date:   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 
    378 commit 05aaa3eb156ac0fc2eb0cb449d7c3b903614f857
    379 Author: Gaetan Nadon <memsize (a] videotron.ca>
    380 Date:   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 
    386 commit a42a18d12a23c763acabea045b22a9efbac3e569
    387 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    388 Date:   Mon Sep 21 18:10:39 2009 -0700
    389 
    390     appres 1.0.2
    391     
    392     Signed-off-by: Alan Coopersmith <alan.coopersmith (a] sun.com>
    393 
    394 commit 25b170accac2cdd405a9c98be6ffe2122da18083
    395 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    396 Date:   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 (a] sun.com>
    401 
    402 commit fea57c0200b1dce5b5ea45682f11760911e7a4f1
    403 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    404 Date:   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 (a] sun.com>
    409 
    410 commit a296f50efe75ae03f5cd0fd2b96645c3d856537a
    411 Author: Paulo Cesar Pereira de Andrade <pcpa (a] mandriva.com.br>
    412 Date:   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 
    419 commit b52a34ccc971f20b09f60b9b8a117652588e7096
    420 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    421 Date:   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 
    427 commit 85be6045ff92bb02d6516f1348fe01c9fa596826
    428 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    429 Date:   Mon Jan 22 18:05:40 2007 -0800
    430 
    431     Version bump: 1.0.1
    432 
    433 commit 9e489e45820f59461a897f889d3cb32307166937
    434 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    435 Date:   Tue Jan 2 14:22:47 2007 -0800
    436 
    437     Replace static ChangeLog with dist-hook to generate from git log
    438 
    439 commit 88deaf1f2fdfee347331de6b589a28552d9c3dbd
    440 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    441 Date:   Tue Jan 2 13:56:37 2007 -0800
    442 
    443     Add *~ to .gitignore
    444 
    445 commit 777d0667ad74adbd33a523a67aa039092562c0f0
    446 Author: Alan Coopersmith <alan.coopersmith (a] sun.com>
    447 Date:   Tue Jan 2 13:45:01 2007 -0800
    448 
    449     renamed: .cvsignore -> .gitignore
    450 
    451 commit 8609dd477c39b0e28a152ca2406156074d673564
    452 Author: Eric S. Raymond <esr (a] thyrsus.com>
    453 Date:   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 
    459 commit 2b4940097934165ce6c195d5d01ed7dde7be2dbf
    460 Author: Kevin E Martin <kem (a] kem.org>
    461 Date:   Thu Dec 15 00:24:01 2005 +0000
    462 
    463     Update package version number for final X11R7 release candidate.
    464 
    465 commit fc5462bc53e9dcb216861a3fddc4974106761712
    466 Author: Kevin E Martin <kem (a] kem.org>
    467 Date:   Tue Dec 6 22:48:15 2005 +0000
    468 
    469     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
    470 
    471 commit cf84153a21b01c254932a241700d61cf59eaeda4
    472 Author: Kevin E Martin <kem (a] kem.org>
    473 Date:   Sat Dec 3 05:49:14 2005 +0000
    474 
    475     Update package version number for X11R7 RC3 release.
    476 
    477 commit 4f49292876806a5d3a01c6d67705175421a9ff08
    478 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    479 Date:   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 
    484 commit 91673d2a3296bfc8facecd1f64d96f4497ddf87c
    485 Author: Eric Anholt <anholt (a] freebsd.org>
    486 Date:   Mon Nov 21 10:34:54 2005 +0000
    487 
    488     Another pass at .cvsignores for apps.
    489 
    490 commit 3077b85aded5db9dda7840487a9e57027a7bf705
    491 Author: Eric Anholt <anholt (a] freebsd.org>
    492 Date:   Sun Nov 20 22:08:47 2005 +0000
    493 
    494     Add/improve .cvsignore files for apps.
    495 
    496 commit c083eb4a05060b1a4cadb86c0c8b4ec47fa5388f
    497 Author: Kevin E Martin <kem (a] kem.org>
    498 Date:   Tue Oct 18 22:00:42 2005 +0000
    499 
    500     Update package version number for RC1 release.
    501 
    502 commit 1709f7d3d390848f629c860a7de2986b3583448c
    503 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    504 Date:   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 
    509 commit 33f5d2737a2d85b643e8f208bbef89c6474d561e
    510 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    511 Date:   Fri Oct 14 00:25:40 2005 +0000
    512 
    513     Use sed to fill in variables in man page
    514 
    515 commit 61d84d9c527921b252706b251ce29caac4eb5ad4
    516 Author: Kristian Hgsberg <krh (a] redhat.com>
    517 Date:   Fri Sep 23 20:34:52 2005 +0000
    518 
    519     Add some content to these.
    520 
    521 commit f2b72b79fbac8ed885d1cb8823cc500a91aa7408
    522 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    523 Date:   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 
    528 commit c6545e9800143613082d86cb3f428fc06e00fa09
    529 Author: Kevin E Martin <kem (a] kem.org>
    530 Date:   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 
    542 commit 11e6dfcc25a1d4a05323ea81cf69e217b5c854da
    543 Author: Kevin E Martin <kem (a] kem.org>
    544 Date:   Wed Jul 27 00:38:04 2005 +0000
    545 
    546     Include the man page when making dist
    547 
    548 commit 130050b5985f1de5990f20cc36cc98db7cc6ffb1
    549 Author: Adam Jackson <ajax (a] nwnk.net>
    550 Date:   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 
    555 commit 12bd22f44d4cd3864f87aeb371dce2307c2eb884
    556 Author: Alan Coopersmith <Alan.Coopersmith (a] sun.com>
    557 Date:   Fri Jul 1 16:55:14 2005 +0000
    558 
    559     More freedestkop->freedesktop typo fixes
    560 
    561 commit e6418cf03e9a7f835a7ee7d958ea6a1d4318f7b5
    562 Author: Sren Sandmann Pedersen <sandmann (a] daimi.au.dk>
    563 Date:   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 
    568 commit 0bb4b31a8aa87da2b2e859780d8d6a6cf7a1db77
    569 Author: Egbert Eich <eich (a] suse.de>
    570 Date:   Fri Apr 23 19:54:31 2004 +0000
    571 
    572     Merging XORG-CURRENT into trunk
    573 
    574 commit c193a35e00d0ce9ad263e608d421b951ff180022
    575 Author: Egbert Eich <eich (a] suse.de>
    576 Date:   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 
    580 commit 9973841b4c8d7ef87f82ce27c37c823874a68d09
    581 Author: Egbert Eich <eich (a] suse.de>
    582 Date:   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 
    586 commit 6c0fcbd7434381151c9dbc2f14d43253b21dbf79
    587 Author: Egbert Eich <eich (a] suse.de>
    588 Date:   Thu Feb 26 13:36:15 2004 +0000
    589 
    590     readding XFree86's cvs IDs
    591 
    592 commit a4fcf5e1478051ccf213151696d3dbae7ab64e41
    593 Author: Egbert Eich <eich (a] suse.de>
    594 Date:   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 
    598 commit 8d41f164a8c99099d7a81e2e0e6d236a23073014
    599 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
    600 Date:   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 
    604 commit d5ef6e985dca01181d021567255d5c212585213c
    605 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
    606 Date:   Fri Nov 14 16:48:57 2003 +0000
    607 
    608     XFree86 4.3.0.1
    609 
    610 commit 541fcb6c9e1bbf65885b1c2c2e27609544fe62d6
    611 Author: Kaleb Keithley <kaleb (a] freedesktop.org>
    612 Date:   Fri Nov 14 15:54:52 2003 +0000
    613 
    614     R6.6 is the Xorg base-line
    615