ChangeLog revision 4929c8f8
1commit a2fdd07e3688e658d3af31dc3780983432de31e4
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Fri Mar 9 17:48:32 2018 -0800
4
5    xkill 1.0.5
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit b3538a31ba88b865b1c5aafe4b8e798f6f04e26d
10Author: Mihail Konev <k.mvc@ya.ru>
11Date:   Thu Jan 26 14:00:21 2017 +1000
12
13    autogen: add default patch prefix
14    
15    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
16
17commit 19c1509c183215dc10b3682d4a68b2e25cb12c47
18Author: Emil Velikov <emil.l.velikov@gmail.com>
19Date:   Mon Mar 9 12:00:52 2015 +0000
20
21    autogen.sh: use quoted string variables
22    
23    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
24    fall-outs, when they contain space.
25    
26    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
27    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
28    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
29
30commit e0dae86d008315d637770008c3a3ac1e11292f14
31Author: Peter Hutterer <peter.hutterer@who-t.net>
32Date:   Tue Jan 24 10:32:07 2017 +1000
33
34    autogen.sh: use exec instead of waiting for configure to finish
35    
36    Syncs the invocation of configure with the one from the server.
37    
38    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
39    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
40
41commit 7942cfdb5fad5c6fe9d2d9c622f080b4c52b0c97
42Author: Alan Coopersmith <alan.coopersmith@oracle.com>
43Date:   Thu Apr 23 22:53:54 2015 -0700
44
45    Use strcasecmp instead of a tolower loop & strcmp
46    
47    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
48    Reviewed-by: Matthieu Herrb <matthieu@herrb.eu>
49
50commit 3115919a3bbb230b541b5ad8ccd2e363b8a4e4ab
51Author: Alan Coopersmith <alan.coopersmith@oracle.com>
52Date:   Sat May 31 22:11:39 2014 -0700
53
54    Print which option was in error along with usage message
55    
56    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
57
58commit b0970c3a99f8aeefe2f9890e87dabc6a1dd16cf6
59Author: Alan Coopersmith <alan.coopersmith@oracle.com>
60Date:   Sat May 31 22:02:51 2014 -0700
61
62    autogen.sh: Honor NOCONFIGURE=1
63    
64    See http://people.gnome.org/~walters/docs/build-api.txt
65    
66    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
67
68commit f1147dcdc3d78fd91ef84cb538abc8aa28301de0
69Author: Alan Coopersmith <alan.coopersmith@oracle.com>
70Date:   Sat May 31 22:02:42 2014 -0700
71
72    configure: Drop AM_MAINTAINER_MODE
73    
74    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
75
76commit 3d990ebfd1dde829f9fda86c556aa51a0308188b
77Author: Alan Coopersmith <alan.coopersmith@oracle.com>
78Date:   Sun Sep 8 09:51:15 2013 -0700
79
80    xkill 1.0.4
81    
82    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
83
84commit 1b8bf0b5477c1f6ad38a7d57cd9ef354409472d1
85Author: Alan Coopersmith <alan.coopersmith@oracle.com>
86Date:   Fri Sep 6 00:15:23 2013 -0700
87
88    Explicitly cast tolower() return value to char before storing in a char
89    
90    For ancient historical compatibility, the C standards define the
91    <ctype.h> functions as taking & returning ints, but limiting them
92    to the subset of values that fit in a char.
93    
94    Silences clang warning:
95    xkill.c:244:12: warning: implicit conversion loses integer precision: 'int' to
96          'char' [-Wconversion]
97                *cp = _tolower (*cp);
98                    ~ ^~~~~~~~~~~~~~
99    
100    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
101
102commit 1519db19e3d1ed1efc07c8c428c1e9013d93f285
103Author: Alan Coopersmith <alan.coopersmith@oracle.com>
104Date:   Fri Sep 6 00:13:44 2013 -0700
105
106    Mark arguments to catch_window_errors as unused
107    
108    Arguments are required by the callback form, but not needed in this case.
109    
110    Clears clang compliants:
111    xkill.c:328:30: warning: unused parameter 'dpy' [-Wunused-parameter]
112    catch_window_errors(Display *dpy, XErrorEvent *ev)
113                                 ^
114    xkill.c:328:48: warning: unused parameter 'ev' [-Wunused-parameter]
115    catch_window_errors(Display *dpy, XErrorEvent *ev)
116    
117    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
118
119commit 8c669cdff3f32755cb9c383f5b16397a33183e64
120Author: Alan Coopersmith <alan.coopersmith@oracle.com>
121Date:   Sat Aug 3 15:59:03 2013 -0700
122
123    Use man page sections in See Also references to libX11 man pages
124    
125    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
126
127commit 411ea0142d62900528d314bc654945c94e4f034d
128Author: Alan Coopersmith <alan.coopersmith@oracle.com>
129Date:   Sat Aug 3 15:57:06 2013 -0700
130
131    Add -version option to print version
132    
133    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
134
135commit 000d4af7f036119cf19717cff105a2bd2efd01e2
136Author: Alan Coopersmith <alan.coopersmith@oracle.com>
137Date:   Thu Jul 18 23:27:40 2013 -0700
138
139    Mark static string in verify_okay_to_kill as const
140    
141    Fixes gcc warning:
142    xkill.c: In function ‘verify_okay_to_kill’:
143    xkill.c:371:24: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
144    
145    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
146
147commit f33703105f1a1e44c756fbaf150422132d56b1ca
148Author: Alan Coopersmith <alan.coopersmith@oracle.com>
149Date:   Sat Feb 23 08:17:10 2013 -0800
150
151    Mark msg argument to get_window_id as const, since it's just printed out
152    
153    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
154
155commit 718640ec0d212e8f3bf20005e35c1091646c9aea
156Author: Alan Coopersmith <alan.coopersmith@oracle.com>
157Date:   Fri Feb 22 23:13:45 2013 -0800
158
159    Use strtoul instead of open coding it with sscanf
160    
161    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
162
163commit 2e195507f5b17425d02af4dd6a4f151158d715c3
164Author: Alan Coopersmith <alan.coopersmith@oracle.com>
165Date:   Fri Feb 22 23:01:53 2013 -0800
166
167    Mark Exit() and usage() as _X_NORETURN
168    
169    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
170
171commit 07f1204a7d56e6b02098cf4b82f9f90576e7f289
172Author: Alan Coopersmith <alan.coopersmith@oracle.com>
173Date:   Fri Feb 22 22:59:56 2013 -0800
174
175    Get rid of dpy global so we don't get shadow warnings from every function
176    
177    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
178
179commit acb8b93f9fe598bc58c050ca5272149fbca04b41
180Author: Alan Coopersmith <alan.coopersmith@oracle.com>
181Date:   Fri Feb 22 22:55:00 2013 -0800
182
183    remove unused variable cpp
184    
185    Accidentally left behind by ea276533fbc9
186    
187    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
188
189commit 0df97b3ed03c528ba99876cd312e20f3c80dff0f
190Author: Gaetan Nadon <memsize@videotron.ca>
191Date:   Wed Jan 19 10:06:56 2011 -0500
192
193    config: move man pages into their own directory
194    
195    Use services provided by XORG_MANPAGE_SECTIONS.
196    Use standard Makefile for man pages.
197    
198    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
199
200commit a7347343c1e27f0f55f9198082bb64ab89b48587
201Author: Gaetan Nadon <memsize@videotron.ca>
202Date:   Thu Jan 13 17:15:36 2011 -0500
203
204    man: replace hard coded man page section with substitution strings
205    
206    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
207
208commit 5d5c42bb6720df4cc4586535ae069ea706b2b30d
209Author: Gaetan Nadon <memsize@videotron.ca>
210Date:   Thu Jan 13 11:15:47 2011 -0500
211
212    man: remove trailing spaces and tabs
213    
214    Using s/[ \t]*$//
215    
216    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
217
218commit 6f00d84fb6d44bc76e50c111f8afc1c961778d7c
219Author: Alan Coopersmith <alan.coopersmith@oracle.com>
220Date:   Wed Nov 10 19:26:12 2010 -0800
221
222    xkill 1.0.3
223    
224    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
225
226commit ea276533fbc9da4588d4707c1a21a9d480924b3c
227Author: Alan Coopersmith <alan.coopersmith@oracle.com>
228Date:   Tue Nov 9 10:30:07 2010 -0800
229
230    Simplify options list for usage from array to constant string
231    
232    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
233
234commit e3c094aa41b2ca724ded1c33fe2ecec9b4155dc7
235Author: Alan Coopersmith <alan.coopersmith@oracle.com>
236Date:   Tue Nov 9 10:22:57 2010 -0800
237
238    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
239    
240    Regroup AC statements under the Autoconf initialization section.
241    Regroup AM sttaements under the Automake initialization section.
242    Add missing AC_CONFIG_SRCDIR
243    
244    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
245
246commit dfd1f9ddc40dc8082010cd6b649812e57c4542bf
247Author: Alan Coopersmith <alan.coopersmith@oracle.com>
248Date:   Tue Nov 9 10:20:25 2010 -0800
249
250    config: Remove unnecessary calls from configure.ac
251    
252    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
253    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
254    
255    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
256
257commit 649f4494e956e58c5dc440047f55c19117334590
258Author: Alan Coopersmith <alan.coopersmith@oracle.com>
259Date:   Tue Nov 9 10:19:46 2010 -0800
260
261    config: upgrade to util-macros 1.8 for additional man page support
262    
263    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
264    The value of MAN_SUBST is the same for all X.Org packages.
265    
266    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
267    Enables use of platform appropriate version of sed.
268    
269    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
270
271commit e945e97c2bf5d03f6ad154c20cae7c870db2e73e
272Author: Gaetan Nadon <memsize@videotron.ca>
273Date:   Tue Nov 9 10:19:29 2010 -0800
274
275    config: update AC_PREREQ statement to 2.60
276    
277    Unrelated to the previous patches, the new value simply reflects
278    the reality that the minimum level for autoconf to configure
279    all x.org modules is 2.60 dated June 2006.
280    
281    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
282    
283    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
284    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
285
286commit 40fe5f11c024ac28f10b9f82efb734b11957c952
287Author: Jesse Adkins <jesserayadkins@gmail.com>
288Date:   Tue Sep 28 13:29:49 2010 -0700
289
290    Purge cvs tags.
291    
292    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
293
294commit 6678df25e56029d312e80252b80229ab2821c4da
295Author: Gaetan Nadon <memsize@videotron.ca>
296Date:   Thu Nov 26 09:19:54 2009 -0500
297
298    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
299    
300    Now that the INSTALL file is generated.
301    Allows running make maintainer-clean.
302
303commit 3dd4335f634a4db4392ded6807e05f1b393e047b
304Author: Gaetan Nadon <memsize@videotron.ca>
305Date:   Wed Oct 28 14:09:08 2009 -0400
306
307    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
308    
309    Add missing INSTALL file. Use standard GNU file on building tarball
310    README may have been updated
311    Remove AUTHORS file as it is empty and no content available yet.
312    Remove NEWS file as it is empty and no content available yet.
313
314commit e6f1691628bcdee1c090933957e41b11515d9678
315Author: Gaetan Nadon <memsize@videotron.ca>
316Date:   Mon Oct 26 22:08:39 2009 -0400
317
318    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
319    
320    ChangeLog filename is known to Automake and requires no further
321    coding in the makefile.
322
323commit 4fe9b5706aef7e95e9db699e341bd5d1f3368905
324Author: Gaetan Nadon <memsize@videotron.ca>
325Date:   Thu Oct 22 12:34:15 2009 -0400
326
327    .gitignore: use common defaults with custom section # 24239
328    
329    Using common defaults will reduce errors and maintenance.
330    Only the very small or inexistent custom section need periodic maintenance
331    when the structure of the component changes. Do not edit defaults.
332
333commit e923b9e70dbc2a1b1efdecab5804e4445ec53d1c
334Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
335Date:   Wed Oct 21 12:47:21 2009 -0700
336
337    This is not a GNU project, so declare it foreign.
338    
339    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
340    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
341    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
342    > > was quite annoying to work around since 'autoreconf -fvi' replaces
343    > > it and git wants to commit it.  Should these files even be in git?
344    > > Can I nuke them for the betterment of humanity and since they get
345    > > created by autoreconf anyways?
346    >
347    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
348    
349    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
350    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
351    of the INSTALL file. It is also part of the 24206 solution.
352    
353    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
354
355commit 5ac1abf7369fc81a07df94e26f4ae21c05610285
356Author: Alan Coopersmith <alan.coopersmith@sun.com>
357Date:   Mon Oct 12 21:01:06 2009 -0700
358
359    xkill 1.0.2
360    
361    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
362
363commit 75b4faf2aca43a250e4b5c8201a1abaf659638eb
364Author: Alan Coopersmith <alan.coopersmith@sun.com>
365Date:   Mon Oct 12 20:53:28 2009 -0700
366
367    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
368    
369    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
370
371commit ea102787bfe776f5cde0f69ec608c5303f085c44
372Author: Alan Coopersmith <alan.coopersmith@sun.com>
373Date:   Mon Oct 12 20:53:13 2009 -0700
374
375    Fill in COPYING with notice from xkill.c
376    
377    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
378
379commit ab65575eead9ff88b05d9d454bcc21ec2c4dc67d
380Author: Alan Coopersmith <alan.coopersmith@sun.com>
381Date:   Thu Oct 1 14:54:25 2009 -0700
382
383    Add README with pointers to mailing lists, bugzilla, & git
384    
385    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
386
387commit b5921d7ad244da5f603e82b559f74496ea87144e
388Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
389Date:   Thu Jan 22 15:24:07 2009 -0200
390
391    Correct make distcheck and sparse warnings.
392
393commit 56d891b93917fc4df223cb853d87d0f8055222ff
394Author: James Cloos <cloos@jhcloos.com>
395Date:   Thu Dec 6 16:37:20 2007 -0500
396
397    Replace static ChangeLog with dist-hook to generate from git log
398
399commit 629904623ae2faf045a36ad34232e5221464ea5e
400Author: James Cloos <cloos@jhcloos.com>
401Date:   Mon Sep 3 05:51:29 2007 -0400
402
403    Add *~ to .gitignore to skip patch/emacs droppings
404
405commit fcd99b45c1cad1c0401a75f5d5382bb955e19193
406Author: James Cloos <cloos@jhcloos.com>
407Date:   Thu Aug 23 19:24:55 2007 -0400
408
409    Rename .cvsignore to .gitignore
410
411commit 4ec3cd5ffd1bbb60080d01f8c231377fc5a826e5
412Author: Kevin E Martin <kem@kem.org>
413Date:   Wed Dec 21 02:29:51 2005 +0000
414
415    Update package version for X11R7 release.
416
417commit 9d1b202719c0f309c7415a811ff9ecae98255f89
418Author: Adam Jackson <ajax@nwnk.net>
419Date:   Mon Dec 19 16:22:45 2005 +0000
420
421    Stub COPYING files
422
423commit fb1adc01f88c30870101fe347d0318effdcb3e77
424Author: Kevin E Martin <kem@kem.org>
425Date:   Thu Dec 15 00:24:08 2005 +0000
426
427    Update package version number for final X11R7 release candidate.
428
429commit ddec6128e6eaa39fa9b2504e48f95528c7160106
430Author: Kevin E Martin <kem@kem.org>
431Date:   Tue Dec 6 22:48:23 2005 +0000
432
433    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
434
435commit 90e38679df91d01ff1080137e19870becab7db9a
436Author: Kevin E Martin <kem@kem.org>
437Date:   Sat Dec 3 05:49:25 2005 +0000
438
439    Update package version number for X11R7 RC3 release.
440
441commit 194593e3c5079aae82b6154d8f8a7dc850a7e223
442Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
443Date:   Mon Nov 28 22:01:43 2005 +0000
444
445    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
446        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
447
448commit 478a694c026cb499e81577b8f803e54e30093566
449Author: Eric Anholt <anholt@freebsd.org>
450Date:   Mon Nov 21 10:35:02 2005 +0000
451
452    Another pass at .cvsignores for apps.
453
454commit 7b4ee77fb2ca2c3f48679e87d4072b53c67c54bd
455Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
456Date:   Mon Nov 21 03:14:16 2005 +0000
457
458    Change dependency from xmu to xmuu since the full xmu (with all its baggage
459        like Xt) is not needed here.
460
461commit df1b59a49550f48b1bfae786eb6740c26be6196b
462Author: Eric Anholt <anholt@freebsd.org>
463Date:   Sun Nov 20 22:08:53 2005 +0000
464
465    Add/improve .cvsignore files for apps.
466
467commit 220c1ff8c16a08bd80df5875b898ea54d2867a12
468Author: Kevin E Martin <kem@kem.org>
469Date:   Wed Oct 19 02:47:55 2005 +0000
470
471    Update package version number for RC1 release.
472
473commit 1728356c8f5283422d95f9a04c1ef198843412ca
474Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
475Date:   Mon Oct 17 23:56:23 2005 +0000
476
477    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
478        work better with BSD make
479
480commit 3d6f2fde62212ebb4a1af65318555beea185dced
481Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
482Date:   Fri Oct 14 00:25:46 2005 +0000
483
484    Use sed to fill in variables in man page
485
486commit 32df10f8cd9a03fa7f68c3cc3c4fdbc12caa142a
487Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
488Date:   Mon Aug 1 20:25:30 2005 +0000
489
490    Install man pages to section 1 instead of section m (Patch from Donnie
491        Berkholz)
492
493commit 2aaef8f0623c84e8e4ee1ab337a0cd2835d485f4
494Author: Kevin E Martin <kem@kem.org>
495Date:   Fri Jul 29 21:22:35 2005 +0000
496
497    Various changes preparing packages for RC0:
498    - Verify and update package version numbers as needed
499    - Implement versioning scheme
500    - Change bug address to point to bugzilla bug entry form
501    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
502        reenable it)
503    - Fix makedepend to use pkgconfig and pass distcheck
504    - Update build script to build macros first
505    - Update modular Xorg version
506
507commit d2e267cbaf76a48e2604718477166dfc1178c1d6
508Author: Adam Jackson <ajax@nwnk.net>
509Date:   Wed Jul 20 19:31:57 2005 +0000
510
511    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
512        configure cache, you cache it, and the cached value is probably wrong.
513
514commit 8d94211de5403640c6fc532952d0c4c923bd90b1
515Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
516Date:   Tue Jul 5 21:13:49 2005 +0000
517
518    build system for xkill
519
520commit 202294e5cb0ab307c4e4fa200b1921ecc38f7044
521Author: Egbert Eich <eich@suse.de>
522Date:   Mon Oct 18 14:21:47 2004 +0000
523
524    Made handling of DevelDrivers for x86-64 more conformant to other
525        platforms.
526    Compress all font encodings (Stefan Dirsch).
527    Fixed warnings.
528    Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and
529        Root mode (bugzilla #1580, James Su).
530    Added another compose key combination for the Euro symbol (Stefan Dirsch).
531    Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian).
532    Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian).
533        This is the encoding that is also used by glibc. We may break other
534        libcs - lets see who complains.
535    Added explanation for DESTDIR to install to a different directory than /.
536    Added some early bailouts to atiprobe if PCI structure pointer is NULL to
537        prevent sig11.
538    XV support doesn't depend on 2D acceleration any more. This patch removes
539        this limitation from the NSC driver. This is a patch that I have
540        committed to XFree86 a while ago but never ported over to X.Org.
541        Matthieu Herrb contributed some build fixes.
542    Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate
543        timer. This takes advantage of the fact that TimerSet() with a timeout
544        argument 0 behaves like TimerCanel().
545    Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink).
546    Create missing links for backward compatibility to XFree86 (Stefan Dirsch).
547    Changed comment to mention xorg.
548    Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If
549        you don't like it we can change it back (original author unkown).
550    Added 'pic' to the man page rendering command pipeline (Werner Fink).
551    Added missing return value (Stefan Dirsch, Roland Mainz)
552
553commit eeb395a1c14d34528d6258fda49cb7b17611fbe8
554Author: Egbert Eich <eich@suse.de>
555Date:   Fri Apr 23 19:54:57 2004 +0000
556
557    Merging XORG-CURRENT into trunk
558
559commit 9ea36ca654dd6c59fe6749516f3649bba1e91b0d
560Author: Egbert Eich <eich@suse.de>
561Date:   Sun Mar 14 08:35:37 2004 +0000
562
563    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
564
565commit 3d936cb388194961e869882512eb508920bc3220
566Author: Egbert Eich <eich@suse.de>
567Date:   Wed Mar 3 12:13:14 2004 +0000
568
569    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
570
571commit 4b99583185e38d2e0f6fd01cea2ecd89583c8f90
572Author: Egbert Eich <eich@suse.de>
573Date:   Thu Feb 26 13:36:26 2004 +0000
574
575    readding XFree86's cvs IDs
576
577commit dac9075c3192d32a78df4b5f097eca200d05cbb7
578Author: Egbert Eich <eich@suse.de>
579Date:   Thu Feb 26 09:24:14 2004 +0000
580
581    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
582
583commit ab181027bfe9d5a3f53d96c6dc29fc9c47e33558
584Author: Kaleb Keithley <kaleb@freedesktop.org>
585Date:   Tue Nov 25 19:29:14 2003 +0000
586
587    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
588
589commit 955b24e6872aba60a6337b21cbfe346f99706c40
590Author: Kaleb Keithley <kaleb@freedesktop.org>
591Date:   Fri Nov 14 16:49:23 2003 +0000
592
593    XFree86 4.3.0.1
594
595commit 856b88d175fe3399a0fd34a4531931061eb8a309
596Author: Kaleb Keithley <kaleb@freedesktop.org>
597Date:   Fri Nov 14 15:54:54 2003 +0000
598
599    R6.6 is the Xorg base-line
600