1commit 094d979324efca8bbb2ad3756ee947c2d2b41a79
2Author: Peter Hutterer <peter.hutterer@who-t.net>
3Date:   Mon May 15 11:55:03 2023 +1000
4
5    setxkbmap 1.3.4
6
7commit 2d3ed3d74cdd4ef6dcf503162a72243ce7a96fb0
8Author: Olivier Fourdan <ofourdan@redhat.com>
9Date:   Tue May 9 09:33:36 2023 +0200
10
11    Check for the XWAYLAND extension
12    
13    With Xwayland 23.1 and above, the definitive way of checking for an
14    Xwayland server is to check for the "XWAYLAND" extension.
15    
16    Keep the old XRandR method for compatibility with older versions of
17    Xwayland.
18    
19    Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
20
21commit 9fa24c7ca57665f15dcd1cbe02208bd727e507f7
22Author: Olivier Fourdan <ofourdan@redhat.com>
23Date:   Tue May 9 09:23:26 2023 +0200
24
25    Fix "Xwayland" spelling
26    
27    It's Xwayland, not XWayland.
28    
29    Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
30
31commit 32fa355d4d3b9945d02acc776a57feb17c2bcc50
32Author: Peter Hutterer <peter.hutterer@who-t.net>
33Date:   Wed Nov 16 11:47:40 2022 +1000
34
35    Route the Xwayland warning through stderr
36    
37    Otherwise we cannot pipe setxkmap -print into anything
38
39commit dbde2b209b70d9cdc8a66e3cc73e2d28a8e13797
40Author: Julien Cristau <jcristau@debian.org>
41Date:   Mon Apr 25 15:41:26 2022 +0200
42
43    Be more careful about querying randr
44    
45    Check for extension version and number of outputs:
46    XRRGetScreenResourcesCurrent was added in v1.3.  Also, there's no
47    guarantee it returns any outputs, and we don't want to die with a
48    BadRROutput error.
49
50commit 818582b435bc1807b87e547e53c488986286ff1f
51Author: Alan Coopersmith <alan.coopersmith@oracle.com>
52Date:   Mon Apr 25 09:12:16 2022 -0700
53
54    gitlab CI: stop requiring Signed-off-by in commits
55    
56    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
57
58commit ac1a150bb7c6af8377074e946f1ca6233a345ac9
59Author: Alan Coopersmith <alan.coopersmith@oracle.com>
60Date:   Sun Apr 3 13:42:22 2022 -0700
61
62    setxkbmap 1.3.3
63    
64    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
65
66commit a58fa93183d63a68ebcadbd666996b561e2e48b3
67Author: Walter Harms <wharms@bfs.de>
68Date:   Fri Dec 31 16:02:54 2021 +0100
69
70    make functions static
71    
72    It is good practise to make functions static
73    to prevent export by accident
74    
75    Signed-off-by: Walter Harms <wharms@bfs.de>
76
77commit bebb48fde0e634c1e45e00714b27c84a8da8220a
78Author: Walter Harms <wharms@bfs.de>
79Date:   Fri Dec 31 16:01:03 2021 +0100
80
81    fix exit status
82    
83    the status of exit() is actually status & 0377
84    change status value to return as intended
85    
86    Signed-off-by: Walter Harms <wharms@bfs.de>
87
88commit 6ae13951f86f7117d354c1ac10bde54061c3b89d
89Author: Walter Harms <wharms@bfs.de>
90Date:   Fri Dec 31 15:47:18 2021 +0100
91
92    fix: warning: assignment discards ‘const’ qualifier from pointer target type
93    
94    fix: warning: assignment discards ‘const’ qualifier from pointer target type
95    make warning go away with casting
96    
97    Signed-off-by: Walter Harms <wharms@bfs.de>
98
99commit 8872561b38049dbe34d4dd6903d16b0ef2c9e46d
100Author: Alan Coopersmith <alan.coopersmith@oracle.com>
101Date:   Sat Dec 4 09:54:22 2021 -0800
102
103    Build xz tarballs instead of bzip2
104    
105    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
106
107commit fc079170f533b3b3a0002b61957b60641aa1b54a
108Author: Alan Coopersmith <alan.coopersmith@oracle.com>
109Date:   Sat Dec 4 09:54:12 2021 -0800
110
111    gitlab CI: add a basic build test
112    
113    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
114
115commit 13d1e26d696c5113a20dfc2f56c03ddb837a2eac
116Author: Peter Hutterer <peter.hutterer@who-t.net>
117Date:   Mon Jul 12 09:46:25 2021 +1000
118
119    Check for Xwayland and print a warning
120    
121    Running setxkbmap isn't supported by Xwayland, so let's warn the user that
122    this won't work.
123    
124    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
125    Acked-by: Olivier Fourdan <ofourdan@redhat.com>
126
127commit e03ecc3e00b411108449923cf006251b54f91c26
128Author: Alan Coopersmith <alan.coopersmith@oracle.com>
129Date:   Sun Jul 14 11:10:40 2019 -0700
130
131    setxkbmap 1.3.2
132    
133    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
134
135commit 7e74a1d3d443df68a1a4be9ccce7439462c1531a
136Author: Alan Coopersmith <alan.coopersmith@oracle.com>
137Date:   Sun Jun 9 11:52:36 2019 -0700
138
139    Correct error messages for missing/invalid file passed to -config
140    
141    Now a non-existent file prints:
142        Couldn't find configuration file "not-there"
143    and a file that fails to parse prints:
144        Couldn't parse configuration file "not-right"
145    
146    Fixes: #3, https://bugs.freedesktop.org/show_bug.cgi?id=101845
147    
148    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
149
150commit 51cd85bbec1e62d566b1c893ecc668886165a047
151Author: Alan Coopersmith <alan.coopersmith@oracle.com>
152Date:   Wed Nov 21 16:57:00 2018 -0800
153
154    Update configure.ac bug URL for gitlab migration
155    
156    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
157
158commit 6a7bc86d92de1b76baf5ae5e615ccc936378a8ee
159Author: Alan Coopersmith <alan.coopersmith@oracle.com>
160Date:   Fri Nov 16 20:46:00 2018 -0800
161
162    Update README for gitlab migration
163    
164    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
165
166commit dd99b3c20ac656132b1bffac28a6fff05506e0ff
167Author: Mihail Konev <k.mvc@ya.ru>
168Date:   Thu Jan 26 14:00:20 2017 +1000
169
170    autogen: add default patch prefix
171    
172    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
173
174commit 4b2f89773764dc4cacee0410567806019ae9f8c7
175Author: Emil Velikov <emil.l.velikov@gmail.com>
176Date:   Mon Mar 9 12:00:52 2015 +0000
177
178    autogen.sh: use quoted string variables
179    
180    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
181    fall-outs, when they contain space.
182    
183    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
184    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
185    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
186
187commit 7fd69e4d7d7932bf463f3c59f4aa9e0a91dabcfb
188Author: Peter Hutterer <peter.hutterer@who-t.net>
189Date:   Tue Jan 24 10:32:07 2017 +1000
190
191    autogen.sh: use exec instead of waiting for configure to finish
192    
193    Syncs the invocation of configure with the one from the server.
194    
195    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
196    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
197
198commit 352f4da35ea9c0cce3812f96279315e31d1420ec
199Author: Alan Coopersmith <alan.coopersmith@oracle.com>
200Date:   Thu Apr 16 22:27:46 2015 -0700
201
202    setxkbmap 1.3.1
203    
204    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
205
206commit c0eed7d27baad8078bc68f62dfea1e94116e4d67
207Author: Alan Coopersmith <alan.coopersmith@oracle.com>
208Date:   Mon Jun 2 21:16:31 2014 -0700
209
210    autogen.sh: Honor NOCONFIGURE=1
211    
212    See http://people.gnome.org/~walters/docs/build-api.txt
213    
214    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
215
216commit 984218d77c14128039d16db34a997263402d97f1
217Author: Alan Coopersmith <alan.coopersmith@oracle.com>
218Date:   Mon Jun 2 21:16:31 2014 -0700
219
220    configure: Drop AM_MAINTAINER_MODE
221    
222    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
223
224commit bbd3f086e2a4c90d0b44c02c92cf778a36ed97ef
225Author: Alan Coopersmith <alan.coopersmith@oracle.com>
226Date:   Mon Jun 2 21:16:11 2014 -0700
227
228    config: Add missing AC_CONFIG_SRCDIR
229    
230    Regroup AC statements under the Autoconf initialization section.
231    Regroup AM statements under the Automake initialization section.
232    
233    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
234
235commit 56346c72127303a445a273217f7633c2afb29cfc
236Author: Benno Schulenberg <bensberg@justemail.net>
237Date:   Thu Aug 29 12:31:37 2013 +0200
238
239    Fixing a small mistake in the man page -- s/comp/map/.
240    
241    And seizing the opportunity to tweak some of the wording.
242    
243    Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
244    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
245    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
246
247commit cd14edbc245ca7a34c6a7143ac40014a5bede217
248Author: Benno Schulenberg <bensberg@justemail.net>
249Date:   Thu Aug 29 12:18:20 2013 +0200
250
251    Printing the program's version number on -version.
252    
253    Also unwrap a help-text line, as it looks neater and stays within
254    80 characters, and alphabetize the -help option in the man page.
255    
256    Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
257    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
258    
259    [squashed in: include "config.h" directive]
260    
261    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
262
263commit f5ffd59830ff5f4a4f337d56e7e8b4a1930a46e8
264Author: Stéphane Aulery <lkppo@free.fr>
265Date:   Tue Jul 2 00:06:55 2013 +0200
266
267    Ensure consistency between the manpage and the output of the -h option
268    
269    This is in addition to the correction [1] for bug #524510 reported by Debian [2].
270    
271    [1] http://cgit.freedesktop.org/xorg/app/setxkbmap/commit/?id=2011f509c56b73cc62105c689d702f279f522017
272    
273    [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524510
274    
275    Signed-off-by: Stéphane Aulery <lkppo@free.fr>
276    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
277    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
278
279commit cdc2551ef6d644073e3583177ead69ed32045bae
280Author: Alan Coopersmith <alan.coopersmith@oracle.com>
281Date:   Sun Feb 10 20:31:57 2013 -0800
282
283    Use C99 struct initializer for cmdNames in applyComponentNames
284    
285    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
286    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
287
288commit 19734cfead4b8c7a5d592fe0fe5634cb4a1ed34d
289Author: Alan Coopersmith <alan.coopersmith@oracle.com>
290Date:   Sun Feb 10 20:31:56 2013 -0800
291
292    Make len a size_t instead of converting back & forth to an int
293    
294    Gets rid of a number of clang warnings:
295    setxkbmap.c:689:28: warning: implicit conversion loses integer precision:
296        'unsigned long' to 'int' [-Wshorten-64-to-32]
297            len = strlen(orig) + 1;
298                ~ ~~~~~~~~~~~~~^~~
299    setxkbmap.c:701:39: warning: implicit conversion changes signedness:
300        'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
301            orig = (char *) realloc(orig, len);
302                            ~~~~~~~       ^~~
303    setxkbmap.c:707:32: warning: implicit conversion changes signedness:
304        'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
305            orig = (char *) calloc(len, 1);
306                            ~~~~~~ ^~~
307    
308    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
309    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
310
311commit 3d5ce417ba1a8973b04516b0395f15e6500c60ea
312Author: Alan Coopersmith <alan.coopersmith@oracle.com>
313Date:   Sun Feb 10 20:31:55 2013 -0800
314
315    Move global rules variable into applyRules, the only function that uses it
316    
317    Clears gcc warning:
318    setxkbmap.c: In function `tryLoadRules':
319    setxkbmap.c:811: warning: declaration of 'rules' shadows a global declaration
320    setxkbmap.c:132: warning: shadowed declaration is here
321    
322    No longer marked static, since the function is called exactly once, so
323    storing the value across calls seems pointless.
324    
325    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
326    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
327
328commit cac515f47457d9acac39ca43316f9e2af6a5b1b9
329Author: Alan Coopersmith <alan.coopersmith@oracle.com>
330Date:   Thu Mar 22 21:34:26 2012 -0700
331
332    setxkbmap 1.3.0
333    
334    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
335
336commit 7500a5be5333999b50c564841772daf85b546a37
337Author: Mehdi Dogguy <mehdi@debian.org>
338Date:   Fri Feb 3 11:38:03 2012 +0100
339
340    Mention xkeyboard-config(7) in setxkbmap(1)
341    
342    xkeyboard-config lists known keyboard models, layouts, variants,
343    etc... which are needed to be able to correctly use setxkbmap.
344    
345    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
346
347commit 9a8916cff1f7d20f646d9a80931a5a40ac1592a6
348Author: Alan Coopersmith <alan.coopersmith@oracle.com>
349Date:   Mon Sep 26 16:07:58 2011 -0700
350
351    Add const attributes to fix gcc -Wwrite-strings warnings
352    
353    Fixes many, but not all, of the warnings raised by this option
354    
355    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
356    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
357
358commit db4fb2da6739a88a4f9773064f7de6c71342ac1b
359Author: Van de Bugger <van.de.bugger@gmail.com>
360Date:   Fri Feb 25 23:55:57 2011 +0300
361
362    Minor style changes in help message.
363    
364    1.  `args' renamed to `options'. (xkbcomp and gcc name these entities
365        `options').
366    2.  `Where legal args are:' replaced with `Options:'. (Short and
367        correct. As I remember, GNU does not recommend to use word
368        `legal' unless it related to law and lawyers).
369    3.  Option descriptions shifted right by 2 space. (Like gcc.)
370    
371    Signed-off-by: Van de Bugger <van.de.bugger@gmail.com>
372    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
373
374commit 6ce6ab87472b7d227393ea1058424439168683cc
375Author: Van de Bugger <van.de.bugger@gmail.com>
376Date:   Mon Feb 28 03:35:25 2011 +0300
377
378    Few messages added for easier troubleshooting.
379    
380    If setxkbmap fails to load rules file, it is not possible to find
381    out where setxkbmap looks for it. Increasing verbosity level does
382    not help:
383    
384        $ ./setxkbmap -v 10
385        Setting verbose level to 10
386        locale is C
387        Couldn't find rules file (evdev)
388    
389    The problem fixed by adding two messages: before loading file and
390    after successful loading. Messages are displayed if verbosity level
391    is 8 or higher:
392    
393        $ ./setxkbmap -v 10
394        Setting verbose level to 10
395        locale is C
396        Trying to load rules file ./rules/evdev...
397        Trying to load rules file /usr/local/share/X11/xkb/rules/evdev...
398        Couldn't find rules file (evdev)
399    
400    Signed-off-by: Van de Bugger <van.de.bugger@gmail.com>
401    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
402
403commit e4387240c3c78014561fc2821cba5a944449599f
404Author: Van de Bugger <van.de.bugger@gmail.com>
405Date:   Sat Feb 26 02:32:29 2011 +0300
406
407    Consistent handling of memory allocation errors.
408    
409    Macro `OOM' ("Out of memory") introduced for checking and reporting
410    memory allocation errors. The same macro is used in all the cases.
411    
412    One check was missed in original source; fixed.
413    
414    Changes after patch review:
415    
416        1. `OOM' macro uses `do ... while (0)'.
417        2. `exit(-1)', not `abort()'.
418    
419    Signed-off-by: Van de Bugger <van.de.bugger@gmail.com>
420    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
421
422commit a9f39af2f4fa2add26d332914e500c6cfa57ef5d
423Author: Alexandr Shadchin <alexandr.shadchin@gmail.com>
424Date:   Fri Feb 25 09:43:08 2011 +0500
425
426    Removed unused arg subdir in function findFileInPath()
427    
428    Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
429    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
430    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
431
432commit 2e16de3e81e0bbaa85462b4750fa9c3904658627
433Author: Van de Bugger <van.de.bugger@gmail.com>
434Date:   Fri Feb 18 23:21:34 2011 +0300
435
436    Minor style fixes.
437    
438    Few tabs replaced with spaces; pointers are written as
439    "list_t *list" (no space between asterisk and variable name).
440    
441    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
442
443commit 9ee200aa234c02d5beb843f58def9cdb3fa04156
444Author: Lev Nezhdanov <lev.nezhdanov@gmail.com>
445Date:   Fri Feb 18 23:00:55 2011 +0300
446
447    Set of macros converted to enum type.
448    
449    Signed-off-by: Van de Bugger <van.de.bugger@gmail.com>
450    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
451
452commit 0c411a3f8697ce756847fe1c2abc8d07a8a51d09
453Author: Peter Hutterer <peter.hutterer@who-t.net>
454Date:   Fri Feb 18 13:14:53 2011 +1000
455
456    man: multiple layouts can be specified (#34118)
457    
458    Same applies to variant.
459    
460    X.Org Bug 34118 <http://bugs.freedesktop.org/show_bug.cgi?id=34118>
461    
462    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
463    Reviewed-by: Julien Cristau <jcristau@debian.org>
464
465commit ae3a9348d5d42448ea6a73940a2ed5e19090a00d
466Author: Van de Bugger <van.de.bugger@gmail.com>
467Date:   Wed Feb 16 01:33:21 2011 +0300
468
469    Refactoring the help message.
470    
471    1. Entire help message is printed at once (not line-by-line).
472    2. Brackets around argumnets of -I option removed, since argument is mandatory.
473    3. Added a space after comma in.
474    
475    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
476
477commit 0b0763e1f444cabfab8a76c73d8d96892c72433e
478Author: Van de Bugger <van.de.bugger@gmail.com>
479Date:   Tue Feb 15 23:51:16 2011 +0300
480
481    Bug in searching config files fixed.
482    
483    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
484
485commit 130998b172d892ea94daac2a06b7422977fad135
486Author: Van de Bugger <van.de.bugger@gmail.com>
487Date:   Mon Feb 14 01:59:55 2011 +0300
488
489    Data refactored: list_t introduced to keep list and its sizes together.
490    
491    From 49380ed12a0c451207cf5a12ca2c1e0c9c16c9e6 Mon Sep 17 00:00:00 2001
492    From: Van de Bugger <van.de.bugger@gmail.com>
493    Date: Mon, 14 Feb 2011 01:45:23 +0300
494    Subject: [PATCH setxkbmap] Data refactored: list_t introduced to keep list and its sizes together.
495    
496    In older code there were 3 separate global variables: szOptions, numOptions,
497    and options. All 3 variables are related: options is a list (array) of items,
498    szOptions is the allocated size and numOptions is the number of used elements.
499    3 more variables (szInclPath, numInclPath, inclPath) represent another list.
500    
501    list_t structure combines related info (pointer to array, allocated size, and
502    number of used elements) together.
503    
504    Few functions changed to accept list_t argument instead of separated list and sizes.
505    
506    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
507
508commit 98c159d97a5c628b8293b86ddf49d59a17c6c3a7
509Author: Van de Bugger <van.de.bugger@gmail.com>
510Date:   Mon Feb 14 00:48:34 2011 +0300
511
512    Data refactored: 3 separate arrays and set of macros merged into a struct.
513    
514    Bunch of XXX_NDX defines, and 3 arrays: `svName', `svSrc' and `svValue' are
515    merged into one structure. Interace of 2 functions `trySetString' and
516    `setOptString' changed: instead of receiving `which' argument of `int' type
517    (an index to those arrays) the functions now receive `setting' argument, which
518    hold everything about the setting: `name', `src', and `value', so the functions
519    do not use global variables any more.
520    
521    Signed-off-by: Van de Bugger <van.de.bugger@gmail.com>
522    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
523
524commit e2bfdaacd980ff290526d386e1be346cb14cf440
525Author: Van de Bugger <van.de.bugger@gmail.com>
526Date:   Mon Feb 14 00:29:49 2011 +0300
527
528    Tabs replaced with spaces; trailing spaces deleted.
529    
530    Signed-off-by: Van de Bugger <van.de.bugger@gmail.com>
531    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
532
533commit edb6fd1726146a85f166ffa34e361d88e8d386e8
534Author: Alan Coopersmith <alan.coopersmith@oracle.com>
535Date:   Thu Feb 10 23:20:32 2011 -0800
536
537    assigned value never used: "next" set at setxkbmap.c(654)
538    
539    If we go through the loop, next is overwritten on the very first line.
540    If we don't go through the loop, next is never referenced again.
541    
542    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
543    Reviewed-by: Dirk Wallenstein <halsmit@t-online.de>
544
545commit ae3cfee9bd393d28159072a67360de57e64f48cd
546Author: Alan Coopersmith <alan.coopersmith@oracle.com>
547Date:   Thu Feb 10 22:53:46 2011 -0800
548
549    Use snprintf instead of trying to pre-measure sprintf result sizes.
550    
551    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
552    Reviewed-by: Dirk Wallenstein <halsmit@t-online.de>
553
554commit fce78beab4b5f7ee99bf66d35c36b7ed12871d5a
555Author: Alan Coopersmith <alan.coopersmith@oracle.com>
556Date:   Thu Feb 10 22:44:43 2011 -0800
557
558    Bug 34151: Potential bug and buffer overflow due to misused rules filename
559    
560    https://bugs.freedesktop.org/show_bug.cgi?id=34151
561    
562    Use rfName consistently, instead of sometimes reverting to svValue[RULES_NDX]
563    
564    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
565    Reviewed-by: Dirk Wallenstein <halsmit@t-online.de>
566
567commit 2011f509c56b73cc62105c689d702f279f522017
568Author: Alan Coopersmith <alan.coopersmith@oracle.com>
569Date:   Wed Feb 9 23:42:44 2011 -0800
570
571    Bug 34117: setxkbmap -I dir not accepted, despite man page
572    
573    Easy enough to accept the syntax documented in the man page, so accept
574    the -I flag with or without a space between -I and the directory argument.
575    
576    https://bugs.freedesktop.org/show_bug.cgi?id=34117
577    
578    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
579    Reviewed-by: Dirk Wallenstein <halsmit@t-online.de>
580    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
581
582commit 60cd11cf0b83176e7c542e51a7e6a3eaea58401c
583Author: Gaetan Nadon <memsize@videotron.ca>
584Date:   Wed Jan 19 10:06:55 2011 -0500
585
586    config: move man pages into their own directory
587    
588    Use services provided by XORG_MANPAGE_SECTIONS.
589    Use standard Makefile for man pages.
590    
591    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
592
593commit 7bacea73e67e6882cef51840bb98d1bafb8f2291
594Author: Stuart Kreitman <stuart.kreitman@oracle.com>
595Date:   Tue Jan 18 22:33:34 2011 -0800
596
597    Fix crash when when -device is specified without argument
598    
599    http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6971649
600    
601    Signed-off-by: Stuart Kreitman <stuart.kreitman@oracle.com>
602    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
603    Reviewed-by: Dirk Wallenstein <halsmit@t-online.de>
604    Reviewed-by: Daniel Stone <daniel@fooishbar.org>
605
606commit 059eb4e0745b8a00f3d456c539eb0df714ed1b90
607Author: Gaetan Nadon <memsize@videotron.ca>
608Date:   Thu Jan 13 11:15:47 2011 -0500
609
610    man: remove trailing spaces and tabs
611    
612    Using s/[ \t]*$//
613    
614    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
615
616commit e941a6947a7a893eee502a7efd57bcb04b837e65
617Author: Gaetan Nadon <memsize@videotron.ca>
618Date:   Wed Jan 12 16:28:02 2011 -0500
619
620    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
621    
622    This silences an Autoconf warning
623
624commit 6e3ff02b559dc92ed9b7ca7d9a629e389a619a73
625Author: Gaetan Nadon <memsize@videotron.ca>
626Date:   Wed Jan 12 15:29:49 2011 -0500
627
628    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
629    
630    This silences an Automake warning.
631    
632    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
633
634commit 12131d9f8a14a62e592f4db9193ed29593511d57
635Author: Alan Coopersmith <alan.coopersmith@oracle.com>
636Date:   Wed Sep 22 20:44:34 2010 -0700
637
638    setxkbmap 1.2.0
639    
640    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
641
642commit 9c2fe7cf4573a154032c4058d3dda4cc737f5efa
643Author: Alan Coopersmith <alan.coopersmith@oracle.com>
644Date:   Wed Sep 22 20:40:23 2010 -0700
645
646    config: remove AC_SUBST of CFLAGS & LIBS that PKG_CHECK_MODULES handles
647    
648    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
649
650commit bbbe661b5b111836f9fb8adf9c3c329480008d60
651Author: Alan Coopersmith <alan.coopersmith@oracle.com>
652Date:   Wed Sep 22 20:39:41 2010 -0700
653
654    config: Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS provide
655    
656    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
657
658commit d4ed95d3574f8dd562c4af527bf5309d3e50a8d8
659Author: Gaetan Nadon <memsize@videotron.ca>
660Date:   Tue Jul 20 18:45:18 2010 -0400
661
662    config: update AC_PREREQ statement to 2.60
663    
664    Unrelated to the previous patches, the new value simply reflects
665    the reality that the minimum level for autoconf to configure
666    all x.org modules is 2.60 dated June 2006.
667    
668    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
669    
670    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
671
672commit 2f16193cb1926f1a1257b53e250598d6bb770eb1
673Author: Alan Coopersmith <alan.coopersmith@oracle.com>
674Date:   Fri Jul 23 13:58:46 2010 -0700
675
676    config: upgrade to util-macros 1.8 for additional man page support
677    
678    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
679    The value of MAN_SUBST is the same for all X.Org packages.
680    
681    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
682    Use platform appropriate version of sed.
683    
684    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
685
686commit 63327e1aae13e86b840bbbc816cb8cf9661ad4f9
687Author: Gaetan Nadon <memsize@videotron.ca>
688Date:   Thu Jan 7 18:03:56 2010 -0500
689
690    COPYING: replace stub with actual copyright notice
691    
692    Refer to setxkbmap.c
693    Silicon Graphics Computer Systems, Inc.
694    
695    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
696
697commit 1447b0fe61683dcc6ed72d9e833474501ce2860c
698Author: Gaetan Nadon <memsize@videotron.ca>
699Date:   Thu Nov 26 09:19:52 2009 -0500
700
701    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
702    
703    Now that the INSTALL file is generated.
704    Allows running make maintainer-clean.
705
706commit 5c85e2069428229d6146681ba22822238c488c4a
707Author: Gaetan Nadon <memsize@videotron.ca>
708Date:   Wed Oct 28 14:09:07 2009 -0400
709
710    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
711    
712    Add missing INSTALL file. Use standard GNU file on building tarball
713    README may have been updated
714    Remove AUTHORS file as it is empty and no content available yet.
715    Remove NEWS file as it is empty and no content available yet.
716
717commit be882dbbcac30a347094286f93b8cc2459ed3b9b
718Author: Gaetan Nadon <memsize@videotron.ca>
719Date:   Mon Oct 26 22:08:38 2009 -0400
720
721    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
722    
723    ChangeLog filename is known to Automake and requires no further
724    coding in the makefile.
725
726commit 815fdaad442dbafb9b0f6c240486a9b92594b432
727Author: Gaetan Nadon <memsize@videotron.ca>
728Date:   Thu Oct 22 12:34:14 2009 -0400
729
730    .gitignore: use common defaults with custom section # 24239
731    
732    Using common defaults will reduce errors and maintenance.
733    Only the very small or inexistent custom section need periodic maintenance
734    when the structure of the component changes. Do not edit defaults.
735
736commit 86d876cf4baff71f735b3dbe823333f6fd94d8a0
737Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
738Date:   Wed Oct 21 12:47:19 2009 -0700
739
740    This is not a GNU project, so declare it foreign.
741    
742    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
743    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
744    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
745    > > was quite annoying to work around since 'autoreconf -fvi' replaces
746    > > it and git wants to commit it.  Should these files even be in git?
747    > > Can I nuke them for the betterment of humanity and since they get
748    > > created by autoreconf anyways?
749    >
750    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
751    
752    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
753    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
754    of the INSTALL file. It is also part of the 24206 solution.
755    
756    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
757
758commit c229a714fc1fcef5d6189d6fae92b9899e8f0495
759Author: Alan Coopersmith <alan.coopersmith@sun.com>
760Date:   Thu Oct 8 18:11:56 2009 -0700
761
762    Change default XKB rules file from "xorg" to "base"
763    
764    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
765
766commit 08fa8d42ec875802bbe34291b087abdc559f183e
767Author: Alan Coopersmith <alan.coopersmith@sun.com>
768Date:   Thu Oct 8 18:07:43 2009 -0700
769
770    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
771    
772    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
773
774commit 36288deba168dd2ca94630ffeab69f85461e33f8
775Author: Alan Coopersmith <alan.coopersmith@sun.com>
776Date:   Thu Oct 8 16:52:11 2009 -0700
777
778    Add -query option to print current RLMVO settings
779    
780    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
781    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
782
783commit 41416fdee30424d78771511bea39eef95f718c2a
784Author: Alan Coopersmith <alan.coopersmith@sun.com>
785Date:   Thu Oct 1 14:54:19 2009 -0700
786
787    Add README with pointers to mailing lists, bugzilla, & git
788    
789    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
790
791commit 3a5518589ffb7d24e164dd9616cd1fbb8200f39a
792Author: Alan Coopersmith <alan.coopersmith@sun.com>
793Date:   Fri Jul 31 21:02:37 2009 -0700
794
795    Comment typo fix
796    
797    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
798
799commit 0f16d3da90c101e653b552dd3810b7c3092cb145
800Author: Peter Hutterer <peter.hutterer@who-t.net>
801Date:   Thu Jul 9 09:10:41 2009 +1000
802
803    Bump to 1.1.0
804
805commit 5dca07cec68fbfc75ef2002422215647ca5b8c03
806Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
807Date:   Mon Jan 19 15:54:41 2009 -0200
808
809    Ansification and compile warning fixes.
810    
811      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
812    make distcheck and all gcc 4.3 and sparse warnings.
813
814commit 4c3f466f67a7819a912a736f4f2a97262bdaf589
815Author: Peter Hutterer <peter.hutterer@redhat.com>
816Date:   Mon Dec 1 11:10:52 2008 +1000
817
818    Check return value of calloc and realloc. #18759 and #18760
819    
820    X.Org Bug <http://bugs.freedesktop.org/show_bug.cgi?id=18759>
821    X.Org Bug <http://bugs.freedesktop.org/show_bug.cgi?id=18760>
822    
823    Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
824
825commit 3ba7cfd701d99b4b1fe1dd7eecd02d01c1dee74c
826Author: Peter Hutterer <peter.hutterer@redhat.com>
827Date:   Tue Aug 12 14:44:03 2008 +0930
828
829    Adding some explanatory comments.
830
831commit f8c511568040d84b7ddc0bca5ba20757719bd808
832Author: Peter Hutterer <peter.hutterer@redhat.com>
833Date:   Tue Aug 12 13:44:06 2008 +0930
834
835    Indent consistently.
836    
837    indent -cbi 0 -nprs -nut -npcs -i4 -bli 0 *.c *.h
838
839commit cb6160d289c7123f3bf0f708afed28f64c040daa
840Author: Peter Hutterer <peter.hutterer@redhat.com>
841Date:   Tue Aug 12 13:42:47 2008 +0930
842
843    Remove RCS tags.
844
845commit 5ced600eb9c1d4014bfc1e761190b869d59a4c4e
846Author: James Cloos <cloos@jhcloos.com>
847Date:   Thu Dec 6 15:51:05 2007 -0500
848
849    Add missing PHONY line for automatic ChangeLog generation
850
851commit 35d3e114ef3b0e6f56b38ddd9cac79e4c953ca85
852Author: Alan Coopersmith <alan.coopersmith@sun.com>
853Date:   Mon Jul 23 17:18:26 2007 -0700
854
855    Version bump: 1.0.4
856
857commit 0a9044e26d1f8a2517c8e000b6f3afb169999ff3
858Author: Alan Coopersmith <alan.coopersmith@sun.com>
859Date:   Mon Jul 23 16:45:21 2007 -0700
860
861    lint target needs to use AM_CFLAGS too
862
863commit c2a336b187e1f78c3bfa8fad0f2cade6cf06071d
864Author: Alan Coopersmith <alan.coopersmith@sun.com>
865Date:   Mon Jul 23 16:42:40 2007 -0700
866
867    Use AM_CFLAGS instead of setxkbmap_CFLAGS to avoid automake-1.10 warning
868    
869    Makefile.am:31: compiling `setxkbmap.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
870
871commit 75a5110558714d5f601235fdc5762aeef731f73d
872Author: Alan Coopersmith <alan.coopersmith@sun.com>
873Date:   Tue Apr 17 11:34:43 2007 -0700
874
875    Minor code cleanups (remove unused static and opencoding of strdup)
876
877commit f5eb468f0ca87917488bdd8bdecf9e31fce88945
878Author: Alan Coopersmith <alan.coopersmith@sun.com>
879Date:   Tue Apr 17 11:17:13 2007 -0700
880
881    Add rules for checking code with sparse/lint/etc.
882
883commit 2d43b8fa9b21bcf9f5c289ab1afba3e73c42f661
884Author: Alan Coopersmith <alan.coopersmith@sun.com>
885Date:   Mon Apr 16 20:34:31 2007 -0700
886
887    Replace static ChangeLog with dist-hook to generate from git log
888
889commit f7007821434313df1dc848a1e547922f65d4c7d5
890Author: Alan Coopersmith <alan.coopersmith@sun.com>
891Date:   Mon Apr 16 19:53:27 2007 -0700
892
893    More man page cleanups (grammatical nits, etc.)
894
895commit ca1e9f1cc9716a0cb751853cfb7b6b0ff6bb21d6
896Author: Alan Coopersmith <alan.coopersmith@sun.com>
897Date:   Mon Apr 16 19:43:31 2007 -0700
898
899    Bug 7841: setxkbmap man page doesn't describe all switches
900    
901    Added descriptions for -device, -I, -keycodes, and -verbose/-v.
902    
903    X.Org Bugzilla #7841 <https://bugs.freedesktop.org/show_bug.cgi?id=7841>
904    Reported upstream from
905    Debian BTS #252631 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=252631>
906
907commit 1dae768e463ddb3bbccd05291867eb1f7fcc6d97
908Author: Alan Coopersmith <alan.coopersmith@sun.com>
909Date:   Mon Apr 16 19:22:18 2007 -0700
910
911    renamed: .cvsignore -> .gitignore
912
913commit e1424c8c8e5c0aeeba304d20cbe7c475c701c641
914Author: Alan Coopersmith <alan.coopersmith@sun.com>
915Date:   Mon Apr 16 19:21:52 2007 -0700
916
917    Correct XKB data files path in man page
918    
919    Use path found by configure instead of hardcoding __projectroot__/lib/X11/xkb
920
921commit c10ca0d0f886f01f48f6090eed0ed6d0364c0e47
922Author: Daniel Stone <daniel@fooishbar.org>
923Date:   Thu Nov 2 03:39:09 2006 +0200
924
925    bump to 1.0.3
926
927commit 8e975edfadc068f9cc603d7c8b5f27067371161f
928Author: Daniel Stone <daniel@fooishbar.org>
929Date:   Sun Oct 15 21:11:13 2006 +0300
930
931    add support for extended devices
932    Add a -device parameter, which allows setting the map on arbitary extended
933    devices.
934
935commit 7a56fb2fa2f0d49a8544f92b3821304f6ae7d78d
936Author: Daniel Stone <daniel@fooishbar.org>
937Date:   Sun Oct 15 20:52:14 2006 +0300
938
939    defaults: make the defaults a bit more modern
940    Fix default path, bump default model from pc101 to pc105.
941
942commit 6b195148c00b990923ad5de4d021d4eeacbede68
943Author: Daniel Stone <daniel@fooishbar.org>
944Date:   Fri Mar 10 09:09:12 2006 +0000
945
946    Bump to 1.0.2; release.
947    Initialise vd.variant and vd.variant to NULL when failing to get the active
948        RMLVO components from the server.
949
950commit 986fa213931e8d86ff0c1db7d6fe684b1fb92794
951Author: Kevin E Martin <kem@kem.org>
952Date:   Wed Dec 21 02:29:47 2005 +0000
953
954    Update package version for X11R7 release.
955
956commit f78664751580af7600ff56ba7893e468049582ef
957Author: Adam Jackson <ajax@nwnk.net>
958Date:   Mon Dec 19 16:22:41 2005 +0000
959
960    Stub COPYING files
961
962commit 18a904ff67a98ccd870f0d4124fa2286c6a9dcd3
963Author: Kevin E Martin <kem@kem.org>
964Date:   Thu Dec 15 00:24:04 2005 +0000
965
966    Update package version number for final X11R7 release candidate.
967
968commit 9169e024c530c9ef60cd96263a9fe6000578ec0f
969Author: Kevin E Martin <kem@kem.org>
970Date:   Thu Dec 8 17:55:17 2005 +0000
971
972    Add configure options to allow hard-coded paths to be changed.
973
974commit 5e37a2d4e4b23b6f4d40e5d4f3d2d1520c5cf727
975Author: Kevin E Martin <kem@kem.org>
976Date:   Tue Dec 6 22:48:18 2005 +0000
977
978    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
979
980commit 017cc2da18c70b6fcf16444b1236479999ff6f24
981Author: Kevin E Martin <kem@kem.org>
982Date:   Sat Dec 3 05:49:17 2005 +0000
983
984    Update package version number for X11R7 RC3 release.
985
986commit 0207f788fa51e336dcf9d93dd2b814829beca9d7
987Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
988Date:   Mon Nov 28 22:01:38 2005 +0000
989
990    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
991        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
992
993commit dc9758a53f1d3495dc8e020f7738dc985c131b1e
994Author: Eric Anholt <anholt@freebsd.org>
995Date:   Mon Nov 21 10:34:57 2005 +0000
996
997    Another pass at .cvsignores for apps.
998
999commit e8fea23dac64d343be9af90777b77c4ece76b1ea
1000Author: Eric Anholt <anholt@freebsd.org>
1001Date:   Sun Nov 20 22:08:49 2005 +0000
1002
1003    Add/improve .cvsignore files for apps.
1004
1005commit fbcb6a1b247f6789cf5d2f16e31b3266473fffa4
1006Author: Kevin E Martin <kem@kem.org>
1007Date:   Wed Nov 9 21:09:20 2005 +0000
1008
1009    Update package version number for X11R7 RC2 release.
1010
1011commit ee92bd69fbe2b31629a1f9d87d464113ca8f0721
1012Author: Donnie Berkholz <spyderous@gentoo.org>
1013Date:   Thu Oct 20 22:17:26 2005 +0000
1014
1015    Bug #4830 <https://bugs.freedesktop.org/show_bug.cgi?id=4830> Set
1016        DFLT_XKB_CONFIG_ROOT instead of using hard-coded default.
1017
1018commit 7909f46a7ba31944be57b1574f70da82d8bfd385
1019Author: Kevin E Martin <kem@kem.org>
1020Date:   Wed Oct 19 02:47:50 2005 +0000
1021
1022    Update package version number for RC1 release.
1023
1024commit c856b9d6932fce0a199ca094a9130c0cef1bb404
1025Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1026Date:   Mon Oct 17 23:56:20 2005 +0000
1027
1028    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
1029        work better with BSD make
1030
1031commit ef156a1dd209e48588200154eb98d97d494c6b85
1032Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1033Date:   Fri Oct 14 00:25:42 2005 +0000
1034
1035    Use sed to fill in variables in man page
1036
1037commit 8bfb654c46fc5a27183ff6109aa17c33f0350466
1038Author: Kevin E Martin <kem@kem.org>
1039Date:   Fri Jul 29 21:22:30 2005 +0000
1040
1041    Various changes preparing packages for RC0:
1042    - Verify and update package version numbers as needed
1043    - Implement versioning scheme
1044    - Change bug address to point to bugzilla bug entry form
1045    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
1046        reenable it)
1047    - Fix makedepend to use pkgconfig and pass distcheck
1048    - Update build script to build macros first
1049    - Update modular Xorg version
1050
1051commit a727d14743a3d18723d31ee42f9e54c1a4e98599
1052Author: Daniel Stone <daniel@fooishbar.org>
1053Date:   Wed Jul 27 01:54:17 2005 +0000
1054
1055    Move manpages to section 1 instead of section m.
1056
1057commit 5273d6fadca1eb3aca9d406a81b80aba9c32bb6a
1058Author: Adam Jackson <ajax@nwnk.net>
1059Date:   Wed Jul 20 19:31:50 2005 +0000
1060
1061    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
1062        configure cache, you cache it, and the cached value is probably wrong.
1063
1064commit e04d3454c2e7b0390ccf61d9f6e0ca3d2a04dfb6
1065Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1066Date:   Wed Jul 6 20:33:26 2005 +0000
1067
1068    Build system for setxkbmap
1069
1070commit 81fa26b0cde086ec0707096a942d773e7d6411ee
1071Author: Egbert Eich <eich@suse.de>
1072Date:   Fri Apr 23 19:54:37 2004 +0000
1073
1074    Merging XORG-CURRENT into trunk
1075
1076commit 99566aece09d0b750267f48dc39552bbd1aae4bf
1077Author: Egbert Eich <eich@suse.de>
1078Date:   Sun Mar 14 08:34:56 2004 +0000
1079
1080    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
1081
1082commit 3994d4ee8ba772d63092e4cc2a14973af105dd97
1083Author: Egbert Eich <eich@suse.de>
1084Date:   Wed Mar 3 12:12:54 2004 +0000
1085
1086    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
1087
1088commit d719f5ad11295655fb9d757e4172cecb5e99dc57
1089Author: Egbert Eich <eich@suse.de>
1090Date:   Thu Feb 26 13:36:15 2004 +0000
1091
1092    readding XFree86's cvs IDs
1093
1094commit 4d09b800cde7710fb05491fcd7bb1d71b9e31054
1095Author: Egbert Eich <eich@suse.de>
1096Date:   Thu Feb 26 09:23:57 2004 +0000
1097
1098    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
1099
1100commit a64d8c5f7f6604d323519090ba339900d9d585f2
1101Author: Kaleb Keithley <kaleb@freedesktop.org>
1102Date:   Tue Nov 25 19:29:03 2003 +0000
1103
1104    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
1105
1106commit bff1de092debc890f15dacc871698b9679db366a
1107Author: Kaleb Keithley <kaleb@freedesktop.org>
1108Date:   Fri Nov 14 16:48:58 2003 +0000
1109
1110    XFree86 4.3.0.1
1111
1112commit cb8f1b8c472547e0f9804dc29c2f658772056faf
1113Author: Kaleb Keithley <kaleb@freedesktop.org>
1114Date:   Fri Nov 14 16:48:58 2003 +0000
1115
1116    Initial revision
1117