1commit 86bbd2205a3372c7803bb803723a72ff9a62f3f4
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Mon Jan 14 21:21:59 2013 -0800
4
5    beforelight 1.0.5
6
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 924b1b832a81d80bc9c3e6470b221c30cbee8652
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Mon Jan 14 21:21:23 2013 -0800
12
13    Remove Xaw mention from README
14
15    Dependency was removed by commit 3c9e50cb0bf42f42f
16
17    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
18
19commit 4cf3c0b07014e540a3508b570c6fc5556d4e2a3a
20Author: Alan Coopersmith <alan.coopersmith@oracle.com>
21Date:   Mon Jan 14 21:19:47 2013 -0800
22
23    config: Add missing AC_CONFIG_SRCDIR
24
25    Regroup AC statements under the Autoconf initialization section.
26    Regroup AM statements under the Automake initialization section.
27
28    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
29
30commit 3c9e50cb0bf42f42f0be460e89045257c7efc480
31Author: Alan Coopersmith <alan.coopersmith@oracle.com>
32Date:   Mon Jan 24 22:55:18 2011 -0800
33
34    Remove dependency on libXaw
35
36    The only thing from libXaw that isn't in #ifdef NOTDEF is a reference
37    to the ZERO #define, which is trivially replaced - no point requiring
38    an entire library for a single constant #define.
39
40    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
41
42commit cff32361b4a901a131b23c01f7592779358f4141
43Author: Gaetan Nadon <memsize@videotron.ca>
44Date:   Wed Jan 19 10:06:55 2011 -0500
45
46    config: move man pages into their own directory
47
48    Use services provided by XORG_MANPAGE_SECTIONS.
49    Use standard Makefile for man pages.
50
51    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
52
53commit 77c2eaa749deacd6d4296267c099758d2d5cdba9
54Author: Gaetan Nadon <memsize@videotron.ca>
55Date:   Thu Jan 13 11:15:00 2011 -0500
56
57    man: remove trailing spaces and tabs
58
59    Using s/[ \t]*$//
60
61    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
62
63commit 7bcdfdc93d0f1cdde484240ddc5ec147bba5f80c
64Author: Gaetan Nadon <memsize@videotron.ca>
65Date:   Wed Jan 12 16:28:01 2011 -0500
66
67    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
68
69    This silences an Autoconf warning
70
71commit 6f581e0ce065ee09ddec79c3d346e3642128e721
72Author: Gaetan Nadon <memsize@videotron.ca>
73Date:   Wed Jan 12 15:29:49 2011 -0500
74
75    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
76
77    This silences an Automake warning.
78
79    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
80
81commit bbbf430d5a41fcecfe245a5d82f026afb0696f87
82Author: Alan Coopersmith <alan.coopersmith@oracle.com>
83Date:   Sat Oct 30 12:12:39 2010 -0700
84
85    beforelight 1.0.4
86
87    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
88
89commit 1c1a11e0e0b1e17ba19a4a9976658f3f1659b41e
90Author: Alan Coopersmith <alan.coopersmith@oracle.com>
91Date:   Sat Oct 30 12:11:21 2010 -0700
92
93    config: Remove unnecessary calls from configure.ac
94
95    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
96    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
97
98    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
99
100commit 5bd2cf1909b38a7d7b6a455583ebe0be323baf50
101Author: Gaetan Nadon <memsize@videotron.ca>
102Date:   Sat Oct 30 12:10:50 2010 -0700
103
104    config: update AC_PREREQ statement to 2.60
105
106    Unrelated to the previous patches, the new value simply reflects
107    the reality that the minimum level for autoconf to configure
108    all x.org modules is 2.60 dated June 2006.
109
110    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
111
112    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
113    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
114
115commit 061cabcb6a62f03c75f1a239cd501654abeee97e
116Author: Alan Coopersmith <alan.coopersmith@oracle.com>
117Date:   Wed Jun 30 23:25:03 2010 -0700
118
119    config: upgrade to util-macros 1.8 for additional man page support
120
121    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
122    The value of MAN_SUBST is the same for all X.Org packages.
123
124    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
125    The existing statement can now be removed from the configuration file.
126
127    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
128    Enables silent rule and use platform appropriate version of sed.
129
130    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
131
132commit 61703aea4a92b9ee177c1c4bd01123629fa9510c
133Author: Alan Coopersmith <alan.coopersmith@oracle.com>
134Date:   Wed Jun 30 23:15:52 2010 -0700
135
136    Don't link against libXaw since the calls to it are #ifdef NOTDEF
137
138    We still need it in CFLAGS for #defines from <X11/Xaw/Cardinals.h>
139
140    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
141
142commit 5d542724fde2d3bea856ae0b4b98b3e07afafb7c
143Author: Gaetan Nadon <memsize@videotron.ca>
144Date:   Thu Feb 11 10:08:06 2010 -0500
145
146    config: move CWARNFLAGS from configure.ac to Makefile.am
147
148    Compiler warning flags should be explicitly set in the makefile
149    rather than being merged with other packages compiler flags.
150
151    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
152
153commit 3397e3f8e223441a38920f5e6ddf53793d6ac210
154Author: Gaetan Nadon <memsize@videotron.ca>
155Date:   Sat Dec 19 20:48:47 2009 -0500
156
157    configure.ac: use backticks rather than $() for cmd subs
158
159    Use "$PKG_CONFIG" rather than hard coded "pkg-config"
160
161    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
162
163commit 593a04134c911400b1ad088c5cec3bce4810b44b
164Author: Gaetan Nadon <memsize@videotron.ca>
165Date:   Thu Nov 26 09:19:52 2009 -0500
166
167    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
168
169    Now that the INSTALL file is generated.
170    Allows running make maintainer-clean.
171
172commit f269d56d6adf9096c3e9991b13efd3c616a7b4a7
173Author: Gaetan Nadon <memsize@videotron.ca>
174Date:   Wed Oct 28 14:09:07 2009 -0400
175
176    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
177
178    Add missing INSTALL file. Use standard GNU file on building tarball
179    README may have been updated
180    Remove AUTHORS file as it is empty and no content available yet.
181    Remove NEWS file as it is empty and no content available yet.
182
183commit e6fd4338f722d5e2c797cddf52292f56739b29e7
184Author: Gaetan Nadon <memsize@videotron.ca>
185Date:   Tue Oct 27 15:07:24 2009 -0400
186
187    Deploy the new XORG_DEFAULT_OPTIONS #24242
188
189    This macro aggregate a number of existing macros that sets commmon
190    X.Org components configuration options. It shields the configuration file from
191    future changes.
192
193commit 7226356ab0ae93f6f9645525fcb894a98dd10187
194Author: Gaetan Nadon <memsize@videotron.ca>
195Date:   Mon Oct 26 22:08:37 2009 -0400
196
197    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
198
199    ChangeLog filename is known to Automake and requires no further
200    coding in the makefile.
201
202commit b552d7cd85bf23203c3ac272fb727591fc00d1f8
203Author: Gaetan Nadon <memsize@videotron.ca>
204Date:   Thu Oct 22 12:34:14 2009 -0400
205
206    .gitignore: use common defaults with custom section # 24239
207
208    Using common defaults will reduce errors and maintenance.
209    Only the very small or inexistent custom section need periodic maintenance
210    when the structure of the component changes. Do not edit defaults.
211
212commit 9d4ce3ac48e2cefcc6f2d448e4420addb56fbc2e
213Author: Alan Coopersmith <alan.coopersmith@sun.com>
214Date:   Thu Oct 1 14:54:16 2009 -0700
215
216    Add README with pointers to mailing lists, bugzilla, & git
217
218    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
219
220commit 6648b49e4fb8461975eff8002e4c84f04b698a5e
221Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
222Date:   Tue Jan 13 20:01:33 2009 -0200
223
224    Ansification and compile warning fixes.
225
226      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, and corrects
227    make distcheck.
228
229commit 712cd2c1909dd7a10a5ca98d48605d170321c025
230Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
231Date:   Sun Nov 9 08:29:50 2008 -0800
232
233    Added app-defaults/Beforelight.ad
234    which didn't get committed in the last commit...
235
236commit f069453dde853812267eacad6f07f0569ad4888c
237Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
238Date:   Sat Nov 8 15:29:39 2008 -0800
239
240    Buildfix for case insensitive file systems
241
242commit 5644e27cc492491b746ba59571b1b40d10909aa5
243Author: James Cloos <cloos@jhcloos.com>
244Date:   Thu Dec 6 16:36:56 2007 -0500
245
246    Replace static ChangeLog with dist-hook to generate from git log
247
248commit 22350f7bc7dec5d516989ace9d5ca89a033abb4b
249Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
250Date:   Sat Sep 8 22:18:52 2007 +0200
251
252    update to 1.0.3
253
254commit a128061d44211b847d4c23860c4d542b3da3a164
255Author: James Cloos <cloos@jhcloos.com>
256Date:   Mon Sep 3 05:50:59 2007 -0400
257
258    Add *~ to .gitignore to skip patch/emacs droppings
259
260commit b50ba3bfa200d146402ba7ea0fa68a52dff957c9
261Author: James Cloos <cloos@jhcloos.com>
262Date:   Thu Aug 23 19:24:20 2007 -0400
263
264    Rename .cvsignore to .gitignore
265
266commit 828e9cab677f38961628f74c8bfa77bef587e10f
267Author: Daniel Stone <daniel@fooishbar.org>
268Date:   Sat Dec 16 00:25:26 2006 +0200
269
270    bump to 1.0.2
271
272commit 3bd9d369e233c203108eb0baa5bac570789b7f90
273Author: Daniel Stone <daniel@fooishbar.org>
274Date:   Sat Dec 16 00:25:20 2006 +0200
275
276    Makefile.am: make appdefaultdir respect DESTDIR
277    ... even if it won't be relative to $(prefix) or $(sysconfdir).
278
279commit 6b4c7575f42499f84d0b71078539f059f7b9da1c
280Author: Daniel Stone <daniel@fooishbar.org>
281Date:   Fri Dec 15 23:49:03 2006 +0200
282
283    remove config.h from _SOURCES
284    Remove config.h from beforelight_SOURCES, which was breaking the build.
285
286commit 5d3be36ed0b1b1a8148a05dc009a747035b2994f
287Author: Kevin E Martin <kem@kem.org>
288Date:   Wed Dec 21 02:29:42 2005 +0000
289
290    Update package version for X11R7 release.
291
292commit 4bb868f16df0f78a2cd15680c00055a29d0f8a9f
293Author: Adam Jackson <ajax@nwnk.net>
294Date:   Mon Dec 19 16:22:39 2005 +0000
295
296    Stub COPYING files
297
298commit 6be5799196c6aa1c9d2b1198c826f1b8f657b2a0
299Author: Kevin E Martin <kem@kem.org>
300Date:   Thu Dec 15 00:24:01 2005 +0000
301
302    Update package version number for final X11R7 release candidate.
303
304commit f6cbfad7b7598895413a0c3b23e07940c0c5f776
305Author: Kevin E Martin <kem@kem.org>
306Date:   Wed Dec 7 16:17:57 2005 +0000
307
308    Change to use the app-defaults default dir configured in libXt.
309
310commit 1fde86615a00efff3145097740f0460871802637
311Author: Kevin E Martin <kem@kem.org>
312Date:   Tue Dec 6 22:48:15 2005 +0000
313
314    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
315
316commit ce2485521d44673191554f10f33f1f5e9a7fe698
317Author: Kevin E Martin <kem@kem.org>
318Date:   Sat Dec 3 05:49:14 2005 +0000
319
320    Update package version number for X11R7 RC3 release.
321
322commit b183300c245ee08ebcd39b2840ba269f69f83eb4
323Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
324Date:   Mon Nov 28 22:01:36 2005 +0000
325
326    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
327        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
328
329commit cab074fa4c99e9da2e2e8217c1fdba20a5e134a7
330Author: Eric Anholt <anholt@freebsd.org>
331Date:   Mon Nov 21 10:34:55 2005 +0000
332
333    Another pass at .cvsignores for apps.
334
335commit a174983051f0079fc20985aeee1c49ce547c5e2a
336Author: Eric Anholt <anholt@freebsd.org>
337Date:   Sun Nov 20 22:08:47 2005 +0000
338
339    Add/improve .cvsignore files for apps.
340
341commit a729a69063ffa76f0fb6551d5bec5697a2cd4272
342Author: Kevin E Martin <kem@kem.org>
343Date:   Wed Nov 9 21:09:19 2005 +0000
344
345    Update package version number for X11R7 RC2 release.
346
347commit 3d6cc1229f8c04cdd1342932f546505653522e25
348Author: Kevin E Martin <kem@kem.org>
349Date:   Tue Nov 1 15:05:18 2005 +0000
350
351    Update pkgcheck depedencies to work with separate build roots.
352
353commit 05fa342c442d1c05338c6fe4b7e27f42ee4415b0
354Author: Kevin E Martin <kem@kem.org>
355Date:   Wed Oct 19 02:47:47 2005 +0000
356
357    Update package version number for RC1 release.
358
359commit b49b3e79cb2ead41f5172a69d887212cc5e16729
360Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
361Date:   Tue Oct 18 00:32:53 2005 +0000
362
363    Change default install dir for app-default files from
364        $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
365        the monolith & allow localization
366
367commit 94aa3aed9016a31f7f946d43412de948857c22ae
368Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
369Date:   Mon Oct 17 23:56:19 2005 +0000
370
371    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
372        work better with BSD make
373
374commit 06cd2b759e3ee77d3e014c25766e00d1eeb104ff
375Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
376Date:   Fri Oct 14 00:25:40 2005 +0000
377
378    Use sed to fill in variables in man page
379
380commit 34c65d7c3c6bfc36903084f3f0cccac5937c60a3
381Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
382Date:   Thu Oct 13 20:10:59 2005 +0000
383
384    Fix app-default files to install under the same names as in the monolith
385        instead of their short names used only for 14-character filename length
386        limited ancient filesystems
387
388commit 71df4f2d183321d5ca643e9eb2258d1e599ffc4a
389Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
390Date:   Thu Oct 6 03:47:12 2005 +0000
391
392    Fix file names of beforelight, x11perfcomp, and xlsclients man pages
393
394commit f854069623c3f4d511cd1206532d19960490e4f4
395Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
396Date:   Mon Aug 1 20:25:27 2005 +0000
397
398    Install man pages to section 1 instead of section m (Patch from Donnie
399        Berkholz)
400
401commit 6f43ddee92ac8eddc1b42ff1eb5bc570d065fef2
402Author: Kevin E Martin <kem@kem.org>
403Date:   Fri Jul 29 21:22:28 2005 +0000
404
405    Various changes preparing packages for RC0:
406    - Verify and update package version numbers as needed
407    - Implement versioning scheme
408    - Change bug address to point to bugzilla bug entry form
409    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
410        reenable it)
411    - Fix makedepend to use pkgconfig and pass distcheck
412    - Update build script to build macros first
413    - Update modular Xorg version
414
415commit 9d4b8016df4fd9246dec80905935385ee918e515
416Author: Adam Jackson <ajax@nwnk.net>
417Date:   Wed Jul 20 19:31:48 2005 +0000
418
419    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
420        configure cache, you cache it, and the cached value is probably wrong.
421
422commit 333ef4d5389bc8dcdb4ddc8b68ed286c02332721
423Author: Matthieu Herrb <matthieu.herrb@laas.fr>
424Date:   Sun Jul 17 18:38:04 2005 +0000
425
426    Convert app-defaults rules to work with non-GNU make
427
428commit c8cf93cc24bcdcc401af5845a0ae69f952cce53d
429Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
430Date:   Fri Jul 1 16:55:14 2005 +0000
431
432    More freedestkop->freedesktop typo fixes
433
434commit 09d6aaa4292e2a9017cc1f4a91e1b062e5766a87
435Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
436Date:   Thu Jun 23 21:32:26 2005 +0000
437
438    Do .ad files in a more convoluted way (strip .ad when installing)
439
440commit 5bed580a99a1eb5c30624ffc76593292c0cd3d66
441Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
442Date:   Thu Jun 23 20:19:16 2005 +0000
443
444    Use $(sysconfdir), not /etc
445
446commit 2264bd39793459e3794154ce9027f724f91e1a86
447Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
448Date:   Thu Jun 23 20:04:35 2005 +0000
449
450    - Install B4light.ad
451    - make sure distcheck works
452
453commit 78d7d8bac5b1f756c102d9052484663c57671e61
454Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
455Date:   Thu Jun 23 18:10:35 2005 +0000
456
457    Add build system for beforelight
458
459commit 53adf02732a08a609757ec8ce633dc6ad2683c07
460Author: Egbert Eich <eich@suse.de>
461Date:   Fri Apr 23 19:54:31 2004 +0000
462
463    Merging XORG-CURRENT into trunk
464
465commit 55c78aaf1363ca7afba441470fe0e87bb0a6214a
466Author: Egbert Eich <eich@suse.de>
467Date:   Sun Mar 14 08:34:49 2004 +0000
468
469    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
470
471commit 153b573ca1169f4b21c63f01a9c117b28ccf0b35
472Author: Egbert Eich <eich@suse.de>
473Date:   Wed Mar 3 12:12:50 2004 +0000
474
475    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
476
477commit d2274daa654b60765317f9a5677c9e6d32c10ac5
478Author: Egbert Eich <eich@suse.de>
479Date:   Thu Feb 26 13:36:15 2004 +0000
480
481    readding XFree86's cvs IDs
482
483commit ebae7b4b32a355acaf1ed66f624c74577a8dcdbe
484Author: Egbert Eich <eich@suse.de>
485Date:   Thu Feb 26 09:23:53 2004 +0000
486
487    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
488
489commit accddd883e25b4899dfe6945d87f11724accbd78
490Author: Kaleb Keithley <kaleb@freedesktop.org>
491Date:   Tue Nov 25 19:29:01 2003 +0000
492
493    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
494
495commit b6c4d1d1a6d7dd2f2501557ec34746f3f8bb99d7
496Author: Kaleb Keithley <kaleb@freedesktop.org>
497Date:   Fri Nov 14 16:48:57 2003 +0000
498
499    XFree86 4.3.0.1
500
501commit 0750e89e4a2b1e5d9f909eeaa4dd2c0294a3947e
502Author: Kaleb Keithley <kaleb@freedesktop.org>
503Date:   Fri Nov 14 16:48:57 2003 +0000
504
505    Initial revision
506