summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 5a1cf7693c01eaacb3df7aad0ad5c9ae0f44a624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
commit 34557c33a9711f15f771599f5320ab8f01f0d117
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Mar 22 22:39:25 2012 -0700

    xkbevd 1.1.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b2d40b9a09ab40482e081a2648cf8f79ff6cc386
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 27 11:06:06 2011 -0800

    Delete unused uFatalError function
    
    Stops gcc from suggesting to add noreturn attribute to it.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b71eb0361cf556909d88b59ccdb810a137c1efeb
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 27 11:00:58 2011 -0800

    Fix gcc -Wwrite-strings warnings
    
    except for those caused by code generated by bison/yacc
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 6ad0af956bbc328c91fdb2327b43614c7ebbb000
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 27 10:50:59 2011 -0800

    Replace local u*alloc wrappers with direct calls to standard funcs
    
    Includes:
    - Replacing calls to uTypedCalloc with direct calloc calls
    - Replacing uFree calls with free calls
    - Assuming strdup is always available and uStringDup fallback function
      is no longer needed
    - Deleting the remainder of the forms of u*alloc which were unused
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e5c801fbd2f8341e67600fd38b1f3ef8fc82030f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 27 10:40:10 2011 -0800

    Check for strdup & strcasecmp in configure before defining our own
    
    The HAVE_STRDUP & HAVE_STRCASECMP checks were already in the code,
    just not the configure checks to define them or the #include "config.h"
    to find the definitions.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit c6c878fa6985a84181ebd44abc9de6aa74268024
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Mar 8 08:20:10 2011 -0500

    config: move pre-processor flags to AM_CPPFLAGS
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 433364d960bea9fa458c2f144c2033300019b0fa
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Mar 8 08:18:19 2011 -0500

    config: let Automake handle Yacc dist and cleaning
    
    BUILT_SOURCES and MAINTAINERCLEANFILES are already handled by Automake.
    
    Automake generates all the rules to handle building,
    distribution and cleaning.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit e7c5c1018964e5213d1bf727ebfd90e95dbca6a2
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jan 19 10:06:56 2011 -0500

    config: move man pages into their own directory
    
    Use services provided by XORG_MANPAGE_SECTIONS.
    Use standard Makefile for man pages.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 95987d19b9802c235f2257eceff663a4a1e286fa
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Dec 8 21:51:11 2010 -0800

    xkbevd 1.1.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 96ec51a0d91920c69d1cfb9e084cc84c4d86ff20
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Nov 20 18:42:35 2010 -0800

    Purge RCS/CVS version tags
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 2a56e8dda4bac8621dedcb80b1f55c9a25c78d43
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Nov 20 18:36:25 2010 -0800

    Fix errors found by gcc's printf attribute check
    
    xkbevd.c: In function `parseArgs':
    xkbevd.c:120: warning: too few arguments for format
    xkbevd.c:139: warning: too few arguments for format
    xkbevd.c:158: warning: too few arguments for format
    xkbevd.c:177: warning: too few arguments for format
    xkbevd.c: In function `InterpretConfigs':
    xkbevd.c:280: warning: format argument is not a pointer (arg 2)
    xkbevd.c: In function `FindMatchingConfig':
    xkbevd.c:374: warning: too few arguments for format
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 45d575da032967b8920cf57491b7bd3bcd2991af
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Nov 20 18:32:08 2010 -0800

    Add printf attributes to util.c functions
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d304e315d8143b4fbcb99e8086a6fad0dd051384
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Nov 20 18:21:37 2010 -0800

    Constify arguments to utils.c functions
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 517ad56361ff9545bfc9730523e713a2bf641943
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Nov 20 18:10:25 2010 -0800

    Remove trailing whitespace
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 04208bd63c1e81a2fada019bbf986c4cd93d0272
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Nov 20 18:09:30 2010 -0800

    Combine usage message into a single string
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e56d87af20b96113dc40510811cadff028fe911f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Nov 20 18:02:46 2010 -0800

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    Regroup AC statements under the Autoconf initialization section.
    Regroup AM statements under the Automake initialization section.
    Add missing AC_CONFIG_SRCDIR
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit a5d49274162fbaad7dfcf5879e4e229bc7801fe0
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Nov 1 13:35:06 2010 -0400

    config: cfgparse.c is in the root dir and not in src dir
    
    The test for the yacc generated file was done in the wrong directory.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit c9e521f4ab7d07ee9b4b0ce7779bc939e7051e95
Author: Martin Jansa <Martin.Jansa@gmail.com>
Date:   Mon Nov 1 09:46:20 2010 +0100

    config: replace AC_CHECK_FILE with test -f
    
    * AC_CHECK_FILE doesn't work for cross compilation
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 14e12f714eead3f0185ab7996d6a1a38897c25cc
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 10:06:46 2010 -0700

    xkbevd 1.1.1
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit aeecae39e02786202e7a2567b8a73f12a1b0bc55
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Sep 23 20:40:35 2010 -0700

    config: Remove unnecessary calls from configure.ac
    
    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 63777386ce5be4f7f66ed36f5972cfc9238a6f90
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Sep 23 20:10:43 2010 -0700

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Enables use of platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 668a4e9b00e559c554a14a268fecc17683ce1f47
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 18:45:18 2010 -0400

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit c8a5caedff1fd2ac6c542f4542009ff6eb3c2076
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Jul 18 10:07:41 2010 -0400

    config: allow to build tarball when yacc is missing
    
    Autoconf does not handle this scenario as well as Automake does.
    If cfgparse.c is already there, do not abort the configuration
    if yacc is missing as it is not needed.
    
    If both cfgparse.c and yacc are missing, abort configuration.
    Yacc is a required tool to build the package.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit cb6b4bc515442fa5e910e45c030e1382ae44468c
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Fri Jun 4 13:07:23 2010 -0400

    config: add check for yacc to insure it is installed #27973
    
    Unlike other macros AC_PROG_YACC sets the YACC variable to "yacc"
    as a last resort, even if no programs have been found. Improve error
    checking by issuing an error message if yacc is not found. The module
    cannot build anyway.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 737bfb709a910795a827491459427b09e971643c
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 7 21:54:30 2010 -0500

    COPYING: replace stub with actual copyright notice
    
    Refer to xkbevd.c
    Copyright (c) 1995 by Silicon Graphics Computer Systems
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 0358d3085622cb6af2639e0add7f69b3fdde1154
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Nov 26 09:19:54 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

commit dc54248582dda953e6c0d8e9f357f644ef691319
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:09:08 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

commit c3ad5b8624255e32a391ffb463fea3f1b08f6410
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 26 22:08:39 2009 -0400

    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
    
    ChangeLog filename is known to Automake and requires no further
    coding in the makefile.

commit 8b0b5f5bc1ed1903e4eb18730250cb55066302d7
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 12:34:15 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit 9e80c1a80d0c741d31cf0e66c483a2d78700b2d3
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Oct 16 18:30:52 2009 -0700

    xkbevd 1.1.0
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 7c8d8cecab250695bc3fe1e36cef309079365fc2
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Oct 13 17:56:10 2009 -0700

    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 01320796bb9418e621f713e1e51271690e0e2065
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 1 14:54:25 2009 -0700

    Add README with pointers to mailing lists, bugzilla, & git
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 041e6e460d0df14f206ecea14cb77925ea029891
Author: Michael Scherer <misc@mandriva.org>
Date:   Sat Mar 7 13:13:04 2009 +0100

    Fix format string error

commit 1f0cc20f6f558ddc059e354453c51fea32f3ee92
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Wed Jan 14 20:53:22 2009 -0200

    Ansification and compile warning fixes.
    
      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, and corrects
    make distcheck. Most gcc 4.3 and sparse warnings correct (remaining
    warnings are from yacc generated source).

commit 17d3fc13961d85739d0f0776734bc9a2d6a6b012
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Tue Jul 29 16:04:57 2008 -0300

    Allow using xkbevd as a debug tool for xkb events.
    
      Unless the option -bg is used, it now defaults to print all Xkb events,
    in a way similar to xev (actually, there is an #if 0'ed, almost complete
    copy of xev.c in printev.c). This almost implements what is commented in
    the manual page, about using xkbevd as a possible xev counterpart, or
    replacement.

commit 7e6765512cc2b88a1d56cc7c87cd5c06a185cf79
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Jan 22 16:12:41 2008 -0800

    Change xkbevd_CFLAGS to AM_CFLAGS to make automake-1.10 happier
    
    Makefile.am:26: compiling `cfgparse.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'

commit 12c47a9e2dc5d641194e25363e6a2d09aa49d0ed
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Jan 22 16:07:32 2008 -0800

    Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.am
    
    <http://bugs.freedesktop.org/show_bug.cgi?id=14185>

commit 50c7d6c00221a8c89ed083ac9fd85eec8d8c33a6
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 16:37:18 2007 -0500

    Replace static ChangeLog with dist-hook to generate from git log

commit 9f58ebd8af282f9284ee53ec35238dc0f35b8f48
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:51:26 2007 -0400

    Add *~ to .gitignore to skip patch/emacs droppings

commit 4fa1aa0936ec2b5f8dc49378fb700acab798e878
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Aug 23 19:24:52 2007 -0400

    Rename .cvsignore to .gitignore

commit 4e49bc481b465770fad3d7333e937a89ce080932
Author: Adam Jackson <ajax@nwnk.net>
Date:   Sun Apr 2 01:10:38 2006 +0000

    Bump to 1.0.2.

commit 6027b1917f0a417f85aacb3652753bcea35c429a
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Fri Feb 3 19:06:09 2006 +0000

    Bug #5802 <https://bugs.freedesktop.org/show_bug.cgi?id=5802> Wrong name in
        .TH line in xkbevd man page (Masatake YAMATO)

commit 40b4fb30eac67a0277d01f39a39e961cb3b506aa
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:29:51 2005 +0000

    Update package version for X11R7 release.

commit 299d9f430989a643dc5c9a75be712636789a4412
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:22:45 2005 +0000

    Stub COPYING files

commit 64b821adfb87eeb059e65e2f508c549c01653ebf
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:08 2005 +0000

    Update package version number for final X11R7 release candidate.

commit 3c98f4f8c8b971708482b2883c8d9c261b5569d5
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:23 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 4ab0e6efe790acfff797f06a6b8a48b6d9facc30
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:24 2005 +0000

    Update package version number for X11R7 RC3 release.

commit e87e7abbcc6f32689e9470a39b771c08cf087d50
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:01:43 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 405c9afd7dc2e9c635cbc68748c94fdf20d8cd6f
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:35:01 2005 +0000

    Another pass at .cvsignores for apps.

commit 707a63a1121231b7c931ae0c81d2bccc9cd65402
Author: Eric Anholt <anholt@freebsd.org>
Date:   Sun Nov 20 22:08:53 2005 +0000

    Add/improve .cvsignore files for apps.

commit 4afe8e5b23eedebaf08592494f6eed7bd4b47f2b
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Nov 19 07:15:37 2005 +0000

    Update pkgconfig files to separate library build-time dependencies from
        application build-time dependencies, and update package deps to work
        with separate build roots.

commit 81de9e6a1a5030f981fa9aa870814ae53861d901
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:09:21 2005 +0000

    Update package version number for X11R7 RC2 release.

commit 77ef8a9c9723568785c8bbb7c6f05376551189a3
Author: Donnie Berkholz <spyderous@gentoo.org>
Date:   Thu Oct 20 22:27:07 2005 +0000

    Set DFLT_XKB_CONFIG_ROOT instead of using hard-coded default.

commit 976fbcdd1a0bf305716ae7b41aaf4b2fc59c209c
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:47:55 2005 +0000

    Update package version number for RC1 release.

commit 4d7e0831dcf4062604808edfec5859c076c2c4b2
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 23:56:23 2005 +0000

    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
        work better with BSD make

commit 4215c00d3230612e0e84a03d7911d54b2a07bee4
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Oct 15 19:35:01 2005 +0000

    Have generated files be cleaned by maintainer in order to pass
        check-tarball test.

commit dd9ef6852e07fbb16b1c14a5d0dfa395cb868779
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Fri Oct 14 00:25:46 2005 +0000

    Use sed to fill in variables in man page

commit f19e377a69d73ff1af3295cce65701fe703bd7cc
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sun Oct 2 20:24:19 2005 +0000

    Add xkbevd sample configuration file to app/xkbevd

commit 774c0d981f0bd08e30fc8f8c68bb812073063e32
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Aug 2 18:06:57 2005 +0000

    Add .cvsignore

commit 17aa48a84040026cd3e34969af9c2721a3953c64
Author: Keith Packard <keithp@keithp.com>
Date:   Tue Aug 2 18:05:15 2005 +0000

    Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are
        regenerated after 'make clean' and to make parallel builds work right.

commit c3b209fe721773a74f057961028bb927e87e6896
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:35 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit 96cbc3683ac96a0fc0c84ec28c3467348f2c966b
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Wed Jul 27 01:54:18 2005 +0000

    Move manpages to section 1 instead of section m.

commit d15204dc106437a8981a34b805658b74c24224ff
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Jul 20 19:31:57 2005 +0000

    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
        configure cache, you cache it, and the cached value is probably wrong.

commit 6b1df45952ed9088b8f9db18afbd62f1ee84f59d
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Wed Jul 6 20:38:28 2005 +0000

    build system for xkbevd

commit 9ff2f0062214b0a2f68e3618bc59f2f247041f4c
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:54:57 2004 +0000

    Merging XORG-CURRENT into trunk

commit 60aaede12965a3e43d0a2e8e316c4b064bc59158
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:35:36 2004 +0000

    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit 0f11f7812118fdcaea765af8b13a9a2cf76a3379
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:13:14 2004 +0000

    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit abb4055cd85bde2e45bb631dd4baca7330bc4b3f
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:36:26 2004 +0000

    readding XFree86's cvs IDs

commit 7a6dec37349e9f4a8cc8de2309af34fa16159042
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:24:13 2004 +0000

    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit c29f80f3b7780c8cbe9a9a638ff56505b8c38d8f
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Tue Nov 25 19:29:14 2003 +0000

    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

commit 3a593fed409e418cc6c599838f8af626d31a4487
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:49:23 2003 +0000

    XFree86 4.3.0.1

commit 9f1e6d353042f462da0a3a2264a115eca2c859a5
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 15:54:54 2003 +0000

    R6.6 is the Xorg base-line