Add multi-lib support
[platform/upstream/libXinerama.git] / ChangeLog
1 commit 34b66b71eeb04a50125a3e5c59fe0d22500ab679
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Wed Mar 7 20:29:30 2012 -0800
4
5     libXinerama 1.1.2
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 2a6cc285b7f9c880d08de6e58b045a314fc1ff78
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Thu Nov 10 21:35:42 2011 -0800
12
13     Fix gcc -Wwrite-strings warning
14     
15     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17 commit 3e94f2d5fe0ee95f54faabbe253ac33327ef6d66
18 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19 Date:   Fri Sep 16 22:44:02 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 22cd4cfdf1613d73cdd84eae805239f55c4265c2
29 Author: Gaetan Nadon <memsize@videotron.ca>
30 Date:   Wed Feb 2 11:43:43 2011 -0500
31
32     config: comment, minor upgrade, quote and layout configure.ac
33     
34     Group statements per section as per Autoconf standard layout
35     Quote statements where appropriate.
36     Autoconf recommends not using dnl instead of # for comments
37     
38     Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
39     Add AC_CONFIG_SRCDIR([Makefile.am])
40     
41     This helps automated maintenance and release activities.
42     Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
43
44 commit 6333852f00206cfb9320f4ddca685195a79341a9
45 Author: Gaetan Nadon <memsize@videotron.ca>
46 Date:   Fri Jan 28 19:41:37 2011 -0500
47
48     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
49     
50     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
51
52 commit 8dcc510ee404798a688574d57157eb9e1477ea44
53 Author: Gaetan Nadon <memsize@videotron.ca>
54 Date:   Thu Jan 27 18:50:15 2011 -0500
55
56     config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
57     
58     XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
59     AC_PROG_C_C99. This sets gcc with -std=gnu99.
60     If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
61     
62     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
63
64 commit 8e62595cc1af274f1c40868c5d7461c176982062
65 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
66 Date:   Wed Oct 27 23:28:24 2010 -0700
67
68     libXinerama 1.1.1
69     
70     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
71
72 commit d94e21941a296ed125d4704c31af020fd140fcbc
73 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
74 Date:   Wed Oct 27 23:27:21 2010 -0700
75
76     Sun's copyrights now belong to Oracle
77     
78     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
79
80 commit d3da9510deb14255ee7eabdecc3988af57441ee7
81 Author: Jesse Adkins <jesserayadkins@gmail.com>
82 Date:   Tue Sep 28 13:30:03 2010 -0700
83
84     Purge cvs tags.
85     
86     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
87     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
88
89 commit c09ed03c45c8141b620a49bce2dc19a2729b60b8
90 Author: Gaetan Nadon <memsize@videotron.ca>
91 Date:   Mon Aug 16 20:06:56 2010 -0400
92
93     man: store shadow man pages in git rather than generating them
94     
95     Simplify the build process and the makefile.
96     
97     Local fix in CVS for bug 5628 is not required
98     as the problem has been fixed in
99     util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
100     
101     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
102
103 commit ade2b02753362b178d7e926e18601ae2b0698532
104 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
105 Date:   Wed Jul 7 16:38:03 2010 -0700
106
107     Use make rules instead of shell for loops to generate shadow man pages
108     
109     Allows parallel make and simpler build logs/error reporting
110     
111     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
112
113 commit 2921352cfef9faf007f2b35aa06089425ba095ed
114 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
115 Date:   Wed Jul 7 16:32:00 2010 -0700
116
117     config: upgrade to util-macros 1.8 for additional man page support
118     
119     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
120     The value of MAN_SUBST is the same for all X.Org packages.
121     
122     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
123     The existing statement can now be removed from the configuration file.
124     
125     Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
126     Enables silent rule and use platform appropriate version of sed.
127     
128     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
129
130 commit 2b5874a864152ac0466476b1c5b8ab0203887d20
131 Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
132 Date:   Thu Jul 1 06:57:33 2010 -0300
133
134     Purge macros NEED_EVENTS and NEED_REPLIES
135     
136     Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
137     Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
138     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
139
140 commit d8a51c48a4278b3481a5301be8ecb533fe87e9a7
141 Author: Gaetan Nadon <memsize@videotron.ca>
142 Date:   Mon Mar 29 16:50:34 2010 -0400
143
144     config: update AC_PREREQ statement to 2.60
145     
146     Unrelated to the previous patches, the new value simply reflects
147     the reality that the minimum level for autoconf to configure
148     all x.org modules is 2.60 dated June 2006.
149     
150     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
151     
152     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
153
154 commit fa1772317219f2e2b4079c463f4139e02bec9853
155 Author: Gaetan Nadon <memsize@videotron.ca>
156 Date:   Mon Mar 29 14:53:49 2010 -0400
157
158     config: remove the pkgconfig pc.in file from EXTRA_DIST
159     
160     Automake always includes it in the tarball.
161     
162     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
163
164 commit 43b50ccdd50511aad7bdd1869b294813550f7741
165 Author: Gaetan Nadon <memsize@videotron.ca>
166 Date:   Tue Feb 16 10:37:21 2010 -0500
167
168     config: move CWARNFLAGS from configure.ac to Makefile.am
169     
170     Compiler warning flags should be explicitly set in the makefile
171     rather than being merged with other packages compiler flags.
172     
173     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
174
175 commit e528b336ce5aa66aa720fd94df4618f40a85b818
176 Author: Alan Coopersmith <alan.coopersmith@sun.com>
177 Date:   Thu Jan 14 20:43:47 2010 -0800
178
179     Fill in COPYING with licenses from source files
180     
181     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
182
183 commit e569f85315c0ff82a1481706f0736b85dc3bccf9
184 Author: Alan Coopersmith <alan.coopersmith@sun.com>
185 Date:   Thu Jan 14 20:40:40 2010 -0800
186
187     Update Sun license notices to current X.Org standard form
188     
189     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
190
191 commit a470f6392f4bd532e6e855445346f00e680983db
192 Author: Gaetan Nadon <memsize@videotron.ca>
193 Date:   Fri Nov 27 20:56:04 2009 -0500
194
195     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
196     
197     Now that the INSTALL file is generated.
198     Allows running make maintainer-clean.
199
200 commit 31f4af6528b6b45ea6f946f5ac97260f06c24071
201 Author: Gaetan Nadon <memsize@videotron.ca>
202 Date:   Wed Oct 28 14:09:10 2009 -0400
203
204     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
205     
206     Add missing INSTALL file. Use standard GNU file on building tarball
207     README may have been updated
208     Remove AUTHORS file as it is empty and no content available yet.
209     Remove NEWS file as it is empty and no content available yet.
210
211 commit f23ac859c9d47158c9ef58b93361e43e8cd63db3
212 Author: Gaetan Nadon <memsize@videotron.ca>
213 Date:   Tue Oct 27 15:07:25 2009 -0400
214
215     Deploy the new XORG_DEFAULT_OPTIONS #24242
216     
217     This macro aggregate a number of existing macros that sets commmon
218     X.Org components configuration options. It shields the configuration file from
219     future changes.
220
221 commit 94b6ea6665839bb399fe4befd3b6d1b20d128de8
222 Author: Gaetan Nadon <memsize@videotron.ca>
223 Date:   Mon Oct 26 22:08:43 2009 -0400
224
225     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
226     
227     ChangeLog filename is known to Automake and requires no further
228     coding in the makefile.
229
230 commit 231ee8c9bbed45d89eed56e6c861af259b12f005
231 Author: Gaetan Nadon <memsize@videotron.ca>
232 Date:   Thu Oct 22 12:34:19 2009 -0400
233
234     .gitignore: use common defaults with custom section # 24239
235     
236     Using common defaults will reduce errors and maintenance.
237     Only the very small or inexistent custom section need periodic maintenance
238     when the structure of the component changes. Do not edit defaults.
239
240 commit 968cb085c8e3fece7f10fe8e4c290f32e0b246b0
241 Author: Alan Coopersmith <alan.coopersmith@sun.com>
242 Date:   Mon Nov 2 14:58:54 2009 -0800
243
244     Fix PanroamiXOff typo in comment in panoramiXext.h
245     
246     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
247
248 commit 96c0d0e13c90e01c4335b64369adfac02ff8a148
249 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
250 Date:   Wed Oct 21 12:47:25 2009 -0700
251
252     This is not a GNU project, so declare it foreign.
253     
254     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
255     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
256     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
257     > > was quite annoying to work around since 'autoreconf -fvi' replaces
258     > > it and git wants to commit it.  Should these files even be in git?
259     > > Can I nuke them for the betterment of humanity and since they get
260     > > created by autoreconf anyways?
261     >
262     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
263     
264     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
265     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
266     of the INSTALL file. It is also part of the 24206 solution.
267     
268     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
269
270 commit ee877cebfea0773a91337439d32ece12444cf0a6
271 Author: Peter Hutterer <peter.hutterer@who-t.net>
272 Date:   Fri Oct 2 13:27:04 2009 +1000
273
274     libXinerama 1.1
275     
276     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
277
278 commit c5f1f903ddf1f2216bb31408caec3e87ea795dd9
279 Author: Peter Hutterer <peter.hutterer@who-t.net>
280 Date:   Fri Oct 2 13:26:17 2009 +1000
281
282     Require macros 1.3 for XORG_DEFAULT_OPTIONS
283     
284     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
285
286 commit 46e5273f34fd950cb4757583e06d5687d1f10407
287 Author: Peter Hutterer <peter.hutterer@who-t.net>
288 Date:   Thu Aug 27 11:47:34 2009 +1000
289
290     libXinerama 1.0.99.1
291     
292     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
293
294 commit 0bfbff6d88be339f5837aa2fff016950d07a6bc5
295 Author: Peter Hutterer <peter.hutterer@who-t.net>
296 Date:   Thu Aug 27 11:46:33 2009 +1000
297
298     Require xineramaproto 1.1.99.1 to avoid header conflicts.
299     
300     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
301
302 commit 90d4d23bf2e94721149ddc0a80093b10a82e8845
303 Author: Benjamin Close <Benjamin.Close@clearchain.com>
304 Date:   Fri Feb 13 14:48:50 2009 +1030
305
306     Proto major/minors shouldn't live in the extension header but the proto header
307     
308     Previously the Xserver was pulling in the extension header rather than the proto header
309     this led to issues when compiling the xserver. Instead we shift the proto numbers to
310     the proto header and tell the X server to use the proto header. Hence it's possible
311     to compile the server without the lib again.
312     
313     Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
314     Acked-by: Daniel Stone <daniel@fooishbar.org>
315     Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
316
317 commit 9810140927d4aa646f585367215d6ca684ce60a4
318 Author: Alan Coopersmith <alan.coopersmith@sun.com>
319 Date:   Mon Feb 2 20:34:34 2009 -0800
320
321     Add README with pointers to mailing list, bugzilla & git repos
322     
323     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
324
325 commit 39a19b89cb7bd226ec51000d4e8e7643ac076ce6
326 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
327 Date:   Fri Jan 30 03:53:40 2009 -0200
328
329     panoramiXext.h is included in X Server build.
330     
331       The X Server build only requires the value of the macros
332     PANORAMIX_MAJOR_VERSION and PANORAMIX_MINOR_VERSION.
333
334 commit 7c72e844a794a9cedd9e614e919f696b47ede5e5
335 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
336 Date:   Thu Jan 29 19:42:06 2009 -0200
337
338     Janitor: ansification, make distcheck, compiler warnings.
339
340 commit 8123c94eba27d1a3eb3f509a79c229ddfa1f881a
341 Author: Peter Hutterer <peter@cs.unisa.edu.au>
342 Date:   Mon May 19 22:56:50 2008 +0930
343
344     Add Xinerama.h and panoramiXext.h to includedir.
345     
346     Were previously part of xineramaproto, but they really belong here.
347     For a history of these files please refer to
348     git://anongit.freedesktop.org/git/xorg/proto/xineramaproto
349
350 commit c5ac895a7dabe5a46e33e733771f20cc08e72d95
351 Author: Peter Hutterer <peter@cs.unisa.edu.au>
352 Date:   Mon May 19 17:43:19 2008 +0930
353
354     Rename parameters to clarify QueryVersion/QueryExtension.
355     
356     These parameters are not treated as input. Rename them to make the inner
357     workings slightly more obvious.
358     
359     X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>
360
361 commit cbfc4113a44053c2dfacd14475ff14f43817f3c1
362 Author: Adam Jackson <ajax@redhat.com>
363 Date:   Thu Mar 6 15:42:56 2008 -0500
364
365     libXinerama 1.0.3
366
367 commit 7c169beed2d8324c95385d248777f21c721b332e
368 Author: Adam Jackson <ajax@redhat.com>
369 Date:   Sun Feb 24 20:30:03 2008 -0500
370
371     Bug #13660: XineramaQueryScreens() always modifies the 'number' outparameter.
372     
373     This makes the code match the man page.
374
375 commit 52040eaaba626dd998f7a5421a923de0b0e06ad2
376 Author: James Cloos <cloos@jhcloos.com>
377 Date:   Thu Dec 6 15:51:17 2007 -0500
378
379     Add missing PHONY line for automatic ChangeLog generation
380
381 commit 5362a27db8fddfb03ade3b2c622a2256d91de9eb
382 Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
383 Date:   Wed Jul 25 21:41:28 2007 +0200
384
385     Fix typo in Xinerama.man
386     
387     Reported by Emanuele Rocca <ema@debian.org> in
388     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432256
389
390 commit 583d26d583bb0034ff91119ceefc08df64fbbc46
391 Author: Alan Coopersmith <alan.coopersmith@sun.com>
392 Date:   Fri Mar 16 16:26:41 2007 -0700
393
394     Version bump: 1.0.2
395
396 commit 96c081ed52e3437ede0062eb7ccfb520879cbc0e
397 Author: Alan Coopersmith <alan.coopersmith@sun.com>
398 Date:   Fri Mar 16 16:22:21 2007 -0700
399
400     Replace static ChangeLog with dist-hook to generate from git log
401
402 commit 1a5b5c7e5f603528ff69468f8d6d73e2e30442a5
403 Author: Alan Coopersmith <alan.coopersmith@sun.com>
404 Date:   Thu Mar 1 16:56:14 2007 -0800
405
406     Add man page for Xinerama API functions
407
408 commit 0062a3f12535043fd8d2dc70f41bd45fa6e8b495
409 Author: Alan Coopersmith <alan.coopersmith@sun.com>
410 Date:   Thu Mar 1 15:41:55 2007 -0800
411
412     Remove unneeded #include of <stdio.h>
413
414 commit 36a4a6f58b95ce244741df939cccef4733d80b03
415 Author: Alan Coopersmith <alan.coopersmith@sun.com>
416 Date:   Thu Feb 15 19:06:14 2007 -0800
417
418     Clear sparse warnings & error
419     
420     Xinerama.c:56:5: warning: incorrect type in initializer (incompatible argument 1 (different types))
421     Xinerama.c:68:8: error: symbol 'close_display' redeclared with different type (originally declared at Xinerama.c:48) - incompatible argument 1 (different types)
422     Xinerama.c:283:5: warning: Using plain integer as NULL pointer
423
424 commit c98be137c711235fe5bff430e93222d2a47b5e6a
425 Author: Alan Coopersmith <alan.coopersmith@sun.com>
426 Date:   Thu Feb 15 18:59:53 2007 -0800
427
428     Add support for source code checkers such as sparse & lint
429
430 commit 269885f05a4aed0eb3ee192217fa8ec6494f90c5
431 Author: Alan Coopersmith <alan.coopersmith@sun.com>
432 Date:   Thu Feb 15 18:55:38 2007 -0800
433
434     Add *~ to .gitignore to skip over emacs/patch droppings
435
436 commit e9214fe612d40bf5a792eda2dd9a52ef2bdba805
437 Author: Alan Coopersmith <alan.coopersmith@sun.com>
438 Date:   Thu Jul 13 14:59:00 2006 -0700
439
440     renamed: .cvsignore -> .gitignore
441
442 commit 29feb54b5a0e9a0bc96f02f7f8f89384afbd7feb
443 Author: Kevin E Martin <kem@kem.org>
444 Date:   Wed Dec 21 02:30:05 2005 +0000
445
446     Update package version for X11R7 release.
447
448 commit 1da385cfa49d34cf38ec296738db9ecc8e5a2f02
449 Author: Adam Jackson <ajax@nwnk.net>
450 Date:   Mon Dec 19 16:28:27 2005 +0000
451
452     Stub COPYING files
453
454 commit 78b498e1e7b92d59a16aa689cece7c1fdaf18eab
455 Author: Kevin E Martin <kem@kem.org>
456 Date:   Thu Dec 15 00:24:30 2005 +0000
457
458     Update package version number for final X11R7 release candidate.
459
460 commit bf6d28d2dd4d6d20e6a8d165f22d2d8c17b16133
461 Author: Kevin E Martin <kem@kem.org>
462 Date:   Sat Dec 3 05:49:44 2005 +0000
463
464     Update package version number for X11R7 RC3 release.
465
466 commit bacedae4107065e7b6617f3218f21a7321d8474c
467 Author: Kevin E Martin <kem@kem.org>
468 Date:   Sat Dec 3 04:41:50 2005 +0000
469
470     Add check and cflags for malloc(0) returning NULL.
471
472 commit d1078682cc64b0a669c6180839efd8a137b90d13
473 Author: Kevin E Martin <kem@kem.org>
474 Date:   Sat Nov 19 07:15:41 2005 +0000
475
476     Update pkgconfig files to separate library build-time dependencies from
477         application build-time dependencies, and update package deps to work
478         with separate build roots.
479
480 commit 0af77179518266232a5e3b10f180325a21dd3343
481 Author: Kevin E Martin <kem@kem.org>
482 Date:   Wed Oct 19 02:48:11 2005 +0000
483
484     Update package version number for RC1 release.
485
486 commit 219ac4ac54207f1d5ed334efade3335ff2c64add
487 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
488 Date:   Fri Aug 19 00:13:46 2005 +0000
489
490     More updates for Panoramix -> Xinerama rename
491
492 commit 4306b9835f9015c38f8d5ec19526c8555a1b84cf
493 Author: Adam Jackson <ajax@nwnk.net>
494 Date:   Wed Aug 3 03:28:01 2005 +0000
495
496     Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
497         a global configure cache don't get confused.
498
499 commit 24aa28a9dad24944a006c4038c35f6302b5ea3b0
500 Author: Kevin E Martin <kem@kem.org>
501 Date:   Fri Jul 29 21:22:51 2005 +0000
502
503     Various changes preparing packages for RC0:
504     - Verify and update package version numbers as needed
505     - Implement versioning scheme
506     - Change bug address to point to bugzilla bug entry form
507     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
508         reenable it)
509     - Fix makedepend to use pkgconfig and pass distcheck
510     - Update build script to build macros first
511     - Update modular Xorg version
512
513 commit 5468d892030e993a2fdd4c8177cc7cb193ba0411
514 Author: Daniel Stone <daniel@fooishbar.org>
515 Date:   Sat Jul 16 07:14:52 2005 +0000
516
517     Set soversion to 1.0.0 using -version-number.
518
519 commit 29971c16c1ad45dc8c958e12561e77e745e4a2fc
520 Author: Daniel Stone <daniel@fooishbar.org>
521 Date:   Tue Jul 12 07:56:48 2005 +0000
522
523     Change version to 1.1.0 and soversion to 1.0.0.
524
525 commit e6417efb575017851e0e988ad99304094c36290c
526 Author: Keith Packard <keithp@keithp.com>
527 Date:   Sat Jul 9 06:42:31 2005 +0000
528
529     Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
530
531 commit 3835ed8e7aac1dfafa02ba6e33273523a6ef139f
532 Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
533 Date:   Tue Jun 21 15:41:36 2005 +0000
534
535     lib/XScrnSaver/configure.ac
536     lib/XScrnSaver/src/Makefile.am
537     lib/Xfontcache/configure.ac
538     lib/Xfontcache/src/Makefile.am
539     lib/Xinerama/configure.ac
540     lib/Xinerama/src/Makefile.am
541     lib/Xtst/configure.ac
542     lib/Xv/configure.ac
543     lib/XvMC/configure.ac
544     lib/dmx/configure.ac Add missing xext.pc and xextproto.pc Add DEP_CFLAGS to
545         src/Makefile.am
546
547 commit 2a6c0aa8f36dad9ff49385ef15c3dfc2529483b8
548 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
549 Date:   Fri Jun 10 19:33:53 2005 +0000
550
551     util/modular/modularizelibrary.sh: use rm -f instead of rm in one place
552         util/modular/addbuild.sh: Make it much faster by adding all the files
553         at once lib/Xinerama: check in the build system
554
555 commit d7469261b17559d537660fbae0fc39fa1e37b6a2
556 Author: Egbert Eich <eich@suse.de>
557 Date:   Fri Apr 23 18:43:45 2004 +0000
558
559     Merging XORG-CURRENT into trunk
560
561 commit c9662b6719b33f6a8dfee281fd93379ca6d4624b
562 Author: Egbert Eich <eich@suse.de>
563 Date:   Sun Mar 14 08:32:12 2004 +0000
564
565     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
566
567 commit bbbb84282378baf72c0708933366168cbfec284e
568 Author: Egbert Eich <eich@suse.de>
569 Date:   Wed Mar 3 12:11:29 2004 +0000
570
571     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
572
573 commit 787da2ac90290d601d0c2109c26bff9c3a66118f
574 Author: Egbert Eich <eich@suse.de>
575 Date:   Thu Feb 26 13:35:33 2004 +0000
576
577     readding XFree86's cvs IDs
578
579 commit 27f0b1858e9939afc9b9d064bea23d6ebfe0570d
580 Author: Egbert Eich <eich@suse.de>
581 Date:   Thu Feb 26 09:22:43 2004 +0000
582
583     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
584
585 commit a89cc18ae1eb9cf612d6f4987d49541e008a0fb4
586 Author: Kaleb Keithley <kaleb@freedesktop.org>
587 Date:   Fri Nov 14 16:48:49 2003 +0000
588
589     XFree86 4.3.0.1
590
591 commit d16fb988d427bf8c684a80fee18a4fe6c4d1d578
592 Author: Kaleb Keithley <kaleb@freedesktop.org>
593 Date:   Fri Nov 14 16:48:49 2003 +0000
594
595     Initial revision