upload tizen2.0 source
[framework/uifw/xorg/lib/libxxf86dga.git] / ChangeLog
1 commit 3dad5d7c34c5787f0466b9ff50d7c26cd18e37bd
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Wed Mar 7 21:34:06 2012 -0800
4
5     libXxf86dga 1.1.3
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 870a35db2ad6eab47d1026a56e52c3f53a9877eb
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Thu Nov 10 21:50:52 2011 -0800
12
13     Fix gcc -Wwrite-strings warnings
14     
15     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17 commit e9936bbcfe7ae6430ec91fd5fca696c09f2b904c
18 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19 Date:   Fri Sep 16 22:57:14 2011 -0700
20
21     Strip trailing whitespace
22     
23     Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
24     git diff -w & git diff -b show no diffs from this change
25     
26     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
27
28 commit c85b3c711d96331b4aa564ee4c9168d1aa0c10bc
29 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
30 Date:   Tue May 17 20:54:52 2011 -0700
31
32     XDGA.man: Fix capitalization of ViewportStep to match xf86dgaproto headers
33     
34     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
35
36 commit 8d4356002f886417c1edb7b41aa1139d984bb861
37 Author: Gaetan Nadon <memsize@videotron.ca>
38 Date:   Wed Feb 2 11:43:45 2011 -0500
39
40     config: comment, minor upgrade, quote and layout configure.ac
41     
42     Group statements per section as per Autoconf standard layout
43     Quote statements where appropriate.
44     Autoconf recommends not using dnl instead of # for comments
45     
46     Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
47     Add AC_CONFIG_SRCDIR([Makefile.am])
48     
49     This helps automated maintenance and release activities.
50     Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
51
52 commit 1d8387fbb917fb47d27b20b369d3fb7d0947ab6a
53 Author: Gaetan Nadon <memsize@videotron.ca>
54 Date:   Fri Jan 28 19:41:38 2011 -0500
55
56     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
57     
58     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
59
60 commit 4aae82f7d0533ba696434b2c8d108e8d8206b8bc
61 Author: Gaetan Nadon <memsize@videotron.ca>
62 Date:   Thu Jan 27 18:50:15 2011 -0500
63
64     config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
65     
66     XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
67     AC_PROG_C_C99. This sets gcc with -std=gnu99.
68     If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
69     
70     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
71
72 commit 3eb0d49a8d673c79ba9714d027f1ee056cf4b0b9
73 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
74 Date:   Fri Oct 29 18:00:17 2010 -0700
75
76     libXxf86dga 1.1.2
77     
78     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
79
80 commit 967c47b8e431e1b4a25b3436ba4e130cc7eee5b5
81 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
82 Date:   Fri Oct 29 17:58:37 2010 -0700
83
84     Sun's copyrights now belong to Oracle
85     
86     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
87
88 commit a9cad8418292ee2291004d2c9ada7547120b53fd
89 Author: Jesse Adkins <jesserayadkins@gmail.com>
90 Date:   Tue Sep 28 13:30:04 2010 -0700
91
92     Purge cvs tags.
93     
94     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
95     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
96
97 commit a8a764e1c41a8f261f768e9ac2ef24e23ba6eedd
98 Author: Gaetan Nadon <memsize@videotron.ca>
99 Date:   Tue Aug 17 14:37:23 2010 -0400
100
101     man: store shadow man pages in git rather than generating them
102     
103     Simplify the build process and the makefile.
104     
105     Local fix in CVS for bug 5628 is not required
106     as the problem has been fixed in
107     util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
108     
109     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
110
111 commit 7395fb5197549ce048b9e759eb27cd7f4f284c66
112 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
113 Date:   Thu Jul 8 15:28:39 2010 -0700
114
115     Use make rules instead of shell for loops to generate shadow man pages
116     
117     Allows parallel make and simpler build logs/error reporting
118     
119     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
120
121 commit 30a8e2d18fe6dc9fac599e2570360ebb27207811
122 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
123 Date:   Thu Jul 8 15:26:35 2010 -0700
124
125     config: upgrade to util-macros 1.8 for additional man page support
126     
127     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
128     The value of MAN_SUBST is the same for all X.Org packages.
129     
130     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
131     The existing statement can now be removed from the configuration file.
132     
133     Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
134     Enables silent rule and use platform appropriate version of sed.
135     
136     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
137
138 commit 86ece63cf0d038eb36e80cc4836eb387c407b773
139 Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
140 Date:   Thu Jul 1 07:08:11 2010 -0300
141
142     Purge macros NEED_EVENTS and NEED_REPLIES
143     
144     Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
145     Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
146     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
147
148 commit 5c9d042d4450d28c50258895885836253fbf5e61
149 Author: Gaetan Nadon <memsize@videotron.ca>
150 Date:   Mon Mar 29 16:50:34 2010 -0400
151
152     config: update AC_PREREQ statement to 2.60
153     
154     Unrelated to the previous patches, the new value simply reflects
155     the reality that the minimum level for autoconf to configure
156     all x.org modules is 2.60 dated June 2006.
157     
158     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
159     
160     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
161
162 commit e8483875af8417918ce99fac61982167f96acf17
163 Author: Gaetan Nadon <memsize@videotron.ca>
164 Date:   Mon Mar 29 14:53:49 2010 -0400
165
166     config: remove the pkgconfig pc.in file from EXTRA_DIST
167     
168     Automake always includes it in the tarball.
169     
170     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
171
172 commit 1ad4c147bbaf1523adba2e9f4b289c0fb4360097
173 Author: Gaetan Nadon <memsize@videotron.ca>
174 Date:   Tue Feb 16 10:37:21 2010 -0500
175
176     config: move CWARNFLAGS from configure.ac to Makefile.am
177     
178     Compiler warning flags should be explicitly set in the makefile
179     rather than being merged with other packages compiler flags.
180     
181     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
182
183 commit 253089a20d1496ef4102d06d603f1755e5e6e746
184 Author: Gaetan Nadon <memsize@videotron.ca>
185 Date:   Thu Jan 14 10:37:36 2010 -0500
186
187     COPYING: fix copyright notice format
188     
189     Newlines and spaces.
190     
191     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
192
193 commit 639c859ee3b74088a50bc0402f99261bd5c0f3e9
194 Author: Alan Coopersmith <alan.coopersmith@sun.com>
195 Date:   Thu Jan 14 20:56:48 2010 -0800
196
197     Update Sun license notices to current X.Org standard form
198     
199     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
200
201 commit cc8610353912c7002da001365cb9a27e1e02091a
202 Author: Gaetan Nadon <memsize@videotron.ca>
203 Date:   Fri Nov 27 20:56:04 2009 -0500
204
205     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
206     
207     Now that the INSTALL file is generated.
208     Allows running make maintainer-clean.
209
210 commit 6631f7b26574e665dfec6003ecc8d0bf77151ab4
211 Author: Gaetan Nadon <memsize@videotron.ca>
212 Date:   Wed Oct 28 14:09:10 2009 -0400
213
214     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
215     
216     Add missing INSTALL file. Use standard GNU file on building tarball
217     README may have been updated
218     Remove AUTHORS file as it is empty and no content available yet.
219     Remove NEWS file as it is empty and no content available yet.
220
221 commit 7c8e098dece92f8ac824c8e2eb3e737cacee57e7
222 Author: Gaetan Nadon <memsize@videotron.ca>
223 Date:   Tue Oct 27 15:07:26 2009 -0400
224
225     Deploy the new XORG_DEFAULT_OPTIONS #24242
226     
227     This macro aggregate a number of existing macros that sets commmon
228     X.Org components configuration options. It shields the configuration file from
229     future changes.
230
231 commit 8255d46aafed7f7527360b7b1dbf2333ad41444a
232 Author: Gaetan Nadon <memsize@videotron.ca>
233 Date:   Mon Oct 26 22:08:43 2009 -0400
234
235     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
236     
237     ChangeLog filename is known to Automake and requires no further
238     coding in the makefile.
239
240 commit efd0fb6f31ee88887e16e98dca89473ff2bb56a1
241 Author: Gaetan Nadon <memsize@videotron.ca>
242 Date:   Thu Oct 22 12:34:19 2009 -0400
243
244     .gitignore: use common defaults with custom section # 24239
245     
246     Using common defaults will reduce errors and maintenance.
247     Only the very small or inexistent custom section need periodic maintenance
248     when the structure of the component changes. Do not edit defaults.
249
250 commit 990b19154368d9a1733636367d6a99d863d558ee
251 Author: Peter Hutterer <peter.hutterer@who-t.net>
252 Date:   Tue Oct 6 16:14:45 2009 +1000
253
254     libXxf86dga 1.1.1
255     
256     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
257
258 commit 3cfcfc6246fb213bb0edf529b4f2b40907e5161c
259 Author: Peter Hutterer <peter.hutterer@who-t.net>
260 Date:   Tue Oct 6 15:38:27 2009 +1000
261
262     Include Xxf86dga.h, not xf86dga.
263     
264     f78f3ed3571ab0bd75753a7ab388120a383d894a removed xf86dga.h and instead
265     provided Xxf86dga.h. Let's use it!
266     
267     Also, remove two superfluous includes, including it once per file is enough.
268     
269     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
270
271 commit 0bd51760a0d92181faedbd52e7d7249c8179f95d
272 Author: Peter Hutterer <peter.hutterer@who-t.net>
273 Date:   Tue Oct 6 15:34:22 2009 +1000
274
275     Actually use XORG_DEFAULT_OPTIONS
276     
277     For some reason, this part didn't make it into
278     8eab9123467b047f2b4ddec7df48a679c9254ca1.
279     
280     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
281
282 commit 5bf5c3c78963cec3cd22e445c62cc7cfd2a37df2
283 Author: Peter Hutterer <peter.hutterer@who-t.net>
284 Date:   Thu Oct 1 22:34:39 2009 +1000
285
286     libXxf86dga 1.1
287     
288     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
289
290 commit 8eab9123467b047f2b4ddec7df48a679c9254ca1
291 Author: Peter Hutterer <peter.hutterer@who-t.net>
292 Date:   Thu Oct 1 22:33:10 2009 +1000
293
294     Require macros 1.3 for XORG_DEFAULT_OPTIONS
295     
296     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
297
298 commit 9be294d7455ce5799b09bc6bb06c18bea80287be
299 Author: Peter Hutterer <peter.hutterer@who-t.net>
300 Date:   Mon Sep 21 10:16:25 2009 +1000
301
302     Bump to 1.0.99.2
303     
304     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
305
306 commit f78f3ed3571ab0bd75753a7ab388120a383d894a
307 Author: Carl Worth <cworth@cworth.org>
308 Date:   Wed Sep 16 17:08:17 2009 -0700
309
310     Rename xf86dga.h to Xxf86dga.h
311     
312     The xf86dgaproto package (as of 2.0.99.2) now provides an include file
313     named xf86dga.h for compatibility. We now depend on that version.
314
315 commit fd90936abab52caf163c83d114a22980adcc3ee0
316 Author: Peter Hutterer <peter.hutterer@who-t.net>
317 Date:   Thu Aug 27 10:56:55 2009 +1000
318
319     Bump to 1.0.99.1
320     
321     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
322
323 commit e28cffbe48279a622b19cab1c83ab0a97e60ccef
324 Author: Peter Hutterer <peter.hutterer@who-t.net>
325 Date:   Wed Aug 26 16:41:04 2009 +1000
326
327     Move Xlib headers from xf86dgaproto to here.
328     
329     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
330
331 commit 66abdd3e52ef3071c7d89313cc95935a4ee7ba52
332 Author: Alan Coopersmith <alan.coopersmith@sun.com>
333 Date:   Mon Feb 2 20:34:37 2009 -0800
334
335     Add README with pointers to mailing list, bugzilla & git repos
336     
337     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
338
339 commit 11ff34f811737514ded5231b73407d63a1baf68d
340 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
341 Date:   Mon Feb 2 14:22:44 2009 -0200
342
343     Janitor: make distcheck and .gitignore.
344
345 commit d5bcd25affa9df2d937f57fac914de4b6f740ae6
346 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
347 Date:   Sun Mar 9 08:47:58 2008 +0100
348
349     nuke RCS Ids
350
351 commit 7acb8e34e19ca4ac3347cd42c31adf877397f23b
352 Author: James Cloos <cloos@jhcloos.com>
353 Date:   Thu Dec 6 16:38:43 2007 -0500
354
355     Replace static ChangeLog with dist-hook to generate from git log
356
357 commit 5968e0f1e992db63b003f2389657cd527a806efd
358 Author: Eric Anholt <eric@anholt.net>
359 Date:   Wed Sep 5 10:17:57 2007 -0700
360
361     Bump to 1.0.2 and require updated xf86dgaproto for the prototype update.
362
363 commit 625a9c61265cdd1de3da425843a1a8de80d67c78
364 Author: James Cloos <cloos@jhcloos.com>
365 Date:   Mon Sep 3 05:53:50 2007 -0400
366
367     Add *~ to .gitignore to skip patch/emacs droppings
368
369 commit b3d86af10895f30ffb2999c28c5864b2be8681f6
370 Author: Wang Zhenyu <zhenyu.z.wang@intel.com>
371 Date:   Wed Apr 18 09:35:56 2007 +0800
372
373     Fix sign extension bug on x86_64 system.
374     
375     In XF86DGAGetVideoLL(), we pass offset param as 'int' type, but
376     later we cast it to 'unsigned long' in calling MapPhysAddress().
377     This causes page table error on x86_64 system like below:
378     
379     dga: Corrupted page table at address 2b9712b1b000
380     PGD 702a4067 PUD 6f830067 PMD 6f864067 PTE ffffffff80040027
381     Bad pagetable: 000f [1] SMP
382     CPU 0
383     Modules linked in: i915 drm dm_mirror dm_mod video button battery asus_acpi ac parport_pc parport nvram uhci_hcd ehci_hcd snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core e1000 snd_timer snd soundcore snd_page_alloc
384     Pid: 2509, comm: dga Not tainted 2.6.21-rc6 #2
385     RIP: 0033:[<0000003d119754a0>]  [<0000003d119754a0>]
386     RSP: 002b:00007fff98f0d4c8  EFLAGS: 00010202
387     RAX: 0000000000008000 RBX: 0000000000000001 RCX: 00002b9712b1b000
388     RDX: 0000000000200000 RSI: 0000000000000071 RDI: 00002b9712b1b000
389     RBP: 0000000000000000 R08: 7171717171717171 R09: 0000000000000000
390     R10: 0000000000000000 R11: 0000003d119753e0 R12: 0000000000000000
391     R13: 00007fff98f0d730 R14: 0000000000503010 R15: 0000000000000000
392     FS:  00002b9712b19f60(0000) GS:ffffffff8060d000(0000) knlGS:0000000000000000
393     CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
394     CR2: 00002b9712b1b000 CR3: 000000006ffdb000 CR4: 00000000000006e0
395     Process dga (pid: 2509, threadinfo ffff8100718de000, task ffff81006ffd67a0)
396     
397     RIP  [<0000003d119754a0>]
398      RSP <00007fff98f0d4c8>
399     
400     This patch requires latest xf86dgaproto to build.
401
402 commit 316e02ab0bd590851c80e3028150f2a6a5a36708
403 Author: Alan Coopersmith <alan.coopersmith@sun.com>
404 Date:   Thu Jul 13 14:59:12 2006 -0700
405
406     renamed: .cvsignore -> .gitignore
407
408 commit b5be6bc7a5b5527f86dfd224e89a7c1561845131
409 Author: Adam Jackson <ajax@nwnk.net>
410 Date:   Thu Apr 27 00:25:08 2006 +0000
411
412     Bump to 1.0.1
413
414 commit 9ec9ba4c4539b27d819553fa4be73745b4fdfbf7
415 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
416 Date:   Sun Feb 12 18:19:23 2006 +0000
417
418     Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages
419         not created correctly when MANDIR & MANSUFFIX don't match.
420
421 commit 5ab70ae500ec62fc89c7fa783f60db87d8b934a7
422 Author: Kevin E Martin <kem@kem.org>
423 Date:   Thu Dec 15 00:24:35 2005 +0000
424
425     Update package version number for final X11R7 release candidate.
426
427 commit a31ecfdc3fde5b217f06cf3351bb12b37f5f7882
428 Author: Kevin E Martin <kem@kem.org>
429 Date:   Tue Dec 6 22:48:45 2005 +0000
430
431     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
432
433 commit a3121e6147f16eb72c9df262c7735191c98626bd
434 Author: Kevin E Martin <kem@kem.org>
435 Date:   Sat Dec 3 05:49:45 2005 +0000
436
437     Update package version number for X11R7 RC3 release.
438
439 commit 47a9625fe9e29c4ead2b7209c0d064aeff415eaf
440 Author: Kevin E Martin <kem@kem.org>
441 Date:   Sat Dec 3 04:41:51 2005 +0000
442
443     Add check and cflags for malloc(0) returning NULL.
444
445 commit dbd43adfb46efddc1380895e192d96982470cb4d
446 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
447 Date:   Mon Nov 28 22:03:06 2005 +0000
448
449     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
450         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
451
452 commit 81f335d928ea693c6dff24c2a170010959b1cc1d
453 Author: Kevin E Martin <kem@kem.org>
454 Date:   Sat Nov 19 07:15:43 2005 +0000
455
456     Update pkgconfig files to separate library build-time dependencies from
457         application build-time dependencies, and update package deps to work
458         with separate build roots.
459
460 commit a346dd66fdfe04d2cb41bd2f7869f1c6b90e5941
461 Author: Kevin E Martin <kem@kem.org>
462 Date:   Wed Nov 9 21:19:13 2005 +0000
463
464     Update package version number for X11R7 RC2 release.
465
466 commit 70330a9bf76526353725e50233faafa14efcde16
467 Author: Kean Johnson <kean@armory.com>
468 Date:   Tue Nov 8 06:33:25 2005 +0000
469
470     See ChangeLog entry 2005-11-07 for details.
471
472 commit 01d7b50a520e92449afaabaed5d331db9c49084e
473 Author: Kevin E Martin <kem@kem.org>
474 Date:   Wed Oct 19 02:48:12 2005 +0000
475
476     Update package version number for RC1 release.
477
478 commit b0171fe11db042bccc7eaf2c0a88c3640eba6974
479 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
480 Date:   Tue Oct 18 00:00:09 2005 +0000
481
482     Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
483         work better with BSD make
484
485 commit 32bf677cabd0641aa6bdcfbf58ec782133cc97ff
486 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
487 Date:   Mon Oct 17 21:13:22 2005 +0000
488
489     Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
490         suffix rule (reported by Matthieu Herrb)
491
492 commit 04020960fd2baa35a0e3546a536fe196f9e0d13d
493 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
494 Date:   Thu Oct 13 04:25:46 2005 +0000
495
496     Add generated man pages to .cvsignores
497
498 commit 03c9007c310c8ca72d4c01a64f20c92bc581d688
499 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
500 Date:   Wed Oct 12 01:18:25 2005 +0000
501
502     Use sed to put version number in man page Add shadow man pages for man
503         pages that document multiple functions.
504
505 commit 4ce6461553712f7e966e874607225e57cd35e7eb
506 Author: Kevin E Martin <kem@kem.org>
507 Date:   Fri Jul 29 21:22:53 2005 +0000
508
509     Various changes preparing packages for RC0:
510     - Verify and update package version numbers as needed
511     - Implement versioning scheme
512     - Change bug address to point to bugzilla bug entry form
513     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
514         reenable it)
515     - Fix makedepend to use pkgconfig and pass distcheck
516     - Update build script to build macros first
517     - Update modular Xorg version
518
519 commit b56facdddd0b07195082ca94f6745b890151ad7b
520 Author: Keith Packard <keithp@keithp.com>
521 Date:   Sat Jul 9 21:05:22 2005 +0000
522
523     Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
524
525 commit 2343f1171cb1a36e47622395965d072a0ce78db7
526 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
527 Date:   Fri Jul 1 16:16:15 2005 +0000
528
529     spell freedesktop.org correctly
530
531 commit 139215564ee6e63101858b9481f3413361a6d4a7
532 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
533 Date:   Fri Jun 10 22:38:47 2005 +0000
534
535     Apply patch from Jeff Smith (whydoubt@yahoo.com):
536     - Add file linking for Xxf86misc, Xxf86dga, and Xxf86vm.
537     - Check in build system for Xxf86misc, Xxf86dga, and Xxf86vm.
538
539 commit 177b9f5cb3c9108d9547731721efb8cd6064b753
540 Author: Egbert Eich <eich@suse.de>
541 Date:   Thu May 6 17:31:17 2004 +0000
542
543     BugZilla #601: Fixing makedepend choking on floating point exception
544         because CHAR_BIT is defined to __CHAR_BIT__ which is a compiler
545         intrinsic define. BugZilla #605: Fixing build on IA64 which is broken
546         due to the inclusion of the kernel header asm/page.h. Kernel headers
547         however don't work with
548     -ansi. The inclusion of asm/page.h can however savely be removed as it
549         there are plenty of other ways to determine the page size.
550
551 commit a18b2a60c586926bf51e40aae0adf65c0b232184
552 Author: Egbert Eich <eich@suse.de>
553 Date:   Fri Apr 23 18:43:55 2004 +0000
554
555     Merging XORG-CURRENT into trunk
556
557 commit 5ac2ec8cdbfc35957cca371e11c7dad06d410f73
558 Author: Egbert Eich <eich@suse.de>
559 Date:   Sun Mar 14 08:32:27 2004 +0000
560
561     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
562
563 commit 1abdebb927820b966ea5c4af7437666fef02ba77
564 Author: Egbert Eich <eich@suse.de>
565 Date:   Wed Mar 3 12:11:33 2004 +0000
566
567     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
568
569 commit 2fdd9aa86fb54d85563b7a9cb5b232b3a47705c0
570 Author: Egbert Eich <eich@suse.de>
571 Date:   Thu Feb 26 13:35:34 2004 +0000
572
573     readding XFree86's cvs IDs
574
575 commit a102c89670006328f7ef0190385d72a5b1d52e5c
576 Author: Egbert Eich <eich@suse.de>
577 Date:   Thu Feb 26 09:22:48 2004 +0000
578
579     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
580
581 commit 7c35b3f77af60ea304442f55ca5c665c0862da0a
582 Author: Kaleb Keithley <kaleb@freedesktop.org>
583 Date:   Thu Dec 4 22:02:57 2003 +0000
584
585     XFree86 4.3.99.901 (RC 1)
586
587 commit dad8187051796d5dd318a4c324336344f80debab
588 Author: Kaleb Keithley <kaleb@freedesktop.org>
589 Date:   Thu Dec 4 22:02:57 2003 +0000
590
591     Initial revision
592
593 commit 55019a1748a69f278dcc728e0db7ee79d426e695
594 Author: Kaleb Keithley <kaleb@freedesktop.org>
595 Date:   Tue Nov 25 19:28:16 2003 +0000
596
597     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
598
599 commit 2b92812979340a133c14336d4a87ea95a942b676
600 Author: Kaleb Keithley <kaleb@freedesktop.org>
601 Date:   Fri Nov 14 16:48:49 2003 +0000
602
603     XFree86 4.3.0.1
604
605 commit ca572cb2f331b374c246b4435f5aeb036392e16f
606 Author: Kaleb Keithley <kaleb@freedesktop.org>
607 Date:   Fri Nov 14 16:48:49 2003 +0000
608
609     Initial revision