1commit 7defa9ddfd5f5d1853b9f404af854b0f42fa6ee5
2Author: Matt Turner <mattst88@gmail.com>
3Date:   Sun Nov 3 14:20:07 2019 -0800
4
5    xkbprint 1.0.5
6
7    Signed-off-by: Matt Turner <mattst88@gmail.com>
8
9commit b968db6ca6fdb6ebb2384eaffaabe406c5cf783f
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Sun Sep 15 17:53:55 2019 -0700
12
13    xkbprint(1): Some (typographical) corrections to the manual
14
15    Fixes: https://gitlab.freedesktop.org/xorg/app/xkbprint/issues/2
16    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742356
17
18    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
19
20commit 9b134b4835cc0b6743bbd67d61b647dff3941ca9
21Author: Alan Coopersmith <alan.coopersmith@oracle.com>
22Date:   Wed Nov 21 17:12:07 2018 -0800
23
24    Update configure.ac bug URL for gitlab migration
25
26    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
27
28commit d15a9ce43042d12c545d194f46075214678046e9
29Author: Alan Coopersmith <alan.coopersmith@oracle.com>
30Date:   Fri Nov 16 22:27:40 2018 -0800
31
32    Update README for gitlab migration
33
34    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
35
36commit 8122e255d9c8c417d1eb9496b9b7b5c6cb53c334
37Author: Mihail Konev <k.mvc@ya.ru>
38Date:   Thu Jan 26 14:00:21 2017 +1000
39
40    autogen: add default patch prefix
41
42    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
43
44commit e43f3641499669bc993fe8370b58dac94d4e7eb1
45Author: Emil Velikov <emil.l.velikov@gmail.com>
46Date:   Mon Mar 9 12:00:52 2015 +0000
47
48    autogen.sh: use quoted string variables
49
50    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
51    fall-outs, when they contain space.
52
53    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
54    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
55    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
56
57commit b08a9ce8e834d5c019b37a63dbc2e06b2ace93ca
58Author: Peter Hutterer <peter.hutterer@who-t.net>
59Date:   Tue Jan 24 10:32:07 2017 +1000
60
61    autogen.sh: use exec instead of waiting for configure to finish
62
63    Syncs the invocation of configure with the one from the server.
64
65    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
66    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
67
68commit facf56074567094349d9050e99a659d8e3a1b0ce
69Author: Alan Coopersmith <alan.coopersmith@oracle.com>
70Date:   Thu Apr 16 23:41:38 2015 -0700
71
72    xkbprint 1.0.4
73
74    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
75
76commit e4c1258143bf09de5453faafe2c6f0bc107a1523
77Author: Alan Coopersmith <alan.coopersmith@oracle.com>
78Date:   Sat May 31 21:39:32 2014 -0700
79
80    autogen.sh: Honor NOCONFIGURE=1
81
82    See http://people.gnome.org/~walters/docs/build-api.txt
83
84    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
85
86commit 4b12d476447952ab0a5a7a30d35d43de6f7418f8
87Author: Alan Coopersmith <alan.coopersmith@oracle.com>
88Date:   Sat May 31 21:38:41 2014 -0700
89
90    configure: Drop AM_MAINTAINER_MODE
91
92    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
93
94commit 59d82dc7c5dd4a6ca2098ba51fb9683fb03720ab
95Author: Alan Coopersmith <alan.coopersmith@oracle.com>
96Date:   Sat May 31 21:33:34 2014 -0700
97
98    Remove old CVS id tags
99
100    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
101
102commit 545db04829433b7d30de75ea03dc4495a91a8ab6
103Author: Alan Coopersmith <alan.coopersmith@oracle.com>
104Date:   Sat May 31 20:16:42 2014 -0700
105
106    Add -version option to print program version
107
108    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
109
110commit 8e86b50311c3b926d2bb1e00fb5343f3e76d55b3
111Author: Alan Coopersmith <alan.coopersmith@oracle.com>
112Date:   Sat May 31 19:51:00 2014 -0700
113
114    Fix some sign/size conversion warnings from clang
115
116    psgeom.c:1320:17: warning: implicit conversion changes signedness:
117     'int' to 'unsigned long' [-Wsign-conversion]
118        if ((sym & (~0xff)) == 0x700) {
119                 ~  ^~~~~
120    psgeom.c:1666:31: warning: implicit conversion changes signedness:
121     'int' to 'unsigned long' [-Wsign-conversion]
122                else if (((sym & (~0xff)) == 0) && isprint(sym) && (!isspace(sym))) {
123                               ~  ^~~~~
124    psgeom.c:1860:27: warning: implicit conversion loses integer precision:
125     'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
126                    int len = strlen(top->label[i]);
127                        ~~~   ^~~~~~~~~~~~~~~~~~~~~
128    xkbprint.c:460:19: warning: implicit conversion loses integer precision:
129     'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
130            int len = strlen(inputFile);
131                ~~~   ^~~~~~~~~~~~~~~~~
132
133    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
134
135commit 641a71f594688d870540be47ddff339d746a4fa0
136Author: Alan Coopersmith <alan.coopersmith@oracle.com>
137Date:   Sat May 31 19:40:34 2014 -0700
138
139    Remove unused INPUT_* definitions
140
141    Flagged by clang:
142    xkbprint.c:62:9: warning: macro is not used [-Wunused-macros]
143            ^
144    xkbprint.c:61:9: warning: macro is not used [-Wunused-macros]
145            ^
146    xkbprint.c:60:9: warning: macro is not used [-Wunused-macros]
147            ^
148
149    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
150
151commit 4bbc62129724cdc61f601e4f1c98490bca403619
152Author: Alan Coopersmith <alan.coopersmith@oracle.com>
153Date:   Sat May 31 19:18:08 2014 -0700
154
155    Move some local variables to the scope in which they live
156
157    Helps both human readers and static code analyzers realize they're not
158    used outside these scopes.
159
160    Flagged by cppcheck 1.64:
161    [psgeom.c:1761]: (style) The scope of the variable 'keycode' can be reduced.
162    [psgeom.c:1858]: (style) The scope of the variable 'len' can be reduced.
163
164    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
165
166commit 7d186165440c5a370af7551f5958baae2f0b3725
167Author: Alan Coopersmith <alan.coopersmith@oracle.com>
168Date:   Sat May 31 19:00:09 2014 -0700
169
170    Combine IsoKeyCaps array of strings into a single string
171
172    Packs more efficiently in binary, reduces number of calls to output,
173    gets rid of ~4k array of pointers to each string in data segment to
174    initialize on program load.
175
176    "xkbprint -if IsoKeyCaps" generates identical IsoKeyCaps.pfa files
177    before & after this change.
178
179    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
180
181commit bac53a94fec22563294cb57413e8d394df06c70a
182Author: Alan Coopersmith <alan.coopersmith@oracle.com>
183Date:   Tue May 27 21:51:01 2014 -0700
184
185    Replace calls to index() with calls to strchr()
186
187    Both were in use in different functions, adopt the ANSI C standard
188    function for all calls.
189
190    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
191
192commit 5ee01f266fd315e5bee624ec9d54357ffa593dfc
193Author: Alan Coopersmith <alan.coopersmith@oracle.com>
194Date:   Tue May 27 21:50:29 2014 -0700
195
196    Combine repeated sequences of fprintf() calls into single calls
197
198    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
199
200commit e7aa5ea85d57b90c1ee3244facd2dfd4d3ff1cd5
201Author: Alan Coopersmith <alan.coopersmith@oracle.com>
202Date:   Tue May 27 21:04:05 2014 -0700
203
204    Replace remaining sprintf calls with snprintf()
205
206    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
207
208commit bfb6044479e8e974e848f47969f75b84865fea13
209Author: Alan Coopersmith <alan.coopersmith@oracle.com>
210Date:   Tue May 27 20:55:33 2014 -0700
211
212    Replace several malloc+sprintf pairs with asprintf() calls
213
214    Includes fallback uAsprintf() for systems without asprintf yet
215
216    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
217
218commit 7848ba1d292f55553058c1f17596baa1094cdae5
219Author: Alan Coopersmith <alan.coopersmith@oracle.com>
220Date:   Tue May 27 20:39:48 2014 -0700
221
222    Add printf & noreturn attributes recommended by gcc
223
224    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
225
226commit 8a7b707f6f841655498c753701ee38f12ba630cf
227Author: Alan Coopersmith <alan.coopersmith@oracle.com>
228Date:   Tue May 27 20:35:49 2014 -0700
229
230    Replace uStrCaseCmp() with direct calls to strcasecmp()
231
232    strcasecmp is available in Unix98 and later, so part of the X.Org base
233    platform requirements.
234
235    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
236
237commit e144ec9018cabd1d9904fb6d04382d2cf06ec3dc
238Author: Alan Coopersmith <alan.coopersmith@oracle.com>
239Date:   Tue May 27 20:32:42 2014 -0700
240
241    Replace uStringDup() with direct calls to strdup()
242
243    strdup is available in Unix98 and later, so part of the X.Org base
244    platform requirements.
245
246    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
247
248commit cefec39d93846c2d034be9a89f48466831eddde6
249Author: Alan Coopersmith <alan.coopersmith@oracle.com>
250Date:   Tue May 27 20:30:20 2014 -0700
251
252    Replace custom uAlloc/uCalloc with plain malloc/calloc
253
254    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
255
256commit ab92831be0e862622105f015fe8c390715d2aae9
257Author: Alan Coopersmith <alan.coopersmith@oracle.com>
258Date:   Mon May 26 16:15:00 2014 -0700
259
260    Replace sole call to uFree() with direct call to free()
261
262    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
263
264commit 4ae1b3d5f5330a8f7bd8880860a204000081095c
265Author: Alan Coopersmith <alan.coopersmith@oracle.com>
266Date:   Mon May 26 16:13:23 2014 -0700
267
268    Remove unused uTmpAlloc & uTmpFree fallbacks for alloca
269
270    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
271
272commit e9a66d6ba4d0edd2d2d12cd0271aaecc43b6067d
273Author: Alan Coopersmith <alan.coopersmith@oracle.com>
274Date:   Mon May 26 16:12:05 2014 -0700
275
276    Remove unused uRealloc & uRecalloc functions
277
278    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
279
280commit dbbc677985e3a853f2e52b8a9d09660d3fa6d983
281Author: Alan Coopersmith <alan.coopersmith@oracle.com>
282Date:   Mon May 26 16:10:33 2014 -0700
283
284    Remove unused uStrCasePrefix fallback for strncasecmp
285
286    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
287
288commit 7ca2572623fee8db916eff668ef3c852f2ce124a
289Author: Alan Coopersmith <alan.coopersmith@oracle.com>
290Date:   Mon May 26 16:09:29 2014 -0700
291
292    Remove unused debugging & function tracing frameworks
293
294    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
295
296commit b883af48e9624e2215d1e790ca0da4969480ce13
297Author: Alan Coopersmith <alan.coopersmith@oracle.com>
298Date:   Mon May 26 16:06:05 2014 -0700
299
300    Remove unused uASSERT macro
301
302    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
303
304commit 5256304812e89c1c02bed093d11f96d97216bdbe
305Author: Alan Coopersmith <alan.coopersmith@oracle.com>
306Date:   Mon May 26 16:03:30 2014 -0700
307
308    Fix many const char * warnings
309
310    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
311
312commit e1b1ecd2e9858dca67ed1da90799f1ea34fc9b71
313Author: Alan Coopersmith <alan.coopersmith@oracle.com>
314Date:   Mon May 26 10:17:12 2014 -0700
315
316    unifdef -Unotyet -UNOTYET
317
318    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
319
320commit 9456437718d78b942333bdf74124c027ba35039f
321Author: Alan Coopersmith <alan.coopersmith@oracle.com>
322Date:   Mon May 26 10:13:31 2014 -0700
323
324    Convert sources to X.Org standard coding style
325
326    Via util/modular/x-indent-all.sh
327
328    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
329
330commit 7ebdc6c2ed2917dd48687aa16c6909186a575e2d
331Author: Gaetan Nadon <memsize@videotron.ca>
332Date:   Wed Jan 19 10:06:56 2011 -0500
333
334    config: move man pages into their own directory
335
336    Use services provided by XORG_MANPAGE_SECTIONS.
337    Use standard Makefile for man pages.
338
339    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
340
341commit d762e97a2c6745017912b19fe443ed814d557a51
342Author: Gaetan Nadon <memsize@videotron.ca>
343Date:   Thu Jan 13 17:15:36 2011 -0500
344
345    man: replace hard coded man page section with substitution strings
346
347    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
348
349commit a65ad77d80a1037889d4ba8aa061d109a0d15c2c
350Author: Gaetan Nadon <memsize@videotron.ca>
351Date:   Thu Jan 13 11:15:47 2011 -0500
352
353    man: remove trailing spaces and tabs
354
355    Using s/[ \t]*$//
356
357    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
358
359commit 93479193971679781c302dcfda3f653ea67fb452
360Author: Alan Coopersmith <alan.coopersmith@oracle.com>
361Date:   Fri Jan 7 19:09:37 2011 -0800
362
363    xkbprint 1.0.3
364
365    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
366
367commit c6cb1b17600e2c2937751a712c7eadd411eb6da9
368Author: Alan Coopersmith <alan.coopersmith@oracle.com>
369Date:   Wed Jan 5 17:03:30 2011 -0800
370
371    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
372
373    Regroup AC statements under the Autoconf initialization section.
374    Regroup AM statements under the Automake initialization section.
375    Add missing AC_CONFIG_SRCDIR
376
377    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
378
379commit 5d321bc363ce5ef67a1297e24ed184a28eed4e9d
380Author: Alan Coopersmith <alan.coopersmith@oracle.com>
381Date:   Wed Jan 5 17:00:42 2011 -0800
382
383    config: upgrade to util-macros 1.8 for additional man page support
384
385    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
386    The value of MAN_SUBST is the same for all X.Org packages.
387
388    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
389    Enables use of platform appropriate version of sed.
390
391    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
392
393commit 16c0b77e78ce2ce750b690469850294f5e69ab97
394Author: Gaetan Nadon <memsize@videotron.ca>
395Date:   Wed Jan 5 16:58:47 2011 -0800
396
397    config: update AC_PREREQ statement to 2.60
398
399    Unrelated to the previous patches, the new value simply reflects
400    the reality that the minimum level for autoconf to configure
401    all x.org modules is 2.60 dated June 2006.
402
403    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
404
405    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
406    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
407
408commit 6b8537579db562937af77ca5a4b0e19893a7bbee
409Author: Alan Coopersmith <alan.coopersmith@oracle.com>
410Date:   Wed Jan 5 16:58:25 2011 -0800
411
412    config: Remove unnecessary calls from configure.ac
413
414    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
415    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
416
417    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
418
419commit f15a69148c2ed5cf1717a0ad942ecdfcf037104d
420Author: Gaetan Nadon <memsize@videotron.ca>
421Date:   Thu Nov 26 09:19:54 2009 -0500
422
423    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
424
425    Now that the INSTALL file is generated.
426    Allows running make maintainer-clean.
427
428commit 90d54a9a94ac30ac6ee7fa78ea8e6a898490afe6
429Author: Gaetan Nadon <memsize@videotron.ca>
430Date:   Wed Oct 28 14:09:08 2009 -0400
431
432    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
433
434    Add missing INSTALL file. Use standard GNU file on building tarball
435    README may have been updated
436    Remove AUTHORS file as it is empty and no content available yet.
437    Remove NEWS file as it is empty and no content available yet.
438
439commit 8d49899afe456a93c2bb7477b963fd31dbad5942
440Author: Gaetan Nadon <memsize@videotron.ca>
441Date:   Tue Oct 27 15:07:25 2009 -0400
442
443    Deploy the new XORG_DEFAULT_OPTIONS #24242
444
445    This macro aggregate a number of existing macros that sets commmon
446    X.Org components configuration options. It shields the configuration file from
447    future changes.
448
449commit d2d7a487230ebc281aa2d1a88038befb69e63b7d
450Author: Gaetan Nadon <memsize@videotron.ca>
451Date:   Mon Oct 26 22:08:39 2009 -0400
452
453    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
454
455    ChangeLog filename is known to Automake and requires no further
456    coding in the makefile.
457
458commit 2683cf26ec97c49fac6145227d9f4cae3fa8a1bd
459Author: Gaetan Nadon <memsize@videotron.ca>
460Date:   Thu Oct 22 12:34:15 2009 -0400
461
462    .gitignore: use common defaults with custom section # 24239
463
464    Using common defaults will reduce errors and maintenance.
465    Only the very small or inexistent custom section need periodic maintenance
466    when the structure of the component changes. Do not edit defaults.
467
468commit 31b7584cd60accc2d7dbaf5797d34495e321b793
469Author: Alan Coopersmith <alan.coopersmith@sun.com>
470Date:   Tue Nov 10 23:39:43 2009 -0800
471
472    xkbprint 1.0.2
473
474    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
475
476commit ec17f1a60b1c9d9871213eae475740640fe6312d
477Author: Alan Coopersmith <alan.coopersmith@sun.com>
478Date:   Tue Nov 10 23:38:29 2009 -0800
479
480    Fill in COPYING with notices from code
481
482    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
483
484commit 4ecf1e50d97afde8c5e343d6c25e5a1eb940e02c
485Author: Alan Coopersmith <alan.coopersmith@sun.com>
486Date:   Tue Nov 10 23:34:48 2009 -0800
487
488    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
489
490    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
491
492commit bcf318755e452925e6cc06ea564f63e846cabf38
493Author: Alan Coopersmith <alan.coopersmith@sun.com>
494Date:   Thu Oct 1 14:54:25 2009 -0700
495
496    Add README with pointers to mailing lists, bugzilla, & git
497
498    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
499
500commit d67733133b7a1062628e6c5e7512adf998026b6a
501Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
502Date:   Thu Jan 22 14:53:41 2009 -0200
503
504    Correct make distcheck and sparse warnings.
505
506commit 077871dce17f78ffa94e8bc2de21461fd8a4960d
507Author: Peter Breitenlohner <peb@mppmu.mpg.de>
508Date:   Fri Nov 14 13:37:05 2008 +0100
509
510    build fixes
511
512    use AM_CFLAGS instead of xkbprint_CFLAGS to avoid need for AM_PROG_CC_C_O
513    replace 'git-log' by 'git log' as required by git-1.6.x
514
515commit 58d940fbb303cc16549f913e33429362760132de
516Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
517Date:   Sun Mar 16 19:02:31 2008 -0300
518
519    Compile warning fixes.
520
521    Use constant octals instead of constant characters in switch case values
522    to avoid warnings/problems if constant characters are signed.
523      Ansify some functions in utils.c.
524
525    Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
526
527commit 885f2712b0d5137d5349c3debbcea0db0f39e92f
528Author: Pavel Kurashov <pavell@mail.ru>
529Date:   Fri Nov 14 13:50:20 2008 +0100
530
531    correct outline with cornerRadius
532
533    http://bugs.freedesktop.org/show_bug.cgi?id=12790
534    https://bugs.freedesktop.org/attachment.cgi?id=12008
535
536    Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
537
538commit 6bd5defc38d2e1868d9303026b38487d6bffc7ab
539Author: Niveditha Rau <Niveditha.Rau@Sun.COM>
540Date:   Thu Jun 12 16:52:05 2008 -0700
541
542    Fix typo in xkbprint man page
543
544commit 6e1a5562d22f2f7cdc9478be1e3c809dfa509573
545Author: James Cloos <cloos@jhcloos.com>
546Date:   Thu Dec 6 16:37:19 2007 -0500
547
548    Replace static ChangeLog with dist-hook to generate from git log
549
550commit a912837d96da29022c0a2a75212ac381aec1dcfe
551Author: James Cloos <cloos@jhcloos.com>
552Date:   Mon Sep 3 05:51:27 2007 -0400
553
554    Add *~ to .gitignore to skip patch/emacs droppings
555
556commit 4063d540920f603f334dc3bb8f478db23cdaa9e0
557Author: James Cloos <cloos@jhcloos.com>
558Date:   Thu Aug 23 19:24:53 2007 -0400
559
560    Rename .cvsignore to .gitignore
561
562commit 696b7234c93e3e9a6b8302640e625868699567ab
563Author: Kevin E Martin <kem@kem.org>
564Date:   Wed Dec 21 02:29:51 2005 +0000
565
566    Update package version for X11R7 release.
567
568commit 5e62ccda04eb02c3db07896a34253211ae749581
569Author: Adam Jackson <ajax@nwnk.net>
570Date:   Mon Dec 19 16:22:45 2005 +0000
571
572    Stub COPYING files
573
574commit e0e4e20547bf3f04f683e318862290b3fbaa0b37
575Author: Kevin E Martin <kem@kem.org>
576Date:   Thu Dec 15 00:24:08 2005 +0000
577
578    Update package version number for final X11R7 release candidate.
579
580commit 0a4cd3760ebc41fa95fea45ba0cc5579beebba4a
581Author: Kevin E Martin <kem@kem.org>
582Date:   Tue Dec 6 22:48:23 2005 +0000
583
584    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
585
586commit f64993bf8cc357a05ee11ce28e0c60322cec98d2
587Author: Kevin E Martin <kem@kem.org>
588Date:   Sat Dec 3 05:49:24 2005 +0000
589
590    Update package version number for X11R7 RC3 release.
591
592commit 6dbafe93cd59e599bebf5d0fae7ecb87a42da8e1
593Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
594Date:   Mon Nov 28 22:01:43 2005 +0000
595
596    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
597        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
598
599commit a7fca74540833d1d1cf02e6455cd33a91951e6e1
600Author: Eric Anholt <anholt@freebsd.org>
601Date:   Mon Nov 21 10:35:02 2005 +0000
602
603    Another pass at .cvsignores for apps.
604
605commit 1c9055c2dbdb68f1f419ffac0596130c3bda61e8
606Author: Eric Anholt <anholt@freebsd.org>
607Date:   Sun Nov 20 22:08:53 2005 +0000
608
609    Add/improve .cvsignore files for apps.
610
611commit 1739444b40ef1e07e9bd6e0d9fe1f1e6e254809a
612Author: Kevin E Martin <kem@kem.org>
613Date:   Sat Nov 19 07:15:37 2005 +0000
614
615    Update pkgconfig files to separate library build-time dependencies from
616        application build-time dependencies, and update package deps to work
617        with separate build roots.
618
619commit 3eb0b0085955c8213c869a8b14e8ec00f3514b7b
620Author: Kevin E Martin <kem@kem.org>
621Date:   Wed Oct 19 02:47:55 2005 +0000
622
623    Update package version number for RC1 release.
624
625commit a59499ec60ad710155a8ff27158945551270d6b8
626Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
627Date:   Mon Oct 17 23:56:23 2005 +0000
628
629    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
630        work better with BSD make
631
632commit 3e3050ac678f225dfd9a2f50778b603a3e7f5da4
633Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
634Date:   Fri Oct 14 00:25:46 2005 +0000
635
636    Use sed to fill in variables in man page
637
638commit a3be5e6602ee8614401d62d8b37ae0f2bed0f631
639Author: Kevin E Martin <kem@kem.org>
640Date:   Fri Jul 29 21:22:35 2005 +0000
641
642    Various changes preparing packages for RC0:
643    - Verify and update package version numbers as needed
644    - Implement versioning scheme
645    - Change bug address to point to bugzilla bug entry form
646    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
647        reenable it)
648    - Fix makedepend to use pkgconfig and pass distcheck
649    - Update build script to build macros first
650    - Update modular Xorg version
651
652commit 10e946b8da2718e6657e8a1a880fd46acc6c5ce8
653Author: Daniel Stone <daniel@fooishbar.org>
654Date:   Wed Jul 27 01:54:18 2005 +0000
655
656    Move manpages to section 1 instead of section m.
657
658commit 95191a911fce864af7349df2377363885e4c920f
659Author: Adam Jackson <ajax@nwnk.net>
660Date:   Wed Jul 20 19:31:57 2005 +0000
661
662    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
663        configure cache, you cache it, and the cached value is probably wrong.
664
665commit c4b22b69df1162dab5db3691053ac0b6fb4c4503
666Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
667Date:   Wed Jul 6 20:42:02 2005 +0000
668
669    Build system for xkbprint
670
671commit 15c4274c3da2c63bd83b14ef4d35727222d62ed2
672Author: Egbert Eich <eich@suse.de>
673Date:   Fri Apr 23 19:54:57 2004 +0000
674
675    Merging XORG-CURRENT into trunk
676
677commit e4848d45534f7ff28304397ca9ff0aa2de6cfe97
678Author: Egbert Eich <eich@suse.de>
679Date:   Sun Mar 14 08:35:37 2004 +0000
680
681    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
682
683commit ca0576c0a0b21eb60562995318594a2958a76e9d
684Author: Egbert Eich <eich@suse.de>
685Date:   Wed Mar 3 12:13:14 2004 +0000
686
687    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
688
689commit 31c64747c1c70a36a916921519d004f22263964f
690Author: Egbert Eich <eich@suse.de>
691Date:   Thu Feb 26 13:36:26 2004 +0000
692
693    readding XFree86's cvs IDs
694
695commit 17de96585abae92ffab5e61b9890fb3170c202cd
696Author: Egbert Eich <eich@suse.de>
697Date:   Thu Feb 26 09:24:13 2004 +0000
698
699    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
700
701commit 53c425e61c058fa586040dda56728906025989e8
702Author: Kaleb Keithley <kaleb@freedesktop.org>
703Date:   Tue Nov 25 19:29:14 2003 +0000
704
705    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
706
707commit 1952210eda8c22ca34704894290e9a39ee96ecb4
708Author: Kaleb Keithley <kaleb@freedesktop.org>
709Date:   Fri Nov 14 16:49:23 2003 +0000
710
711    XFree86 4.3.0.1
712
713commit e621300441be997039c5f1abadd92fc3bab733f8
714Author: Kaleb Keithley <kaleb@freedesktop.org>
715Date:   Fri Nov 14 15:54:54 2003 +0000
716
717    R6.6 is the Xorg base-line
718