summaryrefslogtreecommitdiff
path: root/app/xkbutils/ChangeLog
blob: df7f5a0135129defe882da90f826acd1c72b9d1b (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
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
commit 29396321dad13c4edddc8d3a8de2baf07b0e0c8d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Feb 3 12:36:36 2024 -0800

    xkbutils 1.0.6
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e2ee9c21f0d6341e664688f30ed9cd4f49b8ab6f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Jan 18 17:47:15 2024 -0800

    Change sprintf calls to use snprintf instead
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit aa03a3b7f00c9b3697fc5c33b1febf38247450a3
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Jan 18 17:19:18 2024 -0800

    Remove uSetErrorFile()
    
    It was only ever called with an argument of NullString, which set the
    errorFile to stderr, so we'll just do that at compile time instead.
    
    Also removes NullString, which was only ever used in uSetErrorFile.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 5f875c8a6bc12d47ad655ba820031bb917f321c0
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Dec 5 15:01:42 2023 -0800

    xkbwatch: Fix -Wincompatible-pointer-types warning (Issue #2)
    
    Fixes warning from gcc 13 that is becoming an error in gcc 14
    
    xkbwatch.c:92:34: warning: passing argument 7 of ‘XtOpenApplication’
     from incompatible pointer type [-Wincompatible-pointer-types]
       92 |                                  fallback_resources,
          |                                  ^~~~~~~~~~~~~~~~~~
          |                                  |
          |                                  char **
    In file included from xkbwatch.c:31:
    .../X11/Intrinsic.h:1473:5: note: expected ‘const char **’ but
     argument is of type ‘char **’
     1473 |     String*             /* fallback_resources */,
          |     ^~~~~~~
    
    Closes: #2
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 6dbcbb55951efb25af2e38034bdd86fa095aa9e5
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Feb 25 09:00:57 2023 -0800

    Remove "All rights reserved" from Oracle copyright notices
    
    Oracle no longer includes this term in our copyright & license notices.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 56c99e3fcefc5552286fa9b9756dd798eb1eb6ce
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 3a4570e0ee3ff46e3332a9938bb9e9a81b7148e9
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Jul 12 10:27:28 2022 -0700

    xkbutils 1.0.5
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 27c86946a7b300e38004757cb278ce455b855a0f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Apr 3 16:17:23 2022 -0700

    Use _CONST_X_STRING to make libXt declare String as const char *
    
    Clears 38 out of 58 -Wdiscarded-qualifiers warnings from gcc
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 4f379b97f0d9aaa88eb5a9e0e959d1444a232eca
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Dec 6 15:03:28 2021 -0800

    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 8adb7b19f6a4deb04a553760fcb6ceaf50d93532
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Mon Dec 6 15:03:26 2021 -0800

    gitlab CI: add a basic build test
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 4cbced276815c1374332d0d3870d3c8aebb8083d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Nov 21 17:12:31 2018 -0800

    Update configure.ac bug URL for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 3d662f54c68da8bdaa363e8af8de38cb608bd5b4
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Nov 16 22:29:36 2018 -0800

    Update README for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 50f3b38c217eccf1ff085ef7a8d053f3a894ad8e
Author: Mihail Konev <k.mvc@ya.ru>
Date:   Thu Jan 26 14:00:21 2017 +1000

    autogen: add default patch prefix
    
    Signed-off-by: Mihail Konev <k.mvc@ya.ru>

commit 284b5828c18628a9c4aa18c8d12f0202981762ec
Author: Emil Velikov <emil.l.velikov@gmail.com>
Date:   Mon Mar 9 12:00:52 2015 +0000

    autogen.sh: use quoted string variables
    
    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
    fall-outs, when they contain space.
    
    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit f46e65957af5e7e6d781e7527a2f076b6653eff6
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Jan 24 10:32:07 2017 +1000

    autogen.sh: use exec instead of waiting for configure to finish
    
    Syncs the invocation of configure with the one from the server.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>

commit 5f6723766dbea9d739e922b048323fad6a97bf83
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 22:01:29 2014 -0700

    autogen.sh: Honor NOCONFIGURE=1
    
    See http://people.gnome.org/~walters/docs/build-api.txt
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 1b2d387fd08349d6819f5672917e8f6fbcac8df9
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 22:00:45 2014 -0700

    configure: Drop AM_MAINTAINER_MODE
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e2106f716f1aa4dace42a160dfecbf72c643342a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 21:59:02 2014 -0700

    Remove unused uStrCasePrefix fallback for strncasecmp
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 05757e21b7b51d1f59137693f051b19742d28072
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Dec 8 13:08:40 2013 -0800

    XkbQueryExtension returns a Bool, don't use > 0 to check it
    
    We just want to know if XkbQueryExtension returned false, so ! is enough,
    don't need > 0 as well.
    
    Reported by cppcheck:
    [app/xkbutils/xkbbell.c:205]: (warning) Comparison of a boolean value
     using relational operator (<, >, <= or >=).
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>

commit 34efe0c4ec0d0e93e044448baabbdaa6d46e7415
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Feb 10 15:46:54 2013 -0800

    xkbutils 1.0.4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit ff8ee7eeee694476140fe51fc0a47f9c694c5541
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 22:06:03 2013 -0800

    Declare bit to shift as unsigned to clear compiler warning
    
    "xkbvleds.c", line 343: warning: integer overflow detected: op "<<"
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 10105c373b973ef73b8ab19ee62fc152b7230da2
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 22:00:30 2013 -0800

    Add -version flags to all three commands
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 5a4bb361aa2247c552f807f162a9fd0e60305ec4
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 21:33:23 2013 -0800

    Combine usage message strings/calls
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 7a588b73582cb178acdb6c6b578d87f98cebfec9
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 21:11:08 2013 -0800

    Delete more unused macros from utils.h
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 9fbe47e349fb261a3845c3c74f8832dbadfdbe8d
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 21:02:39 2013 -0800

    Remove unused u*alloc functions from utils.c
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit c968ddd21a83f64c5bbe26b1b3adbfcfd3d04ff7
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 20:45:14 2013 -0800

    Remove unused uStringDup function
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit eeb4cc1251c01fe9d8097224a780c18a3b35b5d0
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 20:41:30 2013 -0800

    Make configure actually check for strcasecmp
    
    utils.h & utils.c had #ifdefs to check for it, and only define their
    fallback if HAVE_STRCASECMP was not defined, but we never defined it.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 2c4d682b6afcfbddb70690efd7536afb98f9a97e
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 19:42:23 2013 -0800

    Remove unused debug & function tracing infrastructure from utils.c
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 4c516e1b0ad66586e3f770d988de775481482e1a
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 19:36:43 2013 -0800

    Mark uFatalError as _X_NORETURN
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b33ad85fe9190d2ddbddb3422cc06a5a36c0cde6
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 19:33:36 2013 -0800

    Add printf attributes to utils.c printing functions
    
    Doesn't find any problems, but clears -Wmissing-format-attribute warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b93888eb689485d9899cbf7c224b20d68968e857
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 19:28:11 2013 -0800

    Declare utils.c functions as taking const char * arguments
    
    Clears dozens of const string warnings from gcc.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 0ba7294e8e5ca61b03ef7c76da7d381e93eaf937
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 19:13:28 2013 -0800

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

commit 50a779c50b1303baa6bcea91d00da176a77431f5
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 19:11:25 2013 -0800

    unifdef CRAY
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 1c18ce20a45f5cf66ace8d0ade1fa76c032c0f9f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 19:06:49 2013 -0800

    Remove unused streq() macro
    
    LED.c:37:9: warning: macro is not used [-Wunused-macros]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 4b3f2f1b71188344fe2e313de6a53a702ab37bb1
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 18:56:20 2013 -0800

    Remove unused #ifdef notyet typedef
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 8d68ee228a0031f367cd3edef9d6f9dace984cc6
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 18:55:16 2013 -0800

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

commit fdbff6587f29048c85772f21d3647797f96d527f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 18:53:47 2013 -0800

    Convert to X.Org standard coding style
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e3092ad9d9742630aa34044c7a37802ccfc6ee61
Author: Jeremy Huddleston <jeremyhu@apple.com>
Date:   Sat May 7 21:41:13 2011 -0700

    Fix typo in SetValues which could fail to detect a change if only width/height changed
    
    LED.c:249:25: warning: Both operands to '!=' always have the same value
            || curlw->core.height           != curlw->core.height) {
               ~~~~~~~~~~~~~~~~~~           ^  ~~~~~~~~~~~~~~~~~~
    LED.c:248:24: warning: Both operands to '!=' always have the same value
            || curlw->core.width            != curlw->core.width
               ~~~~~~~~~~~~~~~~~            ^  ~~~~~~~~~~~~~~~~~
    
    Found-by: clang static analyzer
    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>

commit 01ee88f0c5e66bde5fed99c520e3bdc679740b96
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 3e4ab9da78e921bcad36ca2e96cffaafa0866472
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 13 11:15:47 2011 -0500

    man: remove trailing spaces and tabs
    
    Using s/[ \t]*$//
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit a178a34f95c5ce7986a129df48a698f5545c6d01
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jan 12 16:28:02 2011 -0500

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    This silences an Autoconf warning

commit 820d9be7cf4e501c931c4e31b38ddd2d55209ce2
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 10:14:38 2010 -0700

    xkbutils 1.0.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 19b8c1dfc637245e306b34a3aef69370cfe8059b
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Fri Oct 1 17:36:33 2010 -0400

    config: update direct dependencies for xkbvleds and xkbwatch
    
    Depends on xproto through the inclusion of X.h.
    Depends on x11 through the inclusion of Xlib.h.
    Depends on Xaw through the inclusion of XawInit.h
    Depends on Xt through the inclusion of IntrinsicP.h
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 73401c0d6679ff6a1c06d732c192a69cf70a27fc
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Fri Oct 1 17:34:53 2010 -0400

    config: update direct dependencies for xkbbell
    
    Depends on xproto through the inclusion of Xproto.h.
    Depends on inputproto through the inclusion of XI.h
    Depends on x11 through the inclusion of Xlib.h.
    Does not depend on xkbfile for headers or libs.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 5778996d90d7ddee169e1dbf48a11896ee2fd34c
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Aug 8 10:55:06 2010 -0400

    LED.c: remove unrequired X11/Xmu includes
    
    This removes a direct dependencies which was not reflected
    in configure.ac.
    Xaw privatly requires Xmu.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 1f08410c81e7b9bb1fc5ac9e40e37c26906bfd0c
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Sep 23 20:46:12 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 b7de2aa690fbf033e74427d1d37ffa49cbfd031a
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 03459ea3c60c19703c958b1f7199021168c49cdd
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 5b5542b8a581754a87ba0d466e403e1f47e17103
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Aug 6 09:19:28 2010 -0700

    Sun copyrights are now owned by Oracle
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 7aa41989a5aede80b97a1306bd782842baf35bce
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Aug 6 09:17:10 2010 -0700

    Add DEC notice from utils.c to COPYING
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit bd94930d9082095886f469965264dc352f0bbbb2
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jan 14 22:46:10 2010 -0800

    Add missing notices to COPYING file
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 5bed941fa0064823bfbe21c37729df02a5aa9b97
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Jan 14 22:18:41 2010 -0800

    Update Sun license notices to current X.Org standard form
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit d2d6d39c60fa224752066b9d0791306c5fd4efad
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 7 21:58:57 2010 -0500

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

commit a8b01ac9a898ba8a5f273f1a0b50485b4ff61e2a
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 81f74707c1d2638c911067ba81356696f73c6d0c
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 5786d1deeab8fe6c6ed0481220e487e9ec5cfdf4
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Oct 27 15:07:25 2009 -0400

    Deploy the new XORG_DEFAULT_OPTIONS #24242
    
    This macro aggregate a number of existing macros that sets commmon
    X.Org components configuration options. It shields the configuration file from
    future changes.

commit fac7fddbd5df94789d78cd0847dcd8684486d668
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 2ad523460c93e29d24a531894a7719b3b0b87e90
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 33383dca28dc60473f677a302962413d504fc4f3
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Oct 16 18:46:53 2009 -0700

    xkbutils 1.0.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 864b472e096a8c6ca8f86f78615da023adeb60fd
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Oct 16 18:46:24 2009 -0700

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

commit 917138713d60631c6d2e03afae88e7425caa7afd
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 0c3b1ab2daa3a48d33da55f016d6771b8faaef7b
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Thu Jan 22 15:06:47 2009 -0200

    Correct make distcheck and sparse warnings.

commit 98b7afc0d1d53a766ea60175e9fc5f031051f057
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Sun Mar 16 18:51:53 2008 -0300

    Compile warning fixes.
    
      Ansify some functions in LED.c and utils.c.

commit f4db3aa38240038496d99b1368f5b6fb412f53a9
Author: James Cloos <cloos@jhcloos.com>
Date:   Wed Aug 20 10:32:51 2008 -0400

    xaw8 is gone, use xaw7

commit 67322880f26c3e4818b9b36b18487951769372a7
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Aug 18 15:53:46 2008 -0700

    Add AM_PROG_CC_C_O to placate automake-1.10
    
    Makefile.am:33: compiling `xkbbell.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'

commit 7fa628b28be06ba387faae712c616ebcd5306e57
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Aug 18 15:52:15 2008 -0700

    Add rudimentary man pages for xkbbell, xkbvleds, xkbwatch
    
    We've been shipping these in Solaris for years, but they still need
    work - it's a starting point though.

commit d3f4c454ac17f3d18d1c5cae8ee00e69ffb29358
Author: Eric Anholt <eric@anholt.net>
Date:   Fri Mar 14 09:07:36 2008 -0700

    Add missing dependency on inputproto.

commit 69bcf4324926d9903979e62ed2f337898a6fe17d
Author: James Cloos <cloos@jhcloos.com>
Date:   Fri Dec 7 20:54:53 2007 -0500

    Fix commit 7a0686b98d54fe77b10c52d7c4cc9e84a4df4479

commit 7a0686b98d54fe77b10c52d7c4cc9e84a4df4479
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 16:37:19 2007 -0500

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

commit 95878b55dd4f6cbba6c2d2c1e9e5d25d44b8f5e6
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:51:27 2007 -0400

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

commit 164ce22b4217a55a388bc5d61ed960c3b0ae91a4
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Aug 23 19:24:54 2007 -0400

    Rename .cvsignore to .gitignore

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

    Update package version for X11R7 release.

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

    Stub COPYING files

commit dd7473e2087e366fc5c4c016026c22770b7413af
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 b828cb9a371404e62d833031a2b1d0312b776ad9
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 c91b322ed192a54144e56ce7e2564c94d228f2ad
Author: Eric Anholt <anholt@freebsd.org>
Date:   Sun Nov 20 22:08:53 2005 +0000

    Add/improve .cvsignore files for apps.

commit 3b715538c80f0b145d9ec36d17acbb72e9e7bdcb
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 1cad9a1624d9af4cee9b3a4dbc36258a09ac0c3f
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 eeb9f2e7ea53b54c3ccf7593a0873410b547ff46
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Nov 1 15:05:19 2005 +0000

    Update pkgcheck depedencies to work with separate build roots.

commit d77bf077c620d9bbec866d6a49212bca4848b11e
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 13e10bbd6f54b3d8b6cb4aa370c06863fb29d349
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Fri Jul 22 15:02:12 2005 +0000

    Add utils.h as source so it lands in distdir.

commit 3423f5d91ecd66a2a967ccf6ed9ddfd2940d12ba
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Wed Jul 6 20:54:51 2005 +0000

    Build system for xkbutils

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

    Merging XORG-CURRENT into trunk

commit 80512e7091a09313043adbb6bca84424a5b3909b
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:35:37 2004 +0000

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

commit ec5d08d47d138e3f1ceca5ccd06c845cee5f758d
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 02899a72c801eeb2b6b57bff82ae98d02ad9794e
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:36:26 2004 +0000

    readding XFree86's cvs IDs

commit 4821635c8a3d82a52df7191996f455fc0b463347
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 d1c3c6175a74baf089122f4fc2136b96919577bf
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 b8a964643bded3b8b835a93c3fbdae248e90e021
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:49:23 2003 +0000

    XFree86 4.3.0.1

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

    R6.6 is the Xorg base-line