1commit 29396321dad13c4edddc8d3a8de2baf07b0e0c8d
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Sat Feb 3 12:36:36 2024 -0800
4
5    xkbutils 1.0.6
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit e2ee9c21f0d6341e664688f30ed9cd4f49b8ab6f
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Thu Jan 18 17:47:15 2024 -0800
12
13    Change sprintf calls to use snprintf instead
14    
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17commit aa03a3b7f00c9b3697fc5c33b1febf38247450a3
18Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19Date:   Thu Jan 18 17:19:18 2024 -0800
20
21    Remove uSetErrorFile()
22    
23    It was only ever called with an argument of NullString, which set the
24    errorFile to stderr, so we'll just do that at compile time instead.
25    
26    Also removes NullString, which was only ever used in uSetErrorFile.
27    
28    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
29
30commit 5f875c8a6bc12d47ad655ba820031bb917f321c0
31Author: Alan Coopersmith <alan.coopersmith@oracle.com>
32Date:   Tue Dec 5 15:01:42 2023 -0800
33
34    xkbwatch: Fix -Wincompatible-pointer-types warning (Issue #2)
35    
36    Fixes warning from gcc 13 that is becoming an error in gcc 14
37    
38    xkbwatch.c:92:34: warning: passing argument 7 of ‘XtOpenApplication’
39     from incompatible pointer type [-Wincompatible-pointer-types]
40       92 |                                  fallback_resources,
41          |                                  ^~~~~~~~~~~~~~~~~~
42          |                                  |
43          |                                  char **
44    In file included from xkbwatch.c:31:
45    .../X11/Intrinsic.h:1473:5: note: expected ‘const char **’ but
46     argument is of type ‘char **’
47     1473 |     String*             /* fallback_resources */,
48          |     ^~~~~~~
49    
50    Closes: #2
51    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
52
53commit 6dbcbb55951efb25af2e38034bdd86fa095aa9e5
54Author: Alan Coopersmith <alan.coopersmith@oracle.com>
55Date:   Sat Feb 25 09:00:57 2023 -0800
56
57    Remove "All rights reserved" from Oracle copyright notices
58    
59    Oracle no longer includes this term in our copyright & license notices.
60    
61    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
62
63commit 56c99e3fcefc5552286fa9b9756dd798eb1eb6ce
64Author: Alan Coopersmith <alan.coopersmith@oracle.com>
65Date:   Thu Jul 28 17:30:21 2022 -0700
66
67    gitlab CI: stop requiring Signed-off-by in commits
68    
69    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
70
71commit 3a4570e0ee3ff46e3332a9938bb9e9a81b7148e9
72Author: Alan Coopersmith <alan.coopersmith@oracle.com>
73Date:   Tue Jul 12 10:27:28 2022 -0700
74
75    xkbutils 1.0.5
76    
77    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
78
79commit 27c86946a7b300e38004757cb278ce455b855a0f
80Author: Alan Coopersmith <alan.coopersmith@oracle.com>
81Date:   Sun Apr 3 16:17:23 2022 -0700
82
83    Use _CONST_X_STRING to make libXt declare String as const char *
84    
85    Clears 38 out of 58 -Wdiscarded-qualifiers warnings from gcc
86    
87    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
88
89commit 4f379b97f0d9aaa88eb5a9e0e959d1444a232eca
90Author: Alan Coopersmith <alan.coopersmith@oracle.com>
91Date:   Mon Dec 6 15:03:28 2021 -0800
92
93    Build xz tarballs instead of bzip2
94    
95    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
96
97commit 8adb7b19f6a4deb04a553760fcb6ceaf50d93532
98Author: Alan Coopersmith <alan.coopersmith@oracle.com>
99Date:   Mon Dec 6 15:03:26 2021 -0800
100
101    gitlab CI: add a basic build test
102    
103    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
104
105commit 4cbced276815c1374332d0d3870d3c8aebb8083d
106Author: Alan Coopersmith <alan.coopersmith@oracle.com>
107Date:   Wed Nov 21 17:12:31 2018 -0800
108
109    Update configure.ac bug URL for gitlab migration
110    
111    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
112
113commit 3d662f54c68da8bdaa363e8af8de38cb608bd5b4
114Author: Alan Coopersmith <alan.coopersmith@oracle.com>
115Date:   Fri Nov 16 22:29:36 2018 -0800
116
117    Update README for gitlab migration
118    
119    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
120
121commit 50f3b38c217eccf1ff085ef7a8d053f3a894ad8e
122Author: Mihail Konev <k.mvc@ya.ru>
123Date:   Thu Jan 26 14:00:21 2017 +1000
124
125    autogen: add default patch prefix
126    
127    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
128
129commit 284b5828c18628a9c4aa18c8d12f0202981762ec
130Author: Emil Velikov <emil.l.velikov@gmail.com>
131Date:   Mon Mar 9 12:00:52 2015 +0000
132
133    autogen.sh: use quoted string variables
134    
135    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
136    fall-outs, when they contain space.
137    
138    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
139    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
140    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
141
142commit f46e65957af5e7e6d781e7527a2f076b6653eff6
143Author: Peter Hutterer <peter.hutterer@who-t.net>
144Date:   Tue Jan 24 10:32:07 2017 +1000
145
146    autogen.sh: use exec instead of waiting for configure to finish
147    
148    Syncs the invocation of configure with the one from the server.
149    
150    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
151    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
152
153commit 5f6723766dbea9d739e922b048323fad6a97bf83
154Author: Alan Coopersmith <alan.coopersmith@oracle.com>
155Date:   Sat May 31 22:01:29 2014 -0700
156
157    autogen.sh: Honor NOCONFIGURE=1
158    
159    See http://people.gnome.org/~walters/docs/build-api.txt
160    
161    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
162
163commit 1b2d387fd08349d6819f5672917e8f6fbcac8df9
164Author: Alan Coopersmith <alan.coopersmith@oracle.com>
165Date:   Sat May 31 22:00:45 2014 -0700
166
167    configure: Drop AM_MAINTAINER_MODE
168    
169    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
170
171commit e2106f716f1aa4dace42a160dfecbf72c643342a
172Author: Alan Coopersmith <alan.coopersmith@oracle.com>
173Date:   Sat May 31 21:59:02 2014 -0700
174
175    Remove unused uStrCasePrefix fallback for strncasecmp
176    
177    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
178
179commit 05757e21b7b51d1f59137693f051b19742d28072
180Author: Alan Coopersmith <alan.coopersmith@oracle.com>
181Date:   Sun Dec 8 13:08:40 2013 -0800
182
183    XkbQueryExtension returns a Bool, don't use > 0 to check it
184    
185    We just want to know if XkbQueryExtension returned false, so ! is enough,
186    don't need > 0 as well.
187    
188    Reported by cppcheck:
189    [app/xkbutils/xkbbell.c:205]: (warning) Comparison of a boolean value
190     using relational operator (<, >, <= or >=).
191    
192    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
193    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
194
195commit 34efe0c4ec0d0e93e044448baabbdaa6d46e7415
196Author: Alan Coopersmith <alan.coopersmith@oracle.com>
197Date:   Sun Feb 10 15:46:54 2013 -0800
198
199    xkbutils 1.0.4
200    
201    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
202
203commit ff8ee7eeee694476140fe51fc0a47f9c694c5541
204Author: Alan Coopersmith <alan.coopersmith@oracle.com>
205Date:   Sat Jan 12 22:06:03 2013 -0800
206
207    Declare bit to shift as unsigned to clear compiler warning
208    
209    "xkbvleds.c", line 343: warning: integer overflow detected: op "<<"
210    
211    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
212
213commit 10105c373b973ef73b8ab19ee62fc152b7230da2
214Author: Alan Coopersmith <alan.coopersmith@oracle.com>
215Date:   Sat Jan 12 22:00:30 2013 -0800
216
217    Add -version flags to all three commands
218    
219    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
220
221commit 5a4bb361aa2247c552f807f162a9fd0e60305ec4
222Author: Alan Coopersmith <alan.coopersmith@oracle.com>
223Date:   Sat Jan 12 21:33:23 2013 -0800
224
225    Combine usage message strings/calls
226    
227    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
228
229commit 7a588b73582cb178acdb6c6b578d87f98cebfec9
230Author: Alan Coopersmith <alan.coopersmith@oracle.com>
231Date:   Sat Jan 12 21:11:08 2013 -0800
232
233    Delete more unused macros from utils.h
234    
235    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
236
237commit 9fbe47e349fb261a3845c3c74f8832dbadfdbe8d
238Author: Alan Coopersmith <alan.coopersmith@oracle.com>
239Date:   Sat Jan 12 21:02:39 2013 -0800
240
241    Remove unused u*alloc functions from utils.c
242    
243    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
244
245commit c968ddd21a83f64c5bbe26b1b3adbfcfd3d04ff7
246Author: Alan Coopersmith <alan.coopersmith@oracle.com>
247Date:   Sat Jan 12 20:45:14 2013 -0800
248
249    Remove unused uStringDup function
250    
251    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
252
253commit eeb4cc1251c01fe9d8097224a780c18a3b35b5d0
254Author: Alan Coopersmith <alan.coopersmith@oracle.com>
255Date:   Sat Jan 12 20:41:30 2013 -0800
256
257    Make configure actually check for strcasecmp
258    
259    utils.h & utils.c had #ifdefs to check for it, and only define their
260    fallback if HAVE_STRCASECMP was not defined, but we never defined it.
261    
262    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
263
264commit 2c4d682b6afcfbddb70690efd7536afb98f9a97e
265Author: Alan Coopersmith <alan.coopersmith@oracle.com>
266Date:   Sat Jan 12 19:42:23 2013 -0800
267
268    Remove unused debug & function tracing infrastructure from utils.c
269    
270    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
271
272commit 4c516e1b0ad66586e3f770d988de775481482e1a
273Author: Alan Coopersmith <alan.coopersmith@oracle.com>
274Date:   Sat Jan 12 19:36:43 2013 -0800
275
276    Mark uFatalError as _X_NORETURN
277    
278    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
279
280commit b33ad85fe9190d2ddbddb3422cc06a5a36c0cde6
281Author: Alan Coopersmith <alan.coopersmith@oracle.com>
282Date:   Sat Jan 12 19:33:36 2013 -0800
283
284    Add printf attributes to utils.c printing functions
285    
286    Doesn't find any problems, but clears -Wmissing-format-attribute warnings
287    
288    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
289
290commit b93888eb689485d9899cbf7c224b20d68968e857
291Author: Alan Coopersmith <alan.coopersmith@oracle.com>
292Date:   Sat Jan 12 19:28:11 2013 -0800
293
294    Declare utils.c functions as taking const char * arguments
295    
296    Clears dozens of const string warnings from gcc.
297    
298    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
299
300commit 0ba7294e8e5ca61b03ef7c76da7d381e93eaf937
301Author: Alan Coopersmith <alan.coopersmith@oracle.com>
302Date:   Sat Jan 12 19:13:28 2013 -0800
303
304    config: Add missing AC_CONFIG_SRCDIR
305    
306    Regroup AC statements under the Autoconf initialization section.
307    Regroup AM statements under the Automake initialization section.
308    
309    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
310
311commit 50a779c50b1303baa6bcea91d00da176a77431f5
312Author: Alan Coopersmith <alan.coopersmith@oracle.com>
313Date:   Sat Jan 12 19:11:25 2013 -0800
314
315    unifdef CRAY
316    
317    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
318
319commit 1c18ce20a45f5cf66ace8d0ade1fa76c032c0f9f
320Author: Alan Coopersmith <alan.coopersmith@oracle.com>
321Date:   Sat Jan 12 19:06:49 2013 -0800
322
323    Remove unused streq() macro
324    
325    LED.c:37:9: warning: macro is not used [-Wunused-macros]
326    
327    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
328
329commit 4b3f2f1b71188344fe2e313de6a53a702ab37bb1
330Author: Alan Coopersmith <alan.coopersmith@oracle.com>
331Date:   Sat Jan 12 18:56:20 2013 -0800
332
333    Remove unused #ifdef notyet typedef
334    
335    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
336
337commit 8d68ee228a0031f367cd3edef9d6f9dace984cc6
338Author: Alan Coopersmith <alan.coopersmith@oracle.com>
339Date:   Sat Jan 12 18:55:16 2013 -0800
340
341    Remove CVS version tags
342    
343    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
344
345commit fdbff6587f29048c85772f21d3647797f96d527f
346Author: Alan Coopersmith <alan.coopersmith@oracle.com>
347Date:   Sat Jan 12 18:53:47 2013 -0800
348
349    Convert to X.Org standard coding style
350    
351    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
352
353commit e3092ad9d9742630aa34044c7a37802ccfc6ee61
354Author: Jeremy Huddleston <jeremyhu@apple.com>
355Date:   Sat May 7 21:41:13 2011 -0700
356
357    Fix typo in SetValues which could fail to detect a change if only width/height changed
358    
359    LED.c:249:25: warning: Both operands to '!=' always have the same value
360            || curlw->core.height           != curlw->core.height) {
361               ~~~~~~~~~~~~~~~~~~           ^  ~~~~~~~~~~~~~~~~~~
362    LED.c:248:24: warning: Both operands to '!=' always have the same value
363            || curlw->core.width            != curlw->core.width
364               ~~~~~~~~~~~~~~~~~            ^  ~~~~~~~~~~~~~~~~~
365    
366    Found-by: clang static analyzer
367    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
368
369commit 01ee88f0c5e66bde5fed99c520e3bdc679740b96
370Author: Gaetan Nadon <memsize@videotron.ca>
371Date:   Wed Jan 19 10:06:56 2011 -0500
372
373    config: move man pages into their own directory
374    
375    Use services provided by XORG_MANPAGE_SECTIONS.
376    Use standard Makefile for man pages.
377    
378    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
379
380commit 3e4ab9da78e921bcad36ca2e96cffaafa0866472
381Author: Gaetan Nadon <memsize@videotron.ca>
382Date:   Thu Jan 13 11:15:47 2011 -0500
383
384    man: remove trailing spaces and tabs
385    
386    Using s/[ \t]*$//
387    
388    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
389
390commit a178a34f95c5ce7986a129df48a698f5545c6d01
391Author: Gaetan Nadon <memsize@videotron.ca>
392Date:   Wed Jan 12 16:28:02 2011 -0500
393
394    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
395    
396    This silences an Autoconf warning
397
398commit 820d9be7cf4e501c931c4e31b38ddd2d55209ce2
399Author: Alan Coopersmith <alan.coopersmith@oracle.com>
400Date:   Sat Oct 30 10:14:38 2010 -0700
401
402    xkbutils 1.0.3
403    
404    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
405
406commit 19b8c1dfc637245e306b34a3aef69370cfe8059b
407Author: Gaetan Nadon <memsize@videotron.ca>
408Date:   Fri Oct 1 17:36:33 2010 -0400
409
410    config: update direct dependencies for xkbvleds and xkbwatch
411    
412    Depends on xproto through the inclusion of X.h.
413    Depends on x11 through the inclusion of Xlib.h.
414    Depends on Xaw through the inclusion of XawInit.h
415    Depends on Xt through the inclusion of IntrinsicP.h
416    
417    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
418    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
419
420commit 73401c0d6679ff6a1c06d732c192a69cf70a27fc
421Author: Gaetan Nadon <memsize@videotron.ca>
422Date:   Fri Oct 1 17:34:53 2010 -0400
423
424    config: update direct dependencies for xkbbell
425    
426    Depends on xproto through the inclusion of Xproto.h.
427    Depends on inputproto through the inclusion of XI.h
428    Depends on x11 through the inclusion of Xlib.h.
429    Does not depend on xkbfile for headers or libs.
430    
431    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
432
433commit 5778996d90d7ddee169e1dbf48a11896ee2fd34c
434Author: Gaetan Nadon <memsize@videotron.ca>
435Date:   Sun Aug 8 10:55:06 2010 -0400
436
437    LED.c: remove unrequired X11/Xmu includes
438    
439    This removes a direct dependencies which was not reflected
440    in configure.ac.
441    Xaw privatly requires Xmu.
442    
443    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
444    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
445
446commit 1f08410c81e7b9bb1fc5ac9e40e37c26906bfd0c
447Author: Alan Coopersmith <alan.coopersmith@oracle.com>
448Date:   Thu Sep 23 20:46:12 2010 -0700
449
450    config: Remove unnecessary calls from configure.ac
451    
452    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
453    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
454    
455    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
456
457commit b7de2aa690fbf033e74427d1d37ffa49cbfd031a
458Author: Alan Coopersmith <alan.coopersmith@oracle.com>
459Date:   Thu Sep 23 20:10:43 2010 -0700
460
461    config: upgrade to util-macros 1.8 for additional man page support
462    
463    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
464    The value of MAN_SUBST is the same for all X.Org packages.
465    
466    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
467    Enables use of platform appropriate version of sed.
468    
469    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
470
471commit 03459ea3c60c19703c958b1f7199021168c49cdd
472Author: Gaetan Nadon <memsize@videotron.ca>
473Date:   Tue Jul 20 18:45:18 2010 -0400
474
475    config: update AC_PREREQ statement to 2.60
476    
477    Unrelated to the previous patches, the new value simply reflects
478    the reality that the minimum level for autoconf to configure
479    all x.org modules is 2.60 dated June 2006.
480    
481    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
482    
483    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
484
485commit 5b5542b8a581754a87ba0d466e403e1f47e17103
486Author: Alan Coopersmith <alan.coopersmith@oracle.com>
487Date:   Fri Aug 6 09:19:28 2010 -0700
488
489    Sun copyrights are now owned by Oracle
490    
491    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
492
493commit 7aa41989a5aede80b97a1306bd782842baf35bce
494Author: Alan Coopersmith <alan.coopersmith@oracle.com>
495Date:   Fri Aug 6 09:17:10 2010 -0700
496
497    Add DEC notice from utils.c to COPYING
498    
499    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
500
501commit bd94930d9082095886f469965264dc352f0bbbb2
502Author: Alan Coopersmith <alan.coopersmith@sun.com>
503Date:   Thu Jan 14 22:46:10 2010 -0800
504
505    Add missing notices to COPYING file
506    
507    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
508
509commit 5bed941fa0064823bfbe21c37729df02a5aa9b97
510Author: Alan Coopersmith <alan.coopersmith@sun.com>
511Date:   Thu Jan 14 22:18:41 2010 -0800
512
513    Update Sun license notices to current X.Org standard form
514    
515    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
516
517commit d2d6d39c60fa224752066b9d0791306c5fd4efad
518Author: Gaetan Nadon <memsize@videotron.ca>
519Date:   Thu Jan 7 21:58:57 2010 -0500
520
521    COPYING: replace stub with actual copyright notice
522    
523    Refer to xkbwatch.c
524    Copyright (c) 1995 by Silicon Graphics Computer Systems, Inc.
525    
526    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
527
528commit a8b01ac9a898ba8a5f273f1a0b50485b4ff61e2a
529Author: Gaetan Nadon <memsize@videotron.ca>
530Date:   Thu Nov 26 09:19:54 2009 -0500
531
532    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
533    
534    Now that the INSTALL file is generated.
535    Allows running make maintainer-clean.
536
537commit 81f74707c1d2638c911067ba81356696f73c6d0c
538Author: Gaetan Nadon <memsize@videotron.ca>
539Date:   Wed Oct 28 14:09:08 2009 -0400
540
541    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
542    
543    Add missing INSTALL file. Use standard GNU file on building tarball
544    README may have been updated
545    Remove AUTHORS file as it is empty and no content available yet.
546    Remove NEWS file as it is empty and no content available yet.
547
548commit 5786d1deeab8fe6c6ed0481220e487e9ec5cfdf4
549Author: Gaetan Nadon <memsize@videotron.ca>
550Date:   Tue Oct 27 15:07:25 2009 -0400
551
552    Deploy the new XORG_DEFAULT_OPTIONS #24242
553    
554    This macro aggregate a number of existing macros that sets commmon
555    X.Org components configuration options. It shields the configuration file from
556    future changes.
557
558commit fac7fddbd5df94789d78cd0847dcd8684486d668
559Author: Gaetan Nadon <memsize@videotron.ca>
560Date:   Mon Oct 26 22:08:39 2009 -0400
561
562    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
563    
564    ChangeLog filename is known to Automake and requires no further
565    coding in the makefile.
566
567commit 2ad523460c93e29d24a531894a7719b3b0b87e90
568Author: Gaetan Nadon <memsize@videotron.ca>
569Date:   Thu Oct 22 12:34:15 2009 -0400
570
571    .gitignore: use common defaults with custom section # 24239
572    
573    Using common defaults will reduce errors and maintenance.
574    Only the very small or inexistent custom section need periodic maintenance
575    when the structure of the component changes. Do not edit defaults.
576
577commit 33383dca28dc60473f677a302962413d504fc4f3
578Author: Alan Coopersmith <alan.coopersmith@sun.com>
579Date:   Fri Oct 16 18:46:53 2009 -0700
580
581    xkbutils 1.0.2
582    
583    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
584
585commit 864b472e096a8c6ca8f86f78615da023adeb60fd
586Author: Alan Coopersmith <alan.coopersmith@sun.com>
587Date:   Fri Oct 16 18:46:24 2009 -0700
588
589    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
590    
591    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
592
593commit 917138713d60631c6d2e03afae88e7425caa7afd
594Author: Alan Coopersmith <alan.coopersmith@sun.com>
595Date:   Thu Oct 1 14:54:25 2009 -0700
596
597    Add README with pointers to mailing lists, bugzilla, & git
598    
599    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
600
601commit 0c3b1ab2daa3a48d33da55f016d6771b8faaef7b
602Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
603Date:   Thu Jan 22 15:06:47 2009 -0200
604
605    Correct make distcheck and sparse warnings.
606
607commit 98b7afc0d1d53a766ea60175e9fc5f031051f057
608Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
609Date:   Sun Mar 16 18:51:53 2008 -0300
610
611    Compile warning fixes.
612    
613      Ansify some functions in LED.c and utils.c.
614
615commit f4db3aa38240038496d99b1368f5b6fb412f53a9
616Author: James Cloos <cloos@jhcloos.com>
617Date:   Wed Aug 20 10:32:51 2008 -0400
618
619    xaw8 is gone, use xaw7
620
621commit 67322880f26c3e4818b9b36b18487951769372a7
622Author: Alan Coopersmith <alan.coopersmith@sun.com>
623Date:   Mon Aug 18 15:53:46 2008 -0700
624
625    Add AM_PROG_CC_C_O to placate automake-1.10
626    
627    Makefile.am:33: compiling `xkbbell.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
628
629commit 7fa628b28be06ba387faae712c616ebcd5306e57
630Author: Alan Coopersmith <alan.coopersmith@sun.com>
631Date:   Mon Aug 18 15:52:15 2008 -0700
632
633    Add rudimentary man pages for xkbbell, xkbvleds, xkbwatch
634    
635    We've been shipping these in Solaris for years, but they still need
636    work - it's a starting point though.
637
638commit d3f4c454ac17f3d18d1c5cae8ee00e69ffb29358
639Author: Eric Anholt <eric@anholt.net>
640Date:   Fri Mar 14 09:07:36 2008 -0700
641
642    Add missing dependency on inputproto.
643
644commit 69bcf4324926d9903979e62ed2f337898a6fe17d
645Author: James Cloos <cloos@jhcloos.com>
646Date:   Fri Dec 7 20:54:53 2007 -0500
647
648    Fix commit 7a0686b98d54fe77b10c52d7c4cc9e84a4df4479
649
650commit 7a0686b98d54fe77b10c52d7c4cc9e84a4df4479
651Author: James Cloos <cloos@jhcloos.com>
652Date:   Thu Dec 6 16:37:19 2007 -0500
653
654    Replace static ChangeLog with dist-hook to generate from git log
655
656commit 95878b55dd4f6cbba6c2d2c1e9e5d25d44b8f5e6
657Author: James Cloos <cloos@jhcloos.com>
658Date:   Mon Sep 3 05:51:27 2007 -0400
659
660    Add *~ to .gitignore to skip patch/emacs droppings
661
662commit 164ce22b4217a55a388bc5d61ed960c3b0ae91a4
663Author: James Cloos <cloos@jhcloos.com>
664Date:   Thu Aug 23 19:24:54 2007 -0400
665
666    Rename .cvsignore to .gitignore
667
668commit 481219d69d95ea4dccfae7b3a003c155879f3d18
669Author: Kevin E Martin <kem@kem.org>
670Date:   Wed Dec 21 02:29:51 2005 +0000
671
672    Update package version for X11R7 release.
673
674commit b8b8b84c9a5b85fed20ce23e71b01657d8231cc5
675Author: Adam Jackson <ajax@nwnk.net>
676Date:   Mon Dec 19 16:22:45 2005 +0000
677
678    Stub COPYING files
679
680commit dd7473e2087e366fc5c4c016026c22770b7413af
681Author: Kevin E Martin <kem@kem.org>
682Date:   Thu Dec 15 00:24:08 2005 +0000
683
684    Update package version number for final X11R7 release candidate.
685
686commit b828cb9a371404e62d833031a2b1d0312b776ad9
687Author: Kevin E Martin <kem@kem.org>
688Date:   Sat Dec 3 05:49:24 2005 +0000
689
690    Update package version number for X11R7 RC3 release.
691
692commit c91b322ed192a54144e56ce7e2564c94d228f2ad
693Author: Eric Anholt <anholt@freebsd.org>
694Date:   Sun Nov 20 22:08:53 2005 +0000
695
696    Add/improve .cvsignore files for apps.
697
698commit 3b715538c80f0b145d9ec36d17acbb72e9e7bdcb
699Author: Kevin E Martin <kem@kem.org>
700Date:   Sat Nov 19 07:15:37 2005 +0000
701
702    Update pkgconfig files to separate library build-time dependencies from
703        application build-time dependencies, and update package deps to work
704        with separate build roots.
705
706commit 1cad9a1624d9af4cee9b3a4dbc36258a09ac0c3f
707Author: Kevin E Martin <kem@kem.org>
708Date:   Wed Nov 9 21:09:21 2005 +0000
709
710    Update package version number for X11R7 RC2 release.
711
712commit eeb9f2e7ea53b54c3ccf7593a0873410b547ff46
713Author: Kevin E Martin <kem@kem.org>
714Date:   Tue Nov 1 15:05:19 2005 +0000
715
716    Update pkgcheck depedencies to work with separate build roots.
717
718commit d77bf077c620d9bbec866d6a49212bca4848b11e
719Author: Kevin E Martin <kem@kem.org>
720Date:   Fri Jul 29 21:22:35 2005 +0000
721
722    Various changes preparing packages for RC0:
723    - Verify and update package version numbers as needed
724    - Implement versioning scheme
725    - Change bug address to point to bugzilla bug entry form
726    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
727        reenable it)
728    - Fix makedepend to use pkgconfig and pass distcheck
729    - Update build script to build macros first
730    - Update modular Xorg version
731
732commit 13e10bbd6f54b3d8b6cb4aa370c06863fb29d349
733Author: Daniel Stone <daniel@fooishbar.org>
734Date:   Fri Jul 22 15:02:12 2005 +0000
735
736    Add utils.h as source so it lands in distdir.
737
738commit 3423f5d91ecd66a2a967ccf6ed9ddfd2940d12ba
739Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
740Date:   Wed Jul 6 20:54:51 2005 +0000
741
742    Build system for xkbutils
743
744commit 5986b948e9821790f9c21f2556a11ca8f8a2d29e
745Author: Egbert Eich <eich@suse.de>
746Date:   Fri Apr 23 19:54:57 2004 +0000
747
748    Merging XORG-CURRENT into trunk
749
750commit 80512e7091a09313043adbb6bca84424a5b3909b
751Author: Egbert Eich <eich@suse.de>
752Date:   Sun Mar 14 08:35:37 2004 +0000
753
754    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
755
756commit ec5d08d47d138e3f1ceca5ccd06c845cee5f758d
757Author: Egbert Eich <eich@suse.de>
758Date:   Wed Mar 3 12:13:14 2004 +0000
759
760    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
761
762commit 02899a72c801eeb2b6b57bff82ae98d02ad9794e
763Author: Egbert Eich <eich@suse.de>
764Date:   Thu Feb 26 13:36:26 2004 +0000
765
766    readding XFree86's cvs IDs
767
768commit 4821635c8a3d82a52df7191996f455fc0b463347
769Author: Egbert Eich <eich@suse.de>
770Date:   Thu Feb 26 09:24:13 2004 +0000
771
772    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
773
774commit d1c3c6175a74baf089122f4fc2136b96919577bf
775Author: Kaleb Keithley <kaleb@freedesktop.org>
776Date:   Tue Nov 25 19:29:14 2003 +0000
777
778    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
779
780commit b8a964643bded3b8b835a93c3fbdae248e90e021
781Author: Kaleb Keithley <kaleb@freedesktop.org>
782Date:   Fri Nov 14 16:49:23 2003 +0000
783
784    XFree86 4.3.0.1
785
786commit 53c921965d341cfa3f14fedf862d9db666c16002
787Author: Kaleb Keithley <kaleb@freedesktop.org>
788Date:   Fri Nov 14 15:54:54 2003 +0000
789
790    R6.6 is the Xorg base-line
791