ChangeLog revision 9ff100ac
1commit 4a494c0d8beb710d8f3df941f05e4b8af42deac0
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Thu Apr 16 23:37:10 2015 -0700
4
5    xkbevd 1.1.4
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 08dbb15647fe32a14f8cc76fba6f8754cdfc76ac
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Mon Jun 2 22:45:27 2014 -0700
12
13    autogen.sh: Honor NOCONFIGURE=1
14    
15    See http://people.gnome.org/~walters/docs/build-api.txt
16    
17    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
18
19commit 81b5fc692bb016450d09a9cebe9d4cd70bec1ed5
20Author: Alan Coopersmith <alan.coopersmith@oracle.com>
21Date:   Mon Jun 2 22:45:27 2014 -0700
22
23    configure: Drop AM_MAINTAINER_MODE
24    
25    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
26
27commit 6a3adf875fd2d70ee0b231212c800df030d1a8f1
28Author: Alan Coopersmith <alan.coopersmith@oracle.com>
29Date:   Sun May 25 14:41:07 2014 -0700
30
31    Remove unused macro lowbit()
32    
33    Flagged by clang:
34    
35    xkbevd.c:32:9: warning: macro is not used [-Wunused-macros]
36            ^
37    
38    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
39
40commit ac3a491ad7cebd2df90e9d934ad858fc1bc38cf3
41Author: Alan Coopersmith <alan.coopersmith@oracle.com>
42Date:   Sun May 25 14:09:27 2014 -0700
43
44    Add xev & xkbwatch to SEE ALSO list in man page
45    
46    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
47
48commit d7027d4644cb5333ae041bebb0724ddb62fd7686
49Author: Alan Coopersmith <alan.coopersmith@oracle.com>
50Date:   Sun May 25 13:59:30 2014 -0700
51
52    Add -version option to print program version
53    
54    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
55
56commit 8d4c472d81e2ee735ed2b642cd7290fb5830ee60
57Author: Alan Coopersmith <alan.coopersmith@oracle.com>
58Date:   Sun May 25 13:53:14 2014 -0700
59
60    Remove unnecessary cast of getenv return value to char *
61    
62    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
63
64commit 33fd917bcd564a5526216a286867a528018f425d
65Author: Alan Coopersmith <alan.coopersmith@oracle.com>
66Date:   Sun May 25 13:50:29 2014 -0700
67
68    Convert sources to X.Org standard coding style
69    
70    Via util/modular/x-indent-all.sh
71    
72    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
73
74commit bd55f70b8740a630fa42d17e4f3345b3601542e2
75Author: Alan Coopersmith <alan.coopersmith@oracle.com>
76Date:   Sun May 25 12:24:40 2014 -0700
77
78    Convert sprintf calls to snprintf
79    
80    Remaining sprintf calls in evargs.c are printing into buffers passed
81    through multiple levels of function calls, and need arguments added
82    to those functions to pass through buffer sizes as well.
83    
84    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
85
86commit 980f5d224fb747d059bd9692d1676142d19f2e07
87Author: Alan Coopersmith <alan.coopersmith@oracle.com>
88Date:   Sun May 25 12:02:59 2014 -0700
89
90    Remove unused debugging & function tracing frameworks
91    
92    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
93
94commit 3df592c85e40983ce8bf13afed6df15ffb93bb40
95Author: Alan Coopersmith <alan.coopersmith@oracle.com>
96Date:   Sun May 25 11:55:44 2014 -0700
97
98    Delete unused uStrCasePrefix function
99    
100    Flagged by cppcheck 1.64:
101    [utils.c:262]: (style) The function 'uStrCasePrefix' is never used.
102    
103    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
104
105commit 01774fb58330733858ff41ceabe2d646d127d4f3
106Author: Alan Coopersmith <alan.coopersmith@oracle.com>
107Date:   Sun May 25 11:53:28 2014 -0700
108
109    unifdef -Unotyet
110    
111    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
112
113commit 238f5fdc3331c5636cf3b397163554d6fbd0754c
114Author: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
115Date:   Fri Mar 23 19:31:20 2012 +0100
116
117    man: whitespace fixes
118    
119    Signed-off-by: Julien Cristau <jcristau@debian.org>
120
121commit 034844a1c33c947d49bcad09084cbb9640eb8afb
122Author: Julien Cristau <jcristau@debian.org>
123Date:   Fri Mar 23 19:26:39 2012 +0100
124
125    man: fix broken escape sequence (\P instead of \fP)
126    
127    Debian bug#664962
128    
129    Reported-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
130    Signed-off-by: Julien Cristau <jcristau@debian.org>
131
132commit 34557c33a9711f15f771599f5320ab8f01f0d117
133Author: Alan Coopersmith <alan.coopersmith@oracle.com>
134Date:   Thu Mar 22 22:39:25 2012 -0700
135
136    xkbevd 1.1.3
137    
138    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
139
140commit b2d40b9a09ab40482e081a2648cf8f79ff6cc386
141Author: Alan Coopersmith <alan.coopersmith@oracle.com>
142Date:   Sun Nov 27 11:06:06 2011 -0800
143
144    Delete unused uFatalError function
145    
146    Stops gcc from suggesting to add noreturn attribute to it.
147    
148    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
149
150commit b71eb0361cf556909d88b59ccdb810a137c1efeb
151Author: Alan Coopersmith <alan.coopersmith@oracle.com>
152Date:   Sun Nov 27 11:00:58 2011 -0800
153
154    Fix gcc -Wwrite-strings warnings
155    
156    except for those caused by code generated by bison/yacc
157    
158    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
159
160commit 6ad0af956bbc328c91fdb2327b43614c7ebbb000
161Author: Alan Coopersmith <alan.coopersmith@oracle.com>
162Date:   Sun Nov 27 10:50:59 2011 -0800
163
164    Replace local u*alloc wrappers with direct calls to standard funcs
165    
166    Includes:
167    - Replacing calls to uTypedCalloc with direct calloc calls
168    - Replacing uFree calls with free calls
169    - Assuming strdup is always available and uStringDup fallback function
170      is no longer needed
171    - Deleting the remainder of the forms of u*alloc which were unused
172    
173    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
174
175commit e5c801fbd2f8341e67600fd38b1f3ef8fc82030f
176Author: Alan Coopersmith <alan.coopersmith@oracle.com>
177Date:   Sun Nov 27 10:40:10 2011 -0800
178
179    Check for strdup & strcasecmp in configure before defining our own
180    
181    The HAVE_STRDUP & HAVE_STRCASECMP checks were already in the code,
182    just not the configure checks to define them or the #include "config.h"
183    to find the definitions.
184    
185    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
186
187commit c6c878fa6985a84181ebd44abc9de6aa74268024
188Author: Gaetan Nadon <memsize@videotron.ca>
189Date:   Tue Mar 8 08:20:10 2011 -0500
190
191    config: move pre-processor flags to AM_CPPFLAGS
192    
193    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
194
195commit 433364d960bea9fa458c2f144c2033300019b0fa
196Author: Gaetan Nadon <memsize@videotron.ca>
197Date:   Tue Mar 8 08:18:19 2011 -0500
198
199    config: let Automake handle Yacc dist and cleaning
200    
201    BUILT_SOURCES and MAINTAINERCLEANFILES are already handled by Automake.
202    
203    Automake generates all the rules to handle building,
204    distribution and cleaning.
205    
206    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
207
208commit e7c5c1018964e5213d1bf727ebfd90e95dbca6a2
209Author: Gaetan Nadon <memsize@videotron.ca>
210Date:   Wed Jan 19 10:06:56 2011 -0500
211
212    config: move man pages into their own directory
213    
214    Use services provided by XORG_MANPAGE_SECTIONS.
215    Use standard Makefile for man pages.
216    
217    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
218
219commit 95987d19b9802c235f2257eceff663a4a1e286fa
220Author: Alan Coopersmith <alan.coopersmith@oracle.com>
221Date:   Wed Dec 8 21:51:11 2010 -0800
222
223    xkbevd 1.1.2
224    
225    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
226
227commit 96ec51a0d91920c69d1cfb9e084cc84c4d86ff20
228Author: Alan Coopersmith <alan.coopersmith@oracle.com>
229Date:   Sat Nov 20 18:42:35 2010 -0800
230
231    Purge RCS/CVS version tags
232    
233    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
234
235commit 2a56e8dda4bac8621dedcb80b1f55c9a25c78d43
236Author: Alan Coopersmith <alan.coopersmith@oracle.com>
237Date:   Sat Nov 20 18:36:25 2010 -0800
238
239    Fix errors found by gcc's printf attribute check
240    
241    xkbevd.c: In function `parseArgs':
242    xkbevd.c:120: warning: too few arguments for format
243    xkbevd.c:139: warning: too few arguments for format
244    xkbevd.c:158: warning: too few arguments for format
245    xkbevd.c:177: warning: too few arguments for format
246    xkbevd.c: In function `InterpretConfigs':
247    xkbevd.c:280: warning: format argument is not a pointer (arg 2)
248    xkbevd.c: In function `FindMatchingConfig':
249    xkbevd.c:374: warning: too few arguments for format
250    
251    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
252
253commit 45d575da032967b8920cf57491b7bd3bcd2991af
254Author: Alan Coopersmith <alan.coopersmith@oracle.com>
255Date:   Sat Nov 20 18:32:08 2010 -0800
256
257    Add printf attributes to util.c functions
258    
259    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
260
261commit d304e315d8143b4fbcb99e8086a6fad0dd051384
262Author: Alan Coopersmith <alan.coopersmith@oracle.com>
263Date:   Sat Nov 20 18:21:37 2010 -0800
264
265    Constify arguments to utils.c functions
266    
267    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
268
269commit 517ad56361ff9545bfc9730523e713a2bf641943
270Author: Alan Coopersmith <alan.coopersmith@oracle.com>
271Date:   Sat Nov 20 18:10:25 2010 -0800
272
273    Remove trailing whitespace
274    
275    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
276
277commit 04208bd63c1e81a2fada019bbf986c4cd93d0272
278Author: Alan Coopersmith <alan.coopersmith@oracle.com>
279Date:   Sat Nov 20 18:09:30 2010 -0800
280
281    Combine usage message into a single string
282    
283    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
284
285commit e56d87af20b96113dc40510811cadff028fe911f
286Author: Alan Coopersmith <alan.coopersmith@oracle.com>
287Date:   Sat Nov 20 18:02:46 2010 -0800
288
289    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
290    
291    Regroup AC statements under the Autoconf initialization section.
292    Regroup AM statements under the Automake initialization section.
293    Add missing AC_CONFIG_SRCDIR
294    
295    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
296
297commit a5d49274162fbaad7dfcf5879e4e229bc7801fe0
298Author: Gaetan Nadon <memsize@videotron.ca>
299Date:   Mon Nov 1 13:35:06 2010 -0400
300
301    config: cfgparse.c is in the root dir and not in src dir
302    
303    The test for the yacc generated file was done in the wrong directory.
304    
305    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
306
307commit c9e521f4ab7d07ee9b4b0ce7779bc939e7051e95
308Author: Martin Jansa <Martin.Jansa@gmail.com>
309Date:   Mon Nov 1 09:46:20 2010 +0100
310
311    config: replace AC_CHECK_FILE with test -f
312    
313    * AC_CHECK_FILE doesn't work for cross compilation
314    
315    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
316
317commit 14e12f714eead3f0185ab7996d6a1a38897c25cc
318Author: Alan Coopersmith <alan.coopersmith@oracle.com>
319Date:   Sat Oct 30 10:06:46 2010 -0700
320
321    xkbevd 1.1.1
322    
323    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
324
325commit aeecae39e02786202e7a2567b8a73f12a1b0bc55
326Author: Alan Coopersmith <alan.coopersmith@oracle.com>
327Date:   Thu Sep 23 20:40:35 2010 -0700
328
329    config: Remove unnecessary calls from configure.ac
330    
331    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
332    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
333    
334    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
335
336commit 63777386ce5be4f7f66ed36f5972cfc9238a6f90
337Author: Alan Coopersmith <alan.coopersmith@oracle.com>
338Date:   Thu Sep 23 20:10:43 2010 -0700
339
340    config: upgrade to util-macros 1.8 for additional man page support
341    
342    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
343    The value of MAN_SUBST is the same for all X.Org packages.
344    
345    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
346    Enables use of platform appropriate version of sed.
347    
348    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
349
350commit 668a4e9b00e559c554a14a268fecc17683ce1f47
351Author: Gaetan Nadon <memsize@videotron.ca>
352Date:   Tue Jul 20 18:45:18 2010 -0400
353
354    config: update AC_PREREQ statement to 2.60
355    
356    Unrelated to the previous patches, the new value simply reflects
357    the reality that the minimum level for autoconf to configure
358    all x.org modules is 2.60 dated June 2006.
359    
360    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
361    
362    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
363
364commit c8a5caedff1fd2ac6c542f4542009ff6eb3c2076
365Author: Gaetan Nadon <memsize@videotron.ca>
366Date:   Sun Jul 18 10:07:41 2010 -0400
367
368    config: allow to build tarball when yacc is missing
369    
370    Autoconf does not handle this scenario as well as Automake does.
371    If cfgparse.c is already there, do not abort the configuration
372    if yacc is missing as it is not needed.
373    
374    If both cfgparse.c and yacc are missing, abort configuration.
375    Yacc is a required tool to build the package.
376    
377    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
378
379commit cb6b4bc515442fa5e910e45c030e1382ae44468c
380Author: Gaetan Nadon <memsize@videotron.ca>
381Date:   Fri Jun 4 13:07:23 2010 -0400
382
383    config: add check for yacc to insure it is installed #27973
384    
385    Unlike other macros AC_PROG_YACC sets the YACC variable to "yacc"
386    as a last resort, even if no programs have been found. Improve error
387    checking by issuing an error message if yacc is not found. The module
388    cannot build anyway.
389    
390    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
391
392commit 737bfb709a910795a827491459427b09e971643c
393Author: Gaetan Nadon <memsize@videotron.ca>
394Date:   Thu Jan 7 21:54:30 2010 -0500
395
396    COPYING: replace stub with actual copyright notice
397    
398    Refer to xkbevd.c
399    Copyright (c) 1995 by Silicon Graphics Computer Systems
400    
401    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
402
403commit 0358d3085622cb6af2639e0add7f69b3fdde1154
404Author: Gaetan Nadon <memsize@videotron.ca>
405Date:   Thu Nov 26 09:19:54 2009 -0500
406
407    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
408    
409    Now that the INSTALL file is generated.
410    Allows running make maintainer-clean.
411
412commit dc54248582dda953e6c0d8e9f357f644ef691319
413Author: Gaetan Nadon <memsize@videotron.ca>
414Date:   Wed Oct 28 14:09:08 2009 -0400
415
416    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
417    
418    Add missing INSTALL file. Use standard GNU file on building tarball
419    README may have been updated
420    Remove AUTHORS file as it is empty and no content available yet.
421    Remove NEWS file as it is empty and no content available yet.
422
423commit c3ad5b8624255e32a391ffb463fea3f1b08f6410
424Author: Gaetan Nadon <memsize@videotron.ca>
425Date:   Mon Oct 26 22:08:39 2009 -0400
426
427    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
428    
429    ChangeLog filename is known to Automake and requires no further
430    coding in the makefile.
431
432commit 8b0b5f5bc1ed1903e4eb18730250cb55066302d7
433Author: Gaetan Nadon <memsize@videotron.ca>
434Date:   Thu Oct 22 12:34:15 2009 -0400
435
436    .gitignore: use common defaults with custom section # 24239
437    
438    Using common defaults will reduce errors and maintenance.
439    Only the very small or inexistent custom section need periodic maintenance
440    when the structure of the component changes. Do not edit defaults.
441
442commit 9e80c1a80d0c741d31cf0e66c483a2d78700b2d3
443Author: Alan Coopersmith <alan.coopersmith@sun.com>
444Date:   Fri Oct 16 18:30:52 2009 -0700
445
446    xkbevd 1.1.0
447    
448    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
449
450commit 7c8d8cecab250695bc3fe1e36cef309079365fc2
451Author: Alan Coopersmith <alan.coopersmith@sun.com>
452Date:   Tue Oct 13 17:56:10 2009 -0700
453
454    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
455    
456    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
457
458commit 01320796bb9418e621f713e1e51271690e0e2065
459Author: Alan Coopersmith <alan.coopersmith@sun.com>
460Date:   Thu Oct 1 14:54:25 2009 -0700
461
462    Add README with pointers to mailing lists, bugzilla, & git
463    
464    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
465
466commit 041e6e460d0df14f206ecea14cb77925ea029891
467Author: Michael Scherer <misc@mandriva.org>
468Date:   Sat Mar 7 13:13:04 2009 +0100
469
470    Fix format string error
471
472commit 1f0cc20f6f558ddc059e354453c51fea32f3ee92
473Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
474Date:   Wed Jan 14 20:53:22 2009 -0200
475
476    Ansification and compile warning fixes.
477    
478      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, and corrects
479    make distcheck. Most gcc 4.3 and sparse warnings correct (remaining
480    warnings are from yacc generated source).
481
482commit 17d3fc13961d85739d0f0776734bc9a2d6a6b012
483Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
484Date:   Tue Jul 29 16:04:57 2008 -0300
485
486    Allow using xkbevd as a debug tool for xkb events.
487    
488      Unless the option -bg is used, it now defaults to print all Xkb events,
489    in a way similar to xev (actually, there is an #if 0'ed, almost complete
490    copy of xev.c in printev.c). This almost implements what is commented in
491    the manual page, about using xkbevd as a possible xev counterpart, or
492    replacement.
493
494commit 7e6765512cc2b88a1d56cc7c87cd5c06a185cf79
495Author: Alan Coopersmith <alan.coopersmith@sun.com>
496Date:   Tue Jan 22 16:12:41 2008 -0800
497
498    Change xkbevd_CFLAGS to AM_CFLAGS to make automake-1.10 happier
499    
500    Makefile.am:26: compiling `cfgparse.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
501
502commit 12c47a9e2dc5d641194e25363e6a2d09aa49d0ed
503Author: Alan Coopersmith <alan.coopersmith@sun.com>
504Date:   Tue Jan 22 16:07:32 2008 -0800
505
506    Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.am
507    
508    <http://bugs.freedesktop.org/show_bug.cgi?id=14185>
509
510commit 50c7d6c00221a8c89ed083ac9fd85eec8d8c33a6
511Author: James Cloos <cloos@jhcloos.com>
512Date:   Thu Dec 6 16:37:18 2007 -0500
513
514    Replace static ChangeLog with dist-hook to generate from git log
515
516commit 9f58ebd8af282f9284ee53ec35238dc0f35b8f48
517Author: James Cloos <cloos@jhcloos.com>
518Date:   Mon Sep 3 05:51:26 2007 -0400
519
520    Add *~ to .gitignore to skip patch/emacs droppings
521
522commit 4fa1aa0936ec2b5f8dc49378fb700acab798e878
523Author: James Cloos <cloos@jhcloos.com>
524Date:   Thu Aug 23 19:24:52 2007 -0400
525
526    Rename .cvsignore to .gitignore
527
528commit 4e49bc481b465770fad3d7333e937a89ce080932
529Author: Adam Jackson <ajax@nwnk.net>
530Date:   Sun Apr 2 01:10:38 2006 +0000
531
532    Bump to 1.0.2.
533
534commit 6027b1917f0a417f85aacb3652753bcea35c429a
535Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
536Date:   Fri Feb 3 19:06:09 2006 +0000
537
538    Bug #5802 <https://bugs.freedesktop.org/show_bug.cgi?id=5802> Wrong name in
539        .TH line in xkbevd man page (Masatake YAMATO)
540
541commit 40b4fb30eac67a0277d01f39a39e961cb3b506aa
542Author: Kevin E Martin <kem@kem.org>
543Date:   Wed Dec 21 02:29:51 2005 +0000
544
545    Update package version for X11R7 release.
546
547commit 299d9f430989a643dc5c9a75be712636789a4412
548Author: Adam Jackson <ajax@nwnk.net>
549Date:   Mon Dec 19 16:22:45 2005 +0000
550
551    Stub COPYING files
552
553commit 64b821adfb87eeb059e65e2f508c549c01653ebf
554Author: Kevin E Martin <kem@kem.org>
555Date:   Thu Dec 15 00:24:08 2005 +0000
556
557    Update package version number for final X11R7 release candidate.
558
559commit 3c98f4f8c8b971708482b2883c8d9c261b5569d5
560Author: Kevin E Martin <kem@kem.org>
561Date:   Tue Dec 6 22:48:23 2005 +0000
562
563    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
564
565commit 4ab0e6efe790acfff797f06a6b8a48b6d9facc30
566Author: Kevin E Martin <kem@kem.org>
567Date:   Sat Dec 3 05:49:24 2005 +0000
568
569    Update package version number for X11R7 RC3 release.
570
571commit e87e7abbcc6f32689e9470a39b771c08cf087d50
572Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
573Date:   Mon Nov 28 22:01:43 2005 +0000
574
575    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
576        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
577
578commit 405c9afd7dc2e9c635cbc68748c94fdf20d8cd6f
579Author: Eric Anholt <anholt@freebsd.org>
580Date:   Mon Nov 21 10:35:01 2005 +0000
581
582    Another pass at .cvsignores for apps.
583
584commit 707a63a1121231b7c931ae0c81d2bccc9cd65402
585Author: Eric Anholt <anholt@freebsd.org>
586Date:   Sun Nov 20 22:08:53 2005 +0000
587
588    Add/improve .cvsignore files for apps.
589
590commit 4afe8e5b23eedebaf08592494f6eed7bd4b47f2b
591Author: Kevin E Martin <kem@kem.org>
592Date:   Sat Nov 19 07:15:37 2005 +0000
593
594    Update pkgconfig files to separate library build-time dependencies from
595        application build-time dependencies, and update package deps to work
596        with separate build roots.
597
598commit 81de9e6a1a5030f981fa9aa870814ae53861d901
599Author: Kevin E Martin <kem@kem.org>
600Date:   Wed Nov 9 21:09:21 2005 +0000
601
602    Update package version number for X11R7 RC2 release.
603
604commit 77ef8a9c9723568785c8bbb7c6f05376551189a3
605Author: Donnie Berkholz <spyderous@gentoo.org>
606Date:   Thu Oct 20 22:27:07 2005 +0000
607
608    Set DFLT_XKB_CONFIG_ROOT instead of using hard-coded default.
609
610commit 976fbcdd1a0bf305716ae7b41aaf4b2fc59c209c
611Author: Kevin E Martin <kem@kem.org>
612Date:   Wed Oct 19 02:47:55 2005 +0000
613
614    Update package version number for RC1 release.
615
616commit 4d7e0831dcf4062604808edfec5859c076c2c4b2
617Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
618Date:   Mon Oct 17 23:56:23 2005 +0000
619
620    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
621        work better with BSD make
622
623commit 4215c00d3230612e0e84a03d7911d54b2a07bee4
624Author: Kevin E Martin <kem@kem.org>
625Date:   Sat Oct 15 19:35:01 2005 +0000
626
627    Have generated files be cleaned by maintainer in order to pass
628        check-tarball test.
629
630commit dd9ef6852e07fbb16b1c14a5d0dfa395cb868779
631Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
632Date:   Fri Oct 14 00:25:46 2005 +0000
633
634    Use sed to fill in variables in man page
635
636commit f19e377a69d73ff1af3295cce65701fe703bd7cc
637Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
638Date:   Sun Oct 2 20:24:19 2005 +0000
639
640    Add xkbevd sample configuration file to app/xkbevd
641
642commit 774c0d981f0bd08e30fc8f8c68bb812073063e32
643Author: Keith Packard <keithp@keithp.com>
644Date:   Tue Aug 2 18:06:57 2005 +0000
645
646    Add .cvsignore
647
648commit 17aa48a84040026cd3e34969af9c2721a3953c64
649Author: Keith Packard <keithp@keithp.com>
650Date:   Tue Aug 2 18:05:15 2005 +0000
651
652    Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are
653        regenerated after 'make clean' and to make parallel builds work right.
654
655commit c3b209fe721773a74f057961028bb927e87e6896
656Author: Kevin E Martin <kem@kem.org>
657Date:   Fri Jul 29 21:22:35 2005 +0000
658
659    Various changes preparing packages for RC0:
660    - Verify and update package version numbers as needed
661    - Implement versioning scheme
662    - Change bug address to point to bugzilla bug entry form
663    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
664        reenable it)
665    - Fix makedepend to use pkgconfig and pass distcheck
666    - Update build script to build macros first
667    - Update modular Xorg version
668
669commit 96cbc3683ac96a0fc0c84ec28c3467348f2c966b
670Author: Daniel Stone <daniel@fooishbar.org>
671Date:   Wed Jul 27 01:54:18 2005 +0000
672
673    Move manpages to section 1 instead of section m.
674
675commit d15204dc106437a8981a34b805658b74c24224ff
676Author: Adam Jackson <ajax@nwnk.net>
677Date:   Wed Jul 20 19:31:57 2005 +0000
678
679    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
680        configure cache, you cache it, and the cached value is probably wrong.
681
682commit 6b1df45952ed9088b8f9db18afbd62f1ee84f59d
683Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
684Date:   Wed Jul 6 20:38:28 2005 +0000
685
686    build system for xkbevd
687
688commit 9ff2f0062214b0a2f68e3618bc59f2f247041f4c
689Author: Egbert Eich <eich@suse.de>
690Date:   Fri Apr 23 19:54:57 2004 +0000
691
692    Merging XORG-CURRENT into trunk
693
694commit 60aaede12965a3e43d0a2e8e316c4b064bc59158
695Author: Egbert Eich <eich@suse.de>
696Date:   Sun Mar 14 08:35:36 2004 +0000
697
698    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
699
700commit 0f11f7812118fdcaea765af8b13a9a2cf76a3379
701Author: Egbert Eich <eich@suse.de>
702Date:   Wed Mar 3 12:13:14 2004 +0000
703
704    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
705
706commit abb4055cd85bde2e45bb631dd4baca7330bc4b3f
707Author: Egbert Eich <eich@suse.de>
708Date:   Thu Feb 26 13:36:26 2004 +0000
709
710    readding XFree86's cvs IDs
711
712commit 7a6dec37349e9f4a8cc8de2309af34fa16159042
713Author: Egbert Eich <eich@suse.de>
714Date:   Thu Feb 26 09:24:13 2004 +0000
715
716    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
717
718commit c29f80f3b7780c8cbe9a9a638ff56505b8c38d8f
719Author: Kaleb Keithley <kaleb@freedesktop.org>
720Date:   Tue Nov 25 19:29:14 2003 +0000
721
722    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
723
724commit 3a593fed409e418cc6c599838f8af626d31a4487
725Author: Kaleb Keithley <kaleb@freedesktop.org>
726Date:   Fri Nov 14 16:49:23 2003 +0000
727
728    XFree86 4.3.0.1
729
730commit 9f1e6d353042f462da0a3a2264a115eca2c859a5
731Author: Kaleb Keithley <kaleb@freedesktop.org>
732Date:   Fri Nov 14 15:54:54 2003 +0000
733
734    R6.6 is the Xorg base-line
735