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