"Initial commit to Gerrit"
[profile/ivi/xorg-utils.git] / xprop / ChangeLog
1 commit b8f740b195888cf530e4982ba3e9a3760b40f3bc
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Sat Oct 30 11:06:48 2010 -0700
4
5     xprop 1.2.0
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 1640fcc34a9883898b07789949e3a3af9d398c15
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Sat Oct 30 11:04:08 2010 -0700
12
13     config: Remove unnecessary calls from configure.ac
14     
15     AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
16     PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
17     
18     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
19
20 commit 509973583996c7bd279ea9276731fb00dd104861
21 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
22 Date:   Sat Oct 30 11:03:24 2010 -0700
23
24     config: upgrade to util-macros 1.8 for additional man page support
25     
26     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
27     The value of MAN_SUBST is the same for all X.Org packages.
28     
29     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
30     Enables use of platform appropriate version of sed.
31     
32     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
33
34 commit aa09594696443397b723e441050012cada351210
35 Author: Gaetan Nadon <memsize@videotron.ca>
36 Date:   Sat Oct 30 11:02:43 2010 -0700
37
38     config: update AC_PREREQ statement to 2.60
39     
40     Unrelated to the previous patches, the new value simply reflects
41     the reality that the minimum level for autoconf to configure
42     all x.org modules is 2.60 dated June 2006.
43     
44     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
45     
46     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
47     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
48
49 commit 4488937f380d775290e84b720007a736d4390c25
50 Author: Jesse Adkins <jesserayadkins@gmail.com>
51 Date:   Tue Sep 28 13:29:50 2010 -0700
52
53     Purge cvs tags.
54     
55     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
56     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
57
58 commit 64045bdb44d0e026a76ce1ebb00671e622b74ae6
59 Author: Gaetan Nadon <memsize@videotron.ca>
60 Date:   Thu Jan 7 22:10:50 2010 -0500
61
62     COPYING: replace stub with copyright notices
63     
64     Refer to xprop.c clientwin.h
65     Copyright 1990, 1998  The Open Group
66     Copyright (c) 2000  The XFree86 Project, Inc.
67     Copyright 2007 Kim woelders
68     
69     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
70
71 commit bff28ee6ca1fa714797d5e675616e71ff6f2c9db
72 Author: Gaetan Nadon <memsize@videotron.ca>
73 Date:   Thu Nov 26 09:19:54 2009 -0500
74
75     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
76     
77     Now that the INSTALL file is generated.
78     Allows running make maintainer-clean.
79
80 commit 418f388067aa8650bf88410a7f82894225c1d77d
81 Author: Gaetan Nadon <memsize@videotron.ca>
82 Date:   Wed Oct 28 14:09:08 2009 -0400
83
84     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
85     
86     Add missing INSTALL file. Use standard GNU file on building tarball
87     README may have been updated
88     Remove AUTHORS file as it is empty and no content available yet.
89     Remove NEWS file as it is empty and no content available yet.
90
91 commit 8cb541fa176d88415b5b7032f19cedd389697a22
92 Author: Gaetan Nadon <memsize@videotron.ca>
93 Date:   Mon Oct 26 22:08:39 2009 -0400
94
95     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
96     
97     ChangeLog filename is known to Automake and requires no further
98     coding in the makefile.
99
100 commit 6d322cf0d7799e63291665cb8a708f2b22e99ec2
101 Author: Gaetan Nadon <memsize@videotron.ca>
102 Date:   Thu Oct 22 12:34:16 2009 -0400
103
104     .gitignore: use common defaults with custom section # 24239
105     
106     Using common defaults will reduce errors and maintenance.
107     Only the very small or inexistent custom section need periodic maintenance
108     when the structure of the component changes. Do not edit defaults.
109
110 commit d32aaf2131358fe3f8a0a6f376568f5109279660
111 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
112 Date:   Wed Oct 21 12:47:21 2009 -0700
113
114     This is not a GNU project, so declare it foreign.
115     
116     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
117     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
118     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
119     > > was quite annoying to work around since 'autoreconf -fvi' replaces
120     > > it and git wants to commit it.  Should these files even be in git?
121     > > Can I nuke them for the betterment of humanity and since they get
122     > > created by autoreconf anyways?
123     >
124     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
125     
126     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
127     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
128     of the INSTALL file. It is also part of the 24206 solution.
129     
130     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
131
132 commit eb64005382abf6262c913a46e6186e019a179d59
133 Author: Yang Zhao <yang@yangman.ca>
134 Date:   Tue Oct 20 19:50:28 2009 -0400
135
136     Print UTF8_STRING type as UTF-8 when locale supports it
137     
138     Introduces 'u' format character, which behaves like 's', but leaves
139     UTF-8 encoding intact.
140     
141     Property value is checked for UTF-8 validity according to RFC 3629.
142     If invalid, an error string is printed, followed by the string formatted
143     using 's'. ie:
144     
145       PROP(UTF8_STRING) = <Invalid UTF-8 string: Forbidden value> "\374\233"
146     
147     Signed-off-by: Yang Zhao <yang@yangman.ca>
148     Signed-off-by: James Cloos <cloos@jhcloos.com>
149
150 commit 681d16ec9843b5c001cff1c9bc0637b8ba0c9abd
151 Author: Alan Coopersmith <alan.coopersmith@sun.com>
152 Date:   Mon Oct 12 13:35:11 2009 -0700
153
154     xprop 1.1.0
155     
156     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
157
158 commit a5044e717eb486ebe79ea109994c3e761df7dc00
159 Author: Alan Coopersmith <alan.coopersmith@sun.com>
160 Date:   Mon Oct 12 13:07:35 2009 -0700
161
162     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
163     
164     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
165
166 commit 817fc3e95863fd2ee8d3861704c1bfdf614a9ac1
167 Author: Alan Coopersmith <alan.coopersmith@sun.com>
168 Date:   Mon Oct 12 13:05:21 2009 -0700
169
170     Add 'o' property type to man page for icon formats
171     
172     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
173
174 commit dafb5312e6cbf01186e1815650830d2f131082be
175 Author: Alan Coopersmith <alan.coopersmith@sun.com>
176 Date:   Thu Oct 1 14:54:29 2009 -0700
177
178     Add README with pointers to mailing lists, bugzilla, & git
179     
180     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
181
182 commit 11fb62d5aa6304d1813b56a372b8b662f0016f92
183 Author: Søren Sandmann Pedersen <sandmann@redhat.com>
184 Date:   Tue Apr 21 21:13:16 2009 -0400
185
186     Display _NET_WM_ICONs as ASCII art instead of as a big list of integers
187
188 commit 1b89edb419ee103d0ef834433b16a3822398a519
189 Author: Søren Sandmann Pedersen <sandmann@redhat.com>
190 Date:   Tue Apr 21 15:10:07 2009 -0400
191
192     The "visible bit" is called "urgency bit" in the ICCCM 2.0
193
194 commit 5152f193534886796827cf54a36471b679348642
195 Author: Ben Hutchings <ben@decadent.org.uk>
196 Date:   Mon Feb 16 19:04:10 2009 -0500
197
198     Exit cleanly when the target window is destroyed. (#19381)
199
200 commit be665ef592f24ccc93a46dc938c3a101d6668cdf
201 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
202 Date:   Mon Jan 26 16:18:35 2009 -0200
203
204     Correct make distcheck and don't distribute autogen.sh.
205
206 commit 9271b26d991608b562960aa041b0c371086cc490
207 Author: Neale Pickett <neale@woozle.org>
208 Date:   Wed Nov 26 17:28:56 2008 -0800
209
210     -spy: flush output before waiting for more events
211     
212     I'm trying to use xprop with the -spy option in a shell script, and
213     since it doesn't flush stdout, it's bunching up lots of modifications
214     into a big chunk of writes.
215
216 commit 3c139c58b5c2c12bde693af298f72fe3ea4e0e02
217 Author: Branden Robinson <branden@debian.org>
218 Date:   Fri Feb 11 02:14:27 2005 -0500
219
220     Do not spew usage on connection error
221     
222     General philosophy:
223     
224     The user should only be shown a usage message when:
225       * it is asked for with a --help option or the like.
226       * the command line is syntactically invalid.
227
228 commit 3ca0bb9c461c7f96104dacb2b9147d2576c2cada
229 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
230 Date:   Sun Mar 16 17:30:30 2008 -0300
231
232     Bug#15069: Compile warning fixes.
233     
234     Declare some functions as static and include clientwin.h to ensure
235     prototype and definition match.
236     
237     Signed-off-by: Julien Cristau <jcristau@debian.org>
238
239 commit 6fd22b01352ba54f2e805505f4d336c2740a3598
240 Author: Adam Jackson <ajax@redhat.com>
241 Date:   Fri Mar 7 17:23:30 2008 -0500
242
243     xprop 1.0.4
244
245 commit 427023df02bd38ff9dc2af2a2059466f37f4cfd8
246 Author: Benjamin Close <Benjamin.Close@clearchain.com>
247 Date:   Wed Dec 19 15:17:34 2007 +1030
248
249     Fix build under autoconf 2.57
250     
251     configure.ac specifies a max version of 2.57 but AC_CHECK_HEADERS_ONCE
252     was only introduced to autoconf in 2.59c. Drop the _ONCE to make autoconf happy
253     
254     Bug: 13631
255     Found by: tinderbox
256     Approved by: daniels@
257
258 commit e09956f244099ddd36b1a2cd5d7800d5fc7120c1
259 Author: Kim Woelders <kim@woelders.dk>
260 Date:   Thu Dec 6 05:30:43 2007 -0500
261
262     Select correct client window in WM’s using virtual roots
263     From bug 2185¹
264     
265     When manually selecting a window, xprop finds the top-level window containing
266     the pointer and uses XmuClientWindow to attempt to find a client window having
267     WM_STATE set.
268     
269     In a WM using virtual roots (e.g. enlightenment, desks other than first) this
270     fails beacuse the top-level window is a virtual root, and XmuClientWindow seems
271     to find the first client having WM_STATE set, which only by coincidence will be
272     the one the user intended to select (i.e. containing the pointer).
273     
274     The solution is to descend the window hierarchy at the pointer location to find
275     a window with WM_STATE set.
276     
277     1] https://bugs.freedesktop.org/show_bug.cgi?id=2185
278     
279     Signed-off-by: James Cloos <cloos@jhcloos.com>
280
281 commit 9ccda86dae06375750685977a81f4fb1cabf3d00
282 Author: Alan Coopersmith <alan.coopersmith@sun.com>
283 Date:   Fri Aug 10 14:52:27 2007 -0700
284
285     Version bump: 1.0.3
286
287 commit 4f7bc8ecad63db6b7557b5556ac6f604e84eb55e
288 Author: Jay Hobson <jay.hobson@sun.com>
289 Date:   Wed Aug 8 13:38:33 2001 -0700
290
291     Sun Bug 4474581: xprop fails in Japanese locale
292     
293     CJK locales need a much longer string as they include
294     many \xXX entries which expand into /XXXXXXXX entries.
295     Increased the buffer from 10000 to 500000 bytes.
296     Make sure buffer pointer doesn't go negative in _put_char.
297
298 commit 23e375f3842b433b0af7f150135537f7381208ae
299 Author: Alan Coopersmith <alan.coopersmith@sun.com>
300 Date:   Fri Aug 10 14:17:51 2007 -0700
301
302     Simplify printing of usage message
303
304 commit fc788dc35532ebff44b5828f686b42e0deeec52c
305 Author: Alan Coopersmith <alan.coopersmith@sun.com>
306 Date:   Fri Aug 10 13:40:17 2007 -0700
307
308     Convert old #ifdefs for HAS_WTYPE_H & HAS_WCHAR_H to autoconf checks
309
310 commit b9860eeb000018a83233cec14ff0db8687a146b5
311 Author: Alan Coopersmith <alan.coopersmith@sun.com>
312 Date:   Fri Aug 10 13:33:17 2007 -0700
313
314     Replace sprintf's with snprintf's
315
316 commit 64326bae4e9b9c05b8781403ee27af95065eb2fb
317 Author: Alan Coopersmith <alan.coopersmith@sun.com>
318 Date:   Fri Aug 10 12:08:57 2007 -0700
319
320     Coverity #905: Handle_Prop_Requests returned without freeing storage "thunks"
321
322 commit 866ceb3a671a9ab93b3ecbdf3231902ab2251ce3
323 Author: Alan Coopersmith <alan.coopersmith@sun.com>
324 Date:   Fri Aug 10 11:56:41 2007 -0700
325
326     ANSIfy function declarations in dsimple.c
327
328 commit 5424a5c064d96b33a4acdf951734cd3a493a7ea3
329 Author: Alan Coopersmith <alan.coopersmith@sun.com>
330 Date:   Fri Aug 10 11:52:39 2007 -0700
331
332     Purge unused code from dsimple.c
333     
334     dsimple.c was originally shared source among several X apps.
335     Since modularization gave each app it's own copy, much of the code is
336     no longer needed in each app.
337
338 commit 2d7dc57ae1d5e0af6e6ecb70764c512f6d518d6a
339 Author: Alan Coopersmith <alan.coopersmith@sun.com>
340 Date:   Fri Aug 10 11:43:04 2007 -0700
341
342     Add hooks to check sources with lint/sparse/etc.
343
344 commit 7b3c0c95b9bb223ae779b8bf0c7d78967e0dcd9e
345 Author: Alan Coopersmith <alan.coopersmith@sun.com>
346 Date:   Fri Aug 10 11:35:27 2007 -0700
347
348     Change xprop_CFLAGS to AM_CFLAGS to clear automake-1.10 warning
349     
350     Makefile.am:27: compiling `dsimple.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
351
352 commit c843fa3f4e65f2e1e133633b445f8693b1cc617c
353 Author: Alan Coopersmith <alan.coopersmith@sun.com>
354 Date:   Fri Aug 10 11:34:23 2007 -0700
355
356     Replace static ChangeLog with dist-hook to generate from git log
357
358 commit 20955b2e662bb659533287d86fcd4d1cf75d3551
359 Author: Alan Coopersmith <alan.coopersmith@sun.com>
360 Date:   Thu May 24 11:15:36 2007 -0700
361
362     renamed: .cvsignore -> .gitignore
363
364 commit 91ca94a1d9e7eed7449c4243d84433180fc04566
365 Author: Alan Coopersmith <alan.coopersmith@sun.com>
366 Date:   Thu May 24 11:12:17 2007 -0700
367
368     X.Org bug #10616: Add all the X info commands to See Also
369     
370     X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
371     Reported upstream from
372     Debian bug #350313 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350313>
373
374 commit 4e8c0ec7c0b6b6602ae402313d8314f7653046ba
375 Author: Daniel Stone <daniel@fooishbar.org>
376 Date:   Tue Aug 29 20:03:33 2006 +0300
377
378     bump to 1.0.2
379
380 commit b8e4793e6bc939ee7b558f7eba7e4a485ed3bc7f
381 Author: Daniel Stone <daniel@fooishbar.org>
382 Date:   Thu Jul 27 09:11:10 2006 +0300
383
384     remove misleading comment
385
386 commit 47514347db811d002e7f3ca05d390565bc3ee5e5
387 Author: Branden Robinson <branden@debian.org>
388 Date:   Thu Jul 27 06:14:54 2006 +0300
389
390     handle actual_format_return == 0 (#7647)
391     Handle buggy servers which set actual_format_return == 0, instead of aborting.
392
393 commit 56afcb5553455db8486bfb0e65e74506fc681940
394 Author: Kevin E Martin <kem@kem.org>
395 Date:   Wed Dec 21 02:29:53 2005 +0000
396
397     Update package version for X11R7 release.
398
399 commit 851cad34f8905d5111c7b5e30222efba8d630499
400 Author: Adam Jackson <ajax@nwnk.net>
401 Date:   Mon Dec 19 16:22:46 2005 +0000
402
403     Stub COPYING files
404
405 commit 587c42a9bf142d16ddb349ab0afada5cbffc42c7
406 Author: Kevin E Martin <kem@kem.org>
407 Date:   Thu Dec 15 00:24:10 2005 +0000
408
409     Update package version number for final X11R7 release candidate.
410
411 commit 299da02da003a5804e58cf5e613aa1aa3321b3cb
412 Author: Kevin E Martin <kem@kem.org>
413 Date:   Tue Dec 6 22:48:25 2005 +0000
414
415     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
416
417 commit 04bfd06dfa055d0143e2a98da1b06f84f02dca6d
418 Author: Kevin E Martin <kem@kem.org>
419 Date:   Sat Dec 3 05:49:27 2005 +0000
420
421     Update package version number for X11R7 RC3 release.
422
423 commit 47e6c291ac25c8d83e7c70bc6bc4424d96cc8005
424 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
425 Date:   Mon Nov 28 22:01:46 2005 +0000
426
427     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
428         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
429
430 commit 3ab40d98cb38bd4f86bf93324af33fc995f9d3fd
431 Author: Eric Anholt <anholt@freebsd.org>
432 Date:   Mon Nov 21 10:35:07 2005 +0000
433
434     Another pass at .cvsignores for apps.
435
436 commit 454179bc4b51b24975e283c6ba1cd53d68d5e991
437 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
438 Date:   Mon Nov 21 03:14:16 2005 +0000
439
440     Change dependency from xmu to xmuu since the full xmu (with all its baggage
441         like Xt) is not needed here.
442
443 commit 62ca400ec36c59d941f85ce998cd8b694e121d26
444 Author: Eric Anholt <anholt@freebsd.org>
445 Date:   Sun Nov 20 22:08:55 2005 +0000
446
447     Add/improve .cvsignore files for apps.
448
449 commit 7c240b0e4c3499046f2ba48b3aeefac358a0ded8
450 Author: Kevin E Martin <kem@kem.org>
451 Date:   Wed Oct 19 02:47:57 2005 +0000
452
453     Update package version number for RC1 release.
454
455 commit a7863c7b5d50c2f1e771501b300855b754799b7b
456 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
457 Date:   Mon Oct 17 23:56:24 2005 +0000
458
459     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
460         work better with BSD make
461
462 commit 80aee62a58d653e62726f3cffd632bf91bc170a8
463 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
464 Date:   Fri Oct 14 00:25:47 2005 +0000
465
466     Use sed to fill in variables in man page
467
468 commit 3be3e6aaca45e0084eeb2634508d6644b1d5ce91
469 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
470 Date:   Mon Aug 1 20:25:32 2005 +0000
471
472     Install man pages to section 1 instead of section m (Patch from Donnie
473         Berkholz)
474
475 commit 54f2394a17da3a991d20d35e072e7fb2ec8df81c
476 Author: Kevin E Martin <kem@kem.org>
477 Date:   Fri Jul 29 21:22:37 2005 +0000
478
479     Various changes preparing packages for RC0:
480     - Verify and update package version numbers as needed
481     - Implement versioning scheme
482     - Change bug address to point to bugzilla bug entry form
483     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
484         reenable it)
485     - Fix makedepend to use pkgconfig and pass distcheck
486     - Update build script to build macros first
487     - Update modular Xorg version
488
489 commit 4f970b38bdd2199adcd3510a84db12bcbf94c685
490 Author: Adam Jackson <ajax@nwnk.net>
491 Date:   Wed Jul 20 19:32:03 2005 +0000
492
493     Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
494         configure cache, you cache it, and the cached value is probably wrong.
495
496 commit 721114f44cbd225a8fcd3655d4ded2dc8cc8837f
497 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
498 Date:   Fri Jul 8 20:58:05 2005 +0000
499
500     Add build system for xprop
501
502 commit aa117205949e38efa5befcef3b206a8ea582109f
503 Author: Roland Mainz <roland.mainz@nrubsig.org>
504 Date:   Wed Oct 6 19:29:59 2004 +0000
505
506     Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1518 - Add filter
507         support to "xlsfonts" that it can filter builtin-, glyph- and/or other
508         kinds of printer fonts (controlled by the xp-listfonts-modes attribute
509         as described in the CDE DtPrint and Xprint specifications).
510
511 commit d079bb69ea920d386a856d8cdd6b89a0f5632b16
512 Author: Egbert Eich <eich@suse.de>
513 Date:   Fri Apr 23 19:55:03 2004 +0000
514
515     Merging XORG-CURRENT into trunk
516
517 commit f5a1731210c83736e2b9f9a044e2f94947177229
518 Author: Egbert Eich <eich@suse.de>
519 Date:   Sun Mar 14 08:35:42 2004 +0000
520
521     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
522
523 commit 50acd849cb081dd9c458f1429a3b8108a26af050
524 Author: Egbert Eich <eich@suse.de>
525 Date:   Wed Mar 3 12:13:15 2004 +0000
526
527     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
528
529 commit f708da3feea11c5b859dc7652c8875f67065692e
530 Author: Egbert Eich <eich@suse.de>
531 Date:   Thu Feb 26 13:36:26 2004 +0000
532
533     readding XFree86's cvs IDs
534
535 commit 49eb94d8560ca7609cc9c44f24a9a875ea3a1aca
536 Author: Egbert Eich <eich@suse.de>
537 Date:   Thu Feb 26 09:24:14 2004 +0000
538
539     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
540
541 commit 077b108056e58dbc7a46b447c4b4c05de9f30d85
542 Author: Kaleb Keithley <kaleb@freedesktop.org>
543 Date:   Tue Nov 25 19:29:15 2003 +0000
544
545     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
546
547 commit 28c8159745754e1bd577797c2ef0d0bebded8299
548 Author: Kaleb Keithley <kaleb@freedesktop.org>
549 Date:   Fri Nov 14 16:49:23 2003 +0000
550
551     XFree86 4.3.0.1
552
553 commit 4cc997bd2d02961b95bff992f6dbfa30138879a9
554 Author: Kaleb Keithley <kaleb@freedesktop.org>
555 Date:   Fri Nov 14 15:54:54 2003 +0000
556
557     R6.6 is the Xorg base-line