1commit 34efe0c4ec0d0e93e044448baabbdaa6d46e7415
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Sun Feb 10 15:46:54 2013 -0800
4
5    xkbutils 1.0.4
6
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit ff8ee7eeee694476140fe51fc0a47f9c694c5541
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Sat Jan 12 22:06:03 2013 -0800
12
13    Declare bit to shift as unsigned to clear compiler warning
14
15    "xkbvleds.c", line 343: warning: integer overflow detected: op "<<"
16
17    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
18
19commit 10105c373b973ef73b8ab19ee62fc152b7230da2
20Author: Alan Coopersmith <alan.coopersmith@oracle.com>
21Date:   Sat Jan 12 22:00:30 2013 -0800
22
23    Add -version flags to all three commands
24
25    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
26
27commit 5a4bb361aa2247c552f807f162a9fd0e60305ec4
28Author: Alan Coopersmith <alan.coopersmith@oracle.com>
29Date:   Sat Jan 12 21:33:23 2013 -0800
30
31    Combine usage message strings/calls
32
33    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
34
35commit 7a588b73582cb178acdb6c6b578d87f98cebfec9
36Author: Alan Coopersmith <alan.coopersmith@oracle.com>
37Date:   Sat Jan 12 21:11:08 2013 -0800
38
39    Delete more unused macros from utils.h
40
41    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
42
43commit 9fbe47e349fb261a3845c3c74f8832dbadfdbe8d
44Author: Alan Coopersmith <alan.coopersmith@oracle.com>
45Date:   Sat Jan 12 21:02:39 2013 -0800
46
47    Remove unused u*alloc functions from utils.c
48
49    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
50
51commit c968ddd21a83f64c5bbe26b1b3adbfcfd3d04ff7
52Author: Alan Coopersmith <alan.coopersmith@oracle.com>
53Date:   Sat Jan 12 20:45:14 2013 -0800
54
55    Remove unused uStringDup function
56
57    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
58
59commit eeb4cc1251c01fe9d8097224a780c18a3b35b5d0
60Author: Alan Coopersmith <alan.coopersmith@oracle.com>
61Date:   Sat Jan 12 20:41:30 2013 -0800
62
63    Make configure actually check for strcasecmp
64
65    utils.h & utils.c had #ifdefs to check for it, and only define their
66    fallback if HAVE_STRCASECMP was not defined, but we never defined it.
67
68    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
69
70commit 2c4d682b6afcfbddb70690efd7536afb98f9a97e
71Author: Alan Coopersmith <alan.coopersmith@oracle.com>
72Date:   Sat Jan 12 19:42:23 2013 -0800
73
74    Remove unused debug & function tracing infrastructure from utils.c
75
76    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
77
78commit 4c516e1b0ad66586e3f770d988de775481482e1a
79Author: Alan Coopersmith <alan.coopersmith@oracle.com>
80Date:   Sat Jan 12 19:36:43 2013 -0800
81
82    Mark uFatalError as _X_NORETURN
83
84    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
85
86commit b33ad85fe9190d2ddbddb3422cc06a5a36c0cde6
87Author: Alan Coopersmith <alan.coopersmith@oracle.com>
88Date:   Sat Jan 12 19:33:36 2013 -0800
89
90    Add printf attributes to utils.c printing functions
91
92    Doesn't find any problems, but clears -Wmissing-format-attribute warnings
93
94    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
95
96commit b93888eb689485d9899cbf7c224b20d68968e857
97Author: Alan Coopersmith <alan.coopersmith@oracle.com>
98Date:   Sat Jan 12 19:28:11 2013 -0800
99
100    Declare utils.c functions as taking const char * arguments
101
102    Clears dozens of const string warnings from gcc.
103
104    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
105
106commit 0ba7294e8e5ca61b03ef7c76da7d381e93eaf937
107Author: Alan Coopersmith <alan.coopersmith@oracle.com>
108Date:   Sat Jan 12 19:13:28 2013 -0800
109
110    config: Add missing AC_CONFIG_SRCDIR
111
112    Regroup AC statements under the Autoconf initialization section.
113    Regroup AM statements under the Automake initialization section.
114
115    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
116
117commit 50a779c50b1303baa6bcea91d00da176a77431f5
118Author: Alan Coopersmith <alan.coopersmith@oracle.com>
119Date:   Sat Jan 12 19:11:25 2013 -0800
120
121    unifdef CRAY
122
123    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
124
125commit 1c18ce20a45f5cf66ace8d0ade1fa76c032c0f9f
126Author: Alan Coopersmith <alan.coopersmith@oracle.com>
127Date:   Sat Jan 12 19:06:49 2013 -0800
128
129    Remove unused streq() macro
130
131    LED.c:37:9: warning: macro is not used [-Wunused-macros]
132
133    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
134
135commit 4b3f2f1b71188344fe2e313de6a53a702ab37bb1
136Author: Alan Coopersmith <alan.coopersmith@oracle.com>
137Date:   Sat Jan 12 18:56:20 2013 -0800
138
139    Remove unused #ifdef notyet typedef
140
141    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
142
143commit 8d68ee228a0031f367cd3edef9d6f9dace984cc6
144Author: Alan Coopersmith <alan.coopersmith@oracle.com>
145Date:   Sat Jan 12 18:55:16 2013 -0800
146
147    Remove CVS version tags
148
149    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
150
151commit fdbff6587f29048c85772f21d3647797f96d527f
152Author: Alan Coopersmith <alan.coopersmith@oracle.com>
153Date:   Sat Jan 12 18:53:47 2013 -0800
154
155    Convert to X.Org standard coding style
156
157    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
158
159commit e3092ad9d9742630aa34044c7a37802ccfc6ee61
160Author: Jeremy Huddleston <jeremyhu@apple.com>
161Date:   Sat May 7 21:41:13 2011 -0700
162
163    Fix typo in SetValues which could fail to detect a change if only width/height changed
164
165    LED.c:249:25: warning: Both operands to '!=' always have the same value
166            || curlw->core.height           != curlw->core.height) {
167               ~~~~~~~~~~~~~~~~~~           ^  ~~~~~~~~~~~~~~~~~~
168    LED.c:248:24: warning: Both operands to '!=' always have the same value
169            || curlw->core.width            != curlw->core.width
170               ~~~~~~~~~~~~~~~~~            ^  ~~~~~~~~~~~~~~~~~
171
172    Found-by: clang static analyzer
173    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
174
175commit 01ee88f0c5e66bde5fed99c520e3bdc679740b96
176Author: Gaetan Nadon <memsize@videotron.ca>
177Date:   Wed Jan 19 10:06:56 2011 -0500
178
179    config: move man pages into their own directory
180
181    Use services provided by XORG_MANPAGE_SECTIONS.
182    Use standard Makefile for man pages.
183
184    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
185
186commit 3e4ab9da78e921bcad36ca2e96cffaafa0866472
187Author: Gaetan Nadon <memsize@videotron.ca>
188Date:   Thu Jan 13 11:15:47 2011 -0500
189
190    man: remove trailing spaces and tabs
191
192    Using s/[ \t]*$//
193
194    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
195
196commit a178a34f95c5ce7986a129df48a698f5545c6d01
197Author: Gaetan Nadon <memsize@videotron.ca>
198Date:   Wed Jan 12 16:28:02 2011 -0500
199
200    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
201
202    This silences an Autoconf warning
203
204commit 820d9be7cf4e501c931c4e31b38ddd2d55209ce2
205Author: Alan Coopersmith <alan.coopersmith@oracle.com>
206Date:   Sat Oct 30 10:14:38 2010 -0700
207
208    xkbutils 1.0.3
209
210    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
211
212commit 19b8c1dfc637245e306b34a3aef69370cfe8059b
213Author: Gaetan Nadon <memsize@videotron.ca>
214Date:   Fri Oct 1 17:36:33 2010 -0400
215
216    config: update direct dependencies for xkbvleds and xkbwatch
217
218    Depends on xproto through the inclusion of X.h.
219    Depends on x11 through the inclusion of Xlib.h.
220    Depends on Xaw through the inclusion of XawInit.h
221    Depends on Xt through the inclusion of IntrinsicP.h
222
223    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
224    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
225
226commit 73401c0d6679ff6a1c06d732c192a69cf70a27fc
227Author: Gaetan Nadon <memsize@videotron.ca>
228Date:   Fri Oct 1 17:34:53 2010 -0400
229
230    config: update direct dependencies for xkbbell
231
232    Depends on xproto through the inclusion of Xproto.h.
233    Depends on inputproto through the inclusion of XI.h
234    Depends on x11 through the inclusion of Xlib.h.
235    Does not depend on xkbfile for headers or libs.
236
237    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
238
239commit 5778996d90d7ddee169e1dbf48a11896ee2fd34c
240Author: Gaetan Nadon <memsize@videotron.ca>
241Date:   Sun Aug 8 10:55:06 2010 -0400
242
243    LED.c: remove unrequired X11/Xmu includes
244
245    This removes a direct dependencies which was not reflected
246    in configure.ac.
247    Xaw privatly requires Xmu.
248
249    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
250    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
251
252commit 1f08410c81e7b9bb1fc5ac9e40e37c26906bfd0c
253Author: Alan Coopersmith <alan.coopersmith@oracle.com>
254Date:   Thu Sep 23 20:46:12 2010 -0700
255
256    config: Remove unnecessary calls from configure.ac
257
258    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
259    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
260
261    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
262
263commit b7de2aa690fbf033e74427d1d37ffa49cbfd031a
264Author: Alan Coopersmith <alan.coopersmith@oracle.com>
265Date:   Thu Sep 23 20:10:43 2010 -0700
266
267    config: upgrade to util-macros 1.8 for additional man page support
268
269    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
270    The value of MAN_SUBST is the same for all X.Org packages.
271
272    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
273    Enables use of platform appropriate version of sed.
274
275    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
276
277commit 03459ea3c60c19703c958b1f7199021168c49cdd
278Author: Gaetan Nadon <memsize@videotron.ca>
279Date:   Tue Jul 20 18:45:18 2010 -0400
280
281    config: update AC_PREREQ statement to 2.60
282
283    Unrelated to the previous patches, the new value simply reflects
284    the reality that the minimum level for autoconf to configure
285    all x.org modules is 2.60 dated June 2006.
286
287    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
288
289    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
290
291commit 5b5542b8a581754a87ba0d466e403e1f47e17103
292Author: Alan Coopersmith <alan.coopersmith@oracle.com>
293Date:   Fri Aug 6 09:19:28 2010 -0700
294
295    Sun copyrights are now owned by Oracle
296
297    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
298
299commit 7aa41989a5aede80b97a1306bd782842baf35bce
300Author: Alan Coopersmith <alan.coopersmith@oracle.com>
301Date:   Fri Aug 6 09:17:10 2010 -0700
302
303    Add DEC notice from utils.c to COPYING
304
305    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
306
307commit bd94930d9082095886f469965264dc352f0bbbb2
308Author: Alan Coopersmith <alan.coopersmith@sun.com>
309Date:   Thu Jan 14 22:46:10 2010 -0800
310
311    Add missing notices to COPYING file
312
313    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
314
315commit 5bed941fa0064823bfbe21c37729df02a5aa9b97
316Author: Alan Coopersmith <alan.coopersmith@sun.com>
317Date:   Thu Jan 14 22:18:41 2010 -0800
318
319    Update Sun license notices to current X.Org standard form
320
321    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
322
323commit d2d6d39c60fa224752066b9d0791306c5fd4efad
324Author: Gaetan Nadon <memsize@videotron.ca>
325Date:   Thu Jan 7 21:58:57 2010 -0500
326
327    COPYING: replace stub with actual copyright notice
328
329    Refer to xkbwatch.c
330    Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.
331
332    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
333
334commit a8b01ac9a898ba8a5f273f1a0b50485b4ff61e2a
335Author: Gaetan Nadon <memsize@videotron.ca>
336Date:   Thu Nov 26 09:19:54 2009 -0500
337
338    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
339
340    Now that the INSTALL file is generated.
341    Allows running make maintainer-clean.
342
343commit 81f74707c1d2638c911067ba81356696f73c6d0c
344Author: Gaetan Nadon <memsize@videotron.ca>
345Date:   Wed Oct 28 14:09:08 2009 -0400
346
347    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
348
349    Add missing INSTALL file. Use standard GNU file on building tarball
350    README may have been updated
351    Remove AUTHORS file as it is empty and no content available yet.
352    Remove NEWS file as it is empty and no content available yet.
353
354commit 5786d1deeab8fe6c6ed0481220e487e9ec5cfdf4
355Author: Gaetan Nadon <memsize@videotron.ca>
356Date:   Tue Oct 27 15:07:25 2009 -0400
357
358    Deploy the new XORG_DEFAULT_OPTIONS #24242
359
360    This macro aggregate a number of existing macros that sets commmon
361    X.Org components configuration options. It shields the configuration file from
362    future changes.
363
364commit fac7fddbd5df94789d78cd0847dcd8684486d668
365Author: Gaetan Nadon <memsize@videotron.ca>
366Date:   Mon Oct 26 22:08:39 2009 -0400
367
368    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
369
370    ChangeLog filename is known to Automake and requires no further
371    coding in the makefile.
372
373commit 2ad523460c93e29d24a531894a7719b3b0b87e90
374Author: Gaetan Nadon <memsize@videotron.ca>
375Date:   Thu Oct 22 12:34:15 2009 -0400
376
377    .gitignore: use common defaults with custom section # 24239
378
379    Using common defaults will reduce errors and maintenance.
380    Only the very small or inexistent custom section need periodic maintenance
381    when the structure of the component changes. Do not edit defaults.
382
383commit 33383dca28dc60473f677a302962413d504fc4f3
384Author: Alan Coopersmith <alan.coopersmith@sun.com>
385Date:   Fri Oct 16 18:46:53 2009 -0700
386
387    xkbutils 1.0.2
388
389    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
390
391commit 864b472e096a8c6ca8f86f78615da023adeb60fd
392Author: Alan Coopersmith <alan.coopersmith@sun.com>
393Date:   Fri Oct 16 18:46:24 2009 -0700
394
395    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
396
397    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
398
399commit 917138713d60631c6d2e03afae88e7425caa7afd
400Author: Alan Coopersmith <alan.coopersmith@sun.com>
401Date:   Thu Oct 1 14:54:25 2009 -0700
402
403    Add README with pointers to mailing lists, bugzilla, & git
404
405    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
406
407commit 0c3b1ab2daa3a48d33da55f016d6771b8faaef7b
408Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
409Date:   Thu Jan 22 15:06:47 2009 -0200
410
411    Correct make distcheck and sparse warnings.
412
413commit 98b7afc0d1d53a766ea60175e9fc5f031051f057
414Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
415Date:   Sun Mar 16 18:51:53 2008 -0300
416
417    Compile warning fixes.
418
419      Ansify some functions in LED.c and utils.c.
420
421commit f4db3aa38240038496d99b1368f5b6fb412f53a9
422Author: James Cloos <cloos@jhcloos.com>
423Date:   Wed Aug 20 10:32:51 2008 -0400
424
425    xaw8 is gone, use xaw7
426
427commit 67322880f26c3e4818b9b36b18487951769372a7
428Author: Alan Coopersmith <alan.coopersmith@sun.com>
429Date:   Mon Aug 18 15:53:46 2008 -0700
430
431    Add AM_PROG_CC_C_O to placate automake-1.10
432
433    Makefile.am:33: compiling `xkbbell.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
434
435commit 7fa628b28be06ba387faae712c616ebcd5306e57
436Author: Alan Coopersmith <alan.coopersmith@sun.com>
437Date:   Mon Aug 18 15:52:15 2008 -0700
438
439    Add rudimentary man pages for xkbbell, xkbvleds, xkbwatch
440
441    We've been shipping these in Solaris for years, but they still need
442    work - it's a starting point though.
443
444commit d3f4c454ac17f3d18d1c5cae8ee00e69ffb29358
445Author: Eric Anholt <eric@anholt.net>
446Date:   Fri Mar 14 09:07:36 2008 -0700
447
448    Add missing dependency on inputproto.
449
450commit 69bcf4324926d9903979e62ed2f337898a6fe17d
451Author: James Cloos <cloos@jhcloos.com>
452Date:   Fri Dec 7 20:54:53 2007 -0500
453
454    Fix commit 7a0686b98d54fe77b10c52d7c4cc9e84a4df4479
455
456commit 7a0686b98d54fe77b10c52d7c4cc9e84a4df4479
457Author: James Cloos <cloos@jhcloos.com>
458Date:   Thu Dec 6 16:37:19 2007 -0500
459
460    Replace static ChangeLog with dist-hook to generate from git log
461
462commit 95878b55dd4f6cbba6c2d2c1e9e5d25d44b8f5e6
463Author: James Cloos <cloos@jhcloos.com>
464Date:   Mon Sep 3 05:51:27 2007 -0400
465
466    Add *~ to .gitignore to skip patch/emacs droppings
467
468commit 164ce22b4217a55a388bc5d61ed960c3b0ae91a4
469Author: James Cloos <cloos@jhcloos.com>
470Date:   Thu Aug 23 19:24:54 2007 -0400
471
472    Rename .cvsignore to .gitignore
473
474commit 481219d69d95ea4dccfae7b3a003c155879f3d18
475Author: Kevin E Martin <kem@kem.org>
476Date:   Wed Dec 21 02:29:51 2005 +0000
477
478    Update package version for X11R7 release.
479
480commit b8b8b84c9a5b85fed20ce23e71b01657d8231cc5
481Author: Adam Jackson <ajax@nwnk.net>
482Date:   Mon Dec 19 16:22:45 2005 +0000
483
484    Stub COPYING files
485
486commit dd7473e2087e366fc5c4c016026c22770b7413af
487Author: Kevin E Martin <kem@kem.org>
488Date:   Thu Dec 15 00:24:08 2005 +0000
489
490    Update package version number for final X11R7 release candidate.
491
492commit b828cb9a371404e62d833031a2b1d0312b776ad9
493Author: Kevin E Martin <kem@kem.org>
494Date:   Sat Dec 3 05:49:24 2005 +0000
495
496    Update package version number for X11R7 RC3 release.
497
498commit c91b322ed192a54144e56ce7e2564c94d228f2ad
499Author: Eric Anholt <anholt@freebsd.org>
500Date:   Sun Nov 20 22:08:53 2005 +0000
501
502    Add/improve .cvsignore files for apps.
503
504commit 3b715538c80f0b145d9ec36d17acbb72e9e7bdcb
505Author: Kevin E Martin <kem@kem.org>
506Date:   Sat Nov 19 07:15:37 2005 +0000
507
508    Update pkgconfig files to separate library build-time dependencies from
509        application build-time dependencies, and update package deps to work
510        with separate build roots.
511
512commit 1cad9a1624d9af4cee9b3a4dbc36258a09ac0c3f
513Author: Kevin E Martin <kem@kem.org>
514Date:   Wed Nov 9 21:09:21 2005 +0000
515
516    Update package version number for X11R7 RC2 release.
517
518commit eeb9f2e7ea53b54c3ccf7593a0873410b547ff46
519Author: Kevin E Martin <kem@kem.org>
520Date:   Tue Nov 1 15:05:19 2005 +0000
521
522    Update pkgcheck depedencies to work with separate build roots.
523
524commit d77bf077c620d9bbec866d6a49212bca4848b11e
525Author: Kevin E Martin <kem@kem.org>
526Date:   Fri Jul 29 21:22:35 2005 +0000
527
528    Various changes preparing packages for RC0:
529    - Verify and update package version numbers as needed
530    - Implement versioning scheme
531    - Change bug address to point to bugzilla bug entry form
532    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
533        reenable it)
534    - Fix makedepend to use pkgconfig and pass distcheck
535    - Update build script to build macros first
536    - Update modular Xorg version
537
538commit 13e10bbd6f54b3d8b6cb4aa370c06863fb29d349
539Author: Daniel Stone <daniel@fooishbar.org>
540Date:   Fri Jul 22 15:02:12 2005 +0000
541
542    Add utils.h as source so it lands in distdir.
543
544commit 3423f5d91ecd66a2a967ccf6ed9ddfd2940d12ba
545Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
546Date:   Wed Jul 6 20:54:51 2005 +0000
547
548    Build system for xkbutils
549
550commit 5986b948e9821790f9c21f2556a11ca8f8a2d29e
551Author: Egbert Eich <eich@suse.de>
552Date:   Fri Apr 23 19:54:57 2004 +0000
553
554    Merging XORG-CURRENT into trunk
555
556commit 80512e7091a09313043adbb6bca84424a5b3909b
557Author: Egbert Eich <eich@suse.de>
558Date:   Sun Mar 14 08:35:37 2004 +0000
559
560    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
561
562commit ec5d08d47d138e3f1ceca5ccd06c845cee5f758d
563Author: Egbert Eich <eich@suse.de>
564Date:   Wed Mar 3 12:13:14 2004 +0000
565
566    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
567
568commit 02899a72c801eeb2b6b57bff82ae98d02ad9794e
569Author: Egbert Eich <eich@suse.de>
570Date:   Thu Feb 26 13:36:26 2004 +0000
571
572    readding XFree86's cvs IDs
573
574commit 4821635c8a3d82a52df7191996f455fc0b463347
575Author: Egbert Eich <eich@suse.de>
576Date:   Thu Feb 26 09:24:13 2004 +0000
577
578    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
579
580commit d1c3c6175a74baf089122f4fc2136b96919577bf
581Author: Kaleb Keithley <kaleb@freedesktop.org>
582Date:   Tue Nov 25 19:29:14 2003 +0000
583
584    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
585
586commit b8a964643bded3b8b835a93c3fbdae248e90e021
587Author: Kaleb Keithley <kaleb@freedesktop.org>
588Date:   Fri Nov 14 16:49:23 2003 +0000
589
590    XFree86 4.3.0.1
591
592commit 53c921965d341cfa3f14fedf862d9db666c16002
593Author: Kaleb Keithley <kaleb@freedesktop.org>
594Date:   Fri Nov 14 15:54:54 2003 +0000
595
596    R6.6 is the Xorg base-line
597