1commit 71dfee64feb84f907016940263b235a61c9e8960
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Fri Oct 28 19:11:15 2022 -0700
4
5    libXinerama 1.1.5
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 6d79fed500bac57b41446fb1e3c5017c8607e58a
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Fri Oct 14 16:59:57 2022 -0700
12
13    Remove "register" type qualifier from variable declarations
14    
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17commit 23bbb667935de678fadb16e254f319a8c24ac71a
18Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19Date:   Fri Oct 14 16:54:53 2022 -0700
20
21    XineramaQueryScreens: fix -Wsign-compare warning
22    
23    Xinerama.c: In function ‘XineramaQueryScreens’:
24    Xinerama.c:308:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
25      for (i = 0; i < rep.number; i++) {
26                    ^
27    
28    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
29
30commit f7c9b2cdd92cfcc1fcf0eb94c7fc5daaed2786f4
31Author: Alan Coopersmith <alan.coopersmith@oracle.com>
32Date:   Sun Jul 17 15:21:04 2022 -0700
33
34    gitlab CI: add a basic build test
35    
36    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
37
38commit 389b352dad70c714386cab600b538de4fcee47b6
39Author: Alan Coopersmith <alan.coopersmith@oracle.com>
40Date:   Sun Jul 17 15:19:21 2022 -0700
41
42    Fix spelling/wording issues
43    
44    Found by using:
45        codespell --builtin clear,rare,usage,informal,code,names
46    
47    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
48
49commit c195abbb5f072cf2c5a575fe482bf1cf23531f14
50Author: Alan Coopersmith <alan.coopersmith@oracle.com>
51Date:   Sun Jul 17 15:18:14 2022 -0700
52
53    Build xz tarballs instead of bzip2
54    
55    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
56
57commit c5187f076d16601c15c59c5a2f05c0513d9f042b
58Author: Alan Coopersmith <alan.coopersmith@oracle.com>
59Date:   Fri Dec 7 19:43:32 2018 -0800
60
61    Update configure.ac bug URL for gitlab migration
62    
63    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
64
65commit 5b5dd2bf7d141850a3bca41bfd198f8fab13812b
66Author: Alan Coopersmith <alan.coopersmith@oracle.com>
67Date:   Mon Nov 19 22:24:46 2018 -0800
68
69    Update README for gitlab migration
70    
71    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
72
73commit c3ab2361f13154921df2992f9eacc1ea1b3f946b
74Author: Adam Jackson <ajax@redhat.com>
75Date:   Thu Jul 5 11:42:49 2018 -0400
76
77    libXinerama 1.1.4
78    
79    Signed-off-by: Adam Jackson <ajax@redhat.com>
80
81commit 56777107b0c517ba58304d6a247bf65f7a27eb96
82Author: Mihail Konev <k.mvc@ya.ru>
83Date:   Thu Jan 26 13:52:49 2017 +1000
84
85    autogen: add default patch prefix
86    
87    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
88
89commit 8760aecaae521a4ea88793462eb743d5877320c8
90Author: Emil Velikov <emil.l.velikov@gmail.com>
91Date:   Mon Mar 9 12:00:52 2015 +0000
92
93    autogen.sh: use quoted string variables
94    
95    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
96    fall-outs, when they contain space.
97    
98    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
99    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
100    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
101
102commit 7dcef53aa805884e1317d50db7778e422e3b412b
103Author: Peter Hutterer <peter.hutterer@who-t.net>
104Date:   Tue Jan 24 10:32:07 2017 +1000
105
106    autogen.sh: use exec instead of waiting for configure to finish
107    
108    Syncs the invocation of configure with the one from the server.
109    
110    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
111    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
112
113commit 1142dd023acaac3cad96137aaf24c45b260e3ecd
114Author: Tobias Stoeckmann <tobias@stoeckmann.org>
115Date:   Sun Jan 22 15:18:04 2017 +0100
116
117    libXinerama: Set number of screens to 0 on error
118    
119    The documentation of XineramaQueryScreens states that number is always
120    set to the amount of screens in the returned array, but if the
121    communication with the X server fails, NULL is returned without
122    modifying number.
123    
124    At least dwm relies on the fact that number is set to 0 on error, i.e.
125    when NULL is returned. As a NULL pointer contains 0 elements and the
126    documentation states that number contains the amount of elements of the
127    returned array, I think this should be fixed inside libXinerama.
128    
129    Reviewed-by: Adam Jackson <ajax@redhat.com>
130
131commit edd95182b26eb5d576d4878c559e0f17dddaa909
132Author: Michael Joost <mehl@michael-joost.de>
133Date:   Mon Nov 18 16:11:26 2013 +0100
134
135    Remove fallback for _XEatDataWords, require libX11 1.6 for it
136    
137    _XEatDataWords was orignally introduced with the May 2013 security
138    patches, and in order to ease the process of delivering those,
139    fallback versions of _XEatDataWords were included in the X extension
140    library patches so they could be applied to older versions that didn't
141    have libX11 1.6 yet.   Now that we're past that hurdle, we can drop
142    the fallbacks and just require libX11 1.6 for building new versions
143    of the extension libraries.
144    
145    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
146    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
147
148commit 6e1d1dc328ba8162bba2f4694e7f3c706a1491ff
149Author: Alan Coopersmith <alan.coopersmith@oracle.com>
150Date:   Thu May 30 17:27:51 2013 -0700
151
152    libXinerama 1.1.3
153    
154    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
155
156commit 99c644fc8488657bdd106717df7446d606f9ef22
157Author: Alan Coopersmith <alan.coopersmith@oracle.com>
158Date:   Fri Mar 8 19:55:55 2013 -0800
159
160    integer overflow in XineramaQueryScreens() [CVE-2013-1985]
161    
162    If the reported number of screens is too large, the calculations to
163    allocate memory for them may overflow, leaving us writing beyond the
164    bounds of the allocation.
165    
166    Reported-by: Ilja Van Sprundel <ivansprundel@ioactive.com>
167    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
168
169commit 7ce3ce4be46087f9cc57cb415875abaaa961f734
170Author: Alan Coopersmith <alan.coopersmith@oracle.com>
171Date:   Sat May 4 09:21:14 2013 -0700
172
173    Use _XEatDataWords to avoid overflow of _XEatData calculations
174    
175    rep.length is a CARD32, so rep.length << 2 could overflow in 32-bit builds
176    
177    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
178
179commit 470b9356af961ff7d3968b164aa73872b49a5dcc
180Author: Colin Walters <walters@verbum.org>
181Date:   Wed Jan 4 17:37:06 2012 -0500
182
183    autogen.sh: Implement GNOME Build API
184    
185    http://people.gnome.org/~walters/docs/build-api.txt
186    
187    Signed-off-by: Adam Jackson <ajax@redhat.com>
188
189commit c20859051442e4a262895a78ae934758fbdc34a0
190Author: Adam Jackson <ajax@redhat.com>
191Date:   Tue Jan 15 14:28:48 2013 -0500
192
193    configure: Remove AM_MAINTAINER_MODE
194    
195    Signed-off-by: Adam Jackson <ajax@redhat.com>
196
197commit 34b66b71eeb04a50125a3e5c59fe0d22500ab679
198Author: Alan Coopersmith <alan.coopersmith@oracle.com>
199Date:   Wed Mar 7 20:29:30 2012 -0800
200
201    libXinerama 1.1.2
202    
203    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
204
205commit 2a6cc285b7f9c880d08de6e58b045a314fc1ff78
206Author: Alan Coopersmith <alan.coopersmith@oracle.com>
207Date:   Thu Nov 10 21:35:42 2011 -0800
208
209    Fix gcc -Wwrite-strings warning
210    
211    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
212
213commit 3e94f2d5fe0ee95f54faabbe253ac33327ef6d66
214Author: Alan Coopersmith <alan.coopersmith@oracle.com>
215Date:   Fri Sep 16 22:44:02 2011 -0700
216
217    Strip trailing whitespace
218    
219    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
220    git diff -w & git diff -b show no diffs from this change
221    
222    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
223
224commit 22cd4cfdf1613d73cdd84eae805239f55c4265c2
225Author: Gaetan Nadon <memsize@videotron.ca>
226Date:   Wed Feb 2 11:43:43 2011 -0500
227
228    config: comment, minor upgrade, quote and layout configure.ac
229    
230    Group statements per section as per Autoconf standard layout
231    Quote statements where appropriate.
232    Autoconf recommends not using dnl instead of # for comments
233    
234    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
235    Add AC_CONFIG_SRCDIR([Makefile.am])
236    
237    This helps automated maintenance and release activities.
238    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
239
240commit 6333852f00206cfb9320f4ddca685195a79341a9
241Author: Gaetan Nadon <memsize@videotron.ca>
242Date:   Fri Jan 28 19:41:37 2011 -0500
243
244    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
245    
246    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
247
248commit 8dcc510ee404798a688574d57157eb9e1477ea44
249Author: Gaetan Nadon <memsize@videotron.ca>
250Date:   Thu Jan 27 18:50:15 2011 -0500
251
252    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
253    
254    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
255    AC_PROG_C_C99. This sets gcc with -std=gnu99.
256    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
257    
258    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
259
260commit 8e62595cc1af274f1c40868c5d7461c176982062
261Author: Alan Coopersmith <alan.coopersmith@oracle.com>
262Date:   Wed Oct 27 23:28:24 2010 -0700
263
264    libXinerama 1.1.1
265    
266    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
267
268commit d94e21941a296ed125d4704c31af020fd140fcbc
269Author: Alan Coopersmith <alan.coopersmith@oracle.com>
270Date:   Wed Oct 27 23:27:21 2010 -0700
271
272    Sun's copyrights now belong to Oracle
273    
274    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
275
276commit d3da9510deb14255ee7eabdecc3988af57441ee7
277Author: Jesse Adkins <jesserayadkins@gmail.com>
278Date:   Tue Sep 28 13:30:03 2010 -0700
279
280    Purge cvs tags.
281    
282    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
283    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
284
285commit c09ed03c45c8141b620a49bce2dc19a2729b60b8
286Author: Gaetan Nadon <memsize@videotron.ca>
287Date:   Mon Aug 16 20:06:56 2010 -0400
288
289    man: store shadow man pages in git rather than generating them
290    
291    Simplify the build process and the makefile.
292    
293    Local fix in CVS for bug 5628 is not required
294    as the problem has been fixed in
295    util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
296    
297    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
298
299commit ade2b02753362b178d7e926e18601ae2b0698532
300Author: Alan Coopersmith <alan.coopersmith@oracle.com>
301Date:   Wed Jul 7 16:38:03 2010 -0700
302
303    Use make rules instead of shell for loops to generate shadow man pages
304    
305    Allows parallel make and simpler build logs/error reporting
306    
307    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
308
309commit 2921352cfef9faf007f2b35aa06089425ba095ed
310Author: Alan Coopersmith <alan.coopersmith@oracle.com>
311Date:   Wed Jul 7 16:32:00 2010 -0700
312
313    config: upgrade to util-macros 1.8 for additional man page support
314    
315    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
316    The value of MAN_SUBST is the same for all X.Org packages.
317    
318    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
319    The existing statement can now be removed from the configuration file.
320    
321    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
322    Enables silent rule and use platform appropriate version of sed.
323    
324    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
325
326commit 2b5874a864152ac0466476b1c5b8ab0203887d20
327Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
328Date:   Thu Jul 1 06:57:33 2010 -0300
329
330    Purge macros NEED_EVENTS and NEED_REPLIES
331    
332    Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
333    Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
334    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
335
336commit d8a51c48a4278b3481a5301be8ecb533fe87e9a7
337Author: Gaetan Nadon <memsize@videotron.ca>
338Date:   Mon Mar 29 16:50:34 2010 -0400
339
340    config: update AC_PREREQ statement to 2.60
341    
342    Unrelated to the previous patches, the new value simply reflects
343    the reality that the minimum level for autoconf to configure
344    all x.org modules is 2.60 dated June 2006.
345    
346    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
347    
348    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
349
350commit fa1772317219f2e2b4079c463f4139e02bec9853
351Author: Gaetan Nadon <memsize@videotron.ca>
352Date:   Mon Mar 29 14:53:49 2010 -0400
353
354    config: remove the pkgconfig pc.in file from EXTRA_DIST
355    
356    Automake always includes it in the tarball.
357    
358    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
359
360commit 43b50ccdd50511aad7bdd1869b294813550f7741
361Author: Gaetan Nadon <memsize@videotron.ca>
362Date:   Tue Feb 16 10:37:21 2010 -0500
363
364    config: move CWARNFLAGS from configure.ac to Makefile.am
365    
366    Compiler warning flags should be explicitly set in the makefile
367    rather than being merged with other packages compiler flags.
368    
369    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
370
371commit e528b336ce5aa66aa720fd94df4618f40a85b818
372Author: Alan Coopersmith <alan.coopersmith@sun.com>
373Date:   Thu Jan 14 20:43:47 2010 -0800
374
375    Fill in COPYING with licenses from source files
376    
377    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
378
379commit e569f85315c0ff82a1481706f0736b85dc3bccf9
380Author: Alan Coopersmith <alan.coopersmith@sun.com>
381Date:   Thu Jan 14 20:40:40 2010 -0800
382
383    Update Sun license notices to current X.Org standard form
384    
385    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
386
387commit a470f6392f4bd532e6e855445346f00e680983db
388Author: Gaetan Nadon <memsize@videotron.ca>
389Date:   Fri Nov 27 20:56:04 2009 -0500
390
391    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
392    
393    Now that the INSTALL file is generated.
394    Allows running make maintainer-clean.
395
396commit 31f4af6528b6b45ea6f946f5ac97260f06c24071
397Author: Gaetan Nadon <memsize@videotron.ca>
398Date:   Wed Oct 28 14:09:10 2009 -0400
399
400    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
401    
402    Add missing INSTALL file. Use standard GNU file on building tarball
403    README may have been updated
404    Remove AUTHORS file as it is empty and no content available yet.
405    Remove NEWS file as it is empty and no content available yet.
406
407commit f23ac859c9d47158c9ef58b93361e43e8cd63db3
408Author: Gaetan Nadon <memsize@videotron.ca>
409Date:   Tue Oct 27 15:07:25 2009 -0400
410
411    Deploy the new XORG_DEFAULT_OPTIONS #24242
412    
413    This macro aggregate a number of existing macros that sets commmon
414    X.Org components configuration options. It shields the configuration file from
415    future changes.
416
417commit 94b6ea6665839bb399fe4befd3b6d1b20d128de8
418Author: Gaetan Nadon <memsize@videotron.ca>
419Date:   Mon Oct 26 22:08:43 2009 -0400
420
421    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
422    
423    ChangeLog filename is known to Automake and requires no further
424    coding in the makefile.
425
426commit 231ee8c9bbed45d89eed56e6c861af259b12f005
427Author: Gaetan Nadon <memsize@videotron.ca>
428Date:   Thu Oct 22 12:34:19 2009 -0400
429
430    .gitignore: use common defaults with custom section # 24239
431    
432    Using common defaults will reduce errors and maintenance.
433    Only the very small or inexistent custom section need periodic maintenance
434    when the structure of the component changes. Do not edit defaults.
435
436commit 968cb085c8e3fece7f10fe8e4c290f32e0b246b0
437Author: Alan Coopersmith <alan.coopersmith@sun.com>
438Date:   Mon Nov 2 14:58:54 2009 -0800
439
440    Fix PanroamiXOff typo in comment in panoramiXext.h
441    
442    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
443
444commit 96c0d0e13c90e01c4335b64369adfac02ff8a148
445Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
446Date:   Wed Oct 21 12:47:25 2009 -0700
447
448    This is not a GNU project, so declare it foreign.
449    
450    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
451    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
452    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
453    > > was quite annoying to work around since 'autoreconf -fvi' replaces
454    > > it and git wants to commit it.  Should these files even be in git?
455    > > Can I nuke them for the betterment of humanity and since they get
456    > > created by autoreconf anyways?
457    >
458    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
459    
460    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
461    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
462    of the INSTALL file. It is also part of the 24206 solution.
463    
464    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
465
466commit ee877cebfea0773a91337439d32ece12444cf0a6
467Author: Peter Hutterer <peter.hutterer@who-t.net>
468Date:   Fri Oct 2 13:27:04 2009 +1000
469
470    libXinerama 1.1
471    
472    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
473
474commit c5f1f903ddf1f2216bb31408caec3e87ea795dd9
475Author: Peter Hutterer <peter.hutterer@who-t.net>
476Date:   Fri Oct 2 13:26:17 2009 +1000
477
478    Require macros 1.3 for XORG_DEFAULT_OPTIONS
479    
480    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
481
482commit 46e5273f34fd950cb4757583e06d5687d1f10407
483Author: Peter Hutterer <peter.hutterer@who-t.net>
484Date:   Thu Aug 27 11:47:34 2009 +1000
485
486    libXinerama 1.0.99.1
487    
488    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
489
490commit 0bfbff6d88be339f5837aa2fff016950d07a6bc5
491Author: Peter Hutterer <peter.hutterer@who-t.net>
492Date:   Thu Aug 27 11:46:33 2009 +1000
493
494    Require xineramaproto 1.1.99.1 to avoid header conflicts.
495    
496    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
497
498commit 90d4d23bf2e94721149ddc0a80093b10a82e8845
499Author: Benjamin Close <Benjamin.Close@clearchain.com>
500Date:   Fri Feb 13 14:48:50 2009 +1030
501
502    Proto major/minors shouldn't live in the extension header but the proto header
503    
504    Previously the Xserver was pulling in the extension header rather than the proto header
505    this led to issues when compiling the xserver. Instead we shift the proto numbers to
506    the proto header and tell the X server to use the proto header. Hence it's possible
507    to compile the server without the lib again.
508    
509    Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
510    Acked-by: Daniel Stone <daniel@fooishbar.org>
511    Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
512
513commit 9810140927d4aa646f585367215d6ca684ce60a4
514Author: Alan Coopersmith <alan.coopersmith@sun.com>
515Date:   Mon Feb 2 20:34:34 2009 -0800
516
517    Add README with pointers to mailing list, bugzilla & git repos
518    
519    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
520
521commit 39a19b89cb7bd226ec51000d4e8e7643ac076ce6
522Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
523Date:   Fri Jan 30 03:53:40 2009 -0200
524
525    panoramiXext.h is included in X Server build.
526    
527      The X Server build only requires the value of the macros
528    PANORAMIX_MAJOR_VERSION and PANORAMIX_MINOR_VERSION.
529
530commit 7c72e844a794a9cedd9e614e919f696b47ede5e5
531Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
532Date:   Thu Jan 29 19:42:06 2009 -0200
533
534    Janitor: ansification, make distcheck, compiler warnings.
535
536commit 8123c94eba27d1a3eb3f509a79c229ddfa1f881a
537Author: Peter Hutterer <peter@cs.unisa.edu.au>
538Date:   Mon May 19 22:56:50 2008 +0930
539
540    Add Xinerama.h and panoramiXext.h to includedir.
541    
542    Were previously part of xineramaproto, but they really belong here.
543    For a history of these files please refer to
544    git://anongit.freedesktop.org/git/xorg/proto/xineramaproto
545
546commit c5ac895a7dabe5a46e33e733771f20cc08e72d95
547Author: Peter Hutterer <peter@cs.unisa.edu.au>
548Date:   Mon May 19 17:43:19 2008 +0930
549
550    Rename parameters to clarify QueryVersion/QueryExtension.
551    
552    These parameters are not treated as input. Rename them to make the inner
553    workings slightly more obvious.
554    
555    X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>
556
557commit cbfc4113a44053c2dfacd14475ff14f43817f3c1
558Author: Adam Jackson <ajax@redhat.com>
559Date:   Thu Mar 6 15:42:56 2008 -0500
560
561    libXinerama 1.0.3
562
563commit 7c169beed2d8324c95385d248777f21c721b332e
564Author: Adam Jackson <ajax@redhat.com>
565Date:   Sun Feb 24 20:30:03 2008 -0500
566
567    Bug #13660: XineramaQueryScreens() always modifies the 'number' outparameter.
568    
569    This makes the code match the man page.
570
571commit 52040eaaba626dd998f7a5421a923de0b0e06ad2
572Author: James Cloos <cloos@jhcloos.com>
573Date:   Thu Dec 6 15:51:17 2007 -0500
574
575    Add missing PHONY line for automatic ChangeLog generation
576
577commit 5362a27db8fddfb03ade3b2c622a2256d91de9eb
578Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
579Date:   Wed Jul 25 21:41:28 2007 +0200
580
581    Fix typo in Xinerama.man
582    
583    Reported by Emanuele Rocca <ema@debian.org> in
584    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432256
585
586commit 583d26d583bb0034ff91119ceefc08df64fbbc46
587Author: Alan Coopersmith <alan.coopersmith@sun.com>
588Date:   Fri Mar 16 16:26:41 2007 -0700
589
590    Version bump: 1.0.2
591
592commit 96c081ed52e3437ede0062eb7ccfb520879cbc0e
593Author: Alan Coopersmith <alan.coopersmith@sun.com>
594Date:   Fri Mar 16 16:22:21 2007 -0700
595
596    Replace static ChangeLog with dist-hook to generate from git log
597
598commit 1a5b5c7e5f603528ff69468f8d6d73e2e30442a5
599Author: Alan Coopersmith <alan.coopersmith@sun.com>
600Date:   Thu Mar 1 16:56:14 2007 -0800
601
602    Add man page for Xinerama API functions
603
604commit 0062a3f12535043fd8d2dc70f41bd45fa6e8b495
605Author: Alan Coopersmith <alan.coopersmith@sun.com>
606Date:   Thu Mar 1 15:41:55 2007 -0800
607
608    Remove unneeded #include of <stdio.h>
609
610commit 36a4a6f58b95ce244741df939cccef4733d80b03
611Author: Alan Coopersmith <alan.coopersmith@sun.com>
612Date:   Thu Feb 15 19:06:14 2007 -0800
613
614    Clear sparse warnings & error
615    
616    Xinerama.c:56:5: warning: incorrect type in initializer (incompatible argument 1 (different types))
617    Xinerama.c:68:8: error: symbol 'close_display' redeclared with different type (originally declared at Xinerama.c:48) - incompatible argument 1 (different types)
618    Xinerama.c:283:5: warning: Using plain integer as NULL pointer
619
620commit c98be137c711235fe5bff430e93222d2a47b5e6a
621Author: Alan Coopersmith <alan.coopersmith@sun.com>
622Date:   Thu Feb 15 18:59:53 2007 -0800
623
624    Add support for source code checkers such as sparse & lint
625
626commit 269885f05a4aed0eb3ee192217fa8ec6494f90c5
627Author: Alan Coopersmith <alan.coopersmith@sun.com>
628Date:   Thu Feb 15 18:55:38 2007 -0800
629
630    Add *~ to .gitignore to skip over emacs/patch droppings
631
632commit e9214fe612d40bf5a792eda2dd9a52ef2bdba805
633Author: Alan Coopersmith <alan.coopersmith@sun.com>
634Date:   Thu Jul 13 14:59:00 2006 -0700
635
636    renamed: .cvsignore -> .gitignore
637
638commit 29feb54b5a0e9a0bc96f02f7f8f89384afbd7feb
639Author: Kevin E Martin <kem@kem.org>
640Date:   Wed Dec 21 02:30:05 2005 +0000
641
642    Update package version for X11R7 release.
643
644commit 1da385cfa49d34cf38ec296738db9ecc8e5a2f02
645Author: Adam Jackson <ajax@nwnk.net>
646Date:   Mon Dec 19 16:28:27 2005 +0000
647
648    Stub COPYING files
649
650commit 78b498e1e7b92d59a16aa689cece7c1fdaf18eab
651Author: Kevin E Martin <kem@kem.org>
652Date:   Thu Dec 15 00:24:30 2005 +0000
653
654    Update package version number for final X11R7 release candidate.
655
656commit bf6d28d2dd4d6d20e6a8d165f22d2d8c17b16133
657Author: Kevin E Martin <kem@kem.org>
658Date:   Sat Dec 3 05:49:44 2005 +0000
659
660    Update package version number for X11R7 RC3 release.
661
662commit bacedae4107065e7b6617f3218f21a7321d8474c
663Author: Kevin E Martin <kem@kem.org>
664Date:   Sat Dec 3 04:41:50 2005 +0000
665
666    Add check and cflags for malloc(0) returning NULL.
667
668commit d1078682cc64b0a669c6180839efd8a137b90d13
669Author: Kevin E Martin <kem@kem.org>
670Date:   Sat Nov 19 07:15:41 2005 +0000
671
672    Update pkgconfig files to separate library build-time dependencies from
673        application build-time dependencies, and update package deps to work
674        with separate build roots.
675
676commit 0af77179518266232a5e3b10f180325a21dd3343
677Author: Kevin E Martin <kem@kem.org>
678Date:   Wed Oct 19 02:48:11 2005 +0000
679
680    Update package version number for RC1 release.
681
682commit 219ac4ac54207f1d5ed334efade3335ff2c64add
683Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
684Date:   Fri Aug 19 00:13:46 2005 +0000
685
686    More updates for Panoramix -> Xinerama rename
687
688commit 4306b9835f9015c38f8d5ec19526c8555a1b84cf
689Author: Adam Jackson <ajax@nwnk.net>
690Date:   Wed Aug 3 03:28:01 2005 +0000
691
692    Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
693        a global configure cache don't get confused.
694
695commit 24aa28a9dad24944a006c4038c35f6302b5ea3b0
696Author: Kevin E Martin <kem@kem.org>
697Date:   Fri Jul 29 21:22:51 2005 +0000
698
699    Various changes preparing packages for RC0:
700    - Verify and update package version numbers as needed
701    - Implement versioning scheme
702    - Change bug address to point to bugzilla bug entry form
703    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
704        reenable it)
705    - Fix makedepend to use pkgconfig and pass distcheck
706    - Update build script to build macros first
707    - Update modular Xorg version
708
709commit 5468d892030e993a2fdd4c8177cc7cb193ba0411
710Author: Daniel Stone <daniel@fooishbar.org>
711Date:   Sat Jul 16 07:14:52 2005 +0000
712
713    Set soversion to 1.0.0 using -version-number.
714
715commit 29971c16c1ad45dc8c958e12561e77e745e4a2fc
716Author: Daniel Stone <daniel@fooishbar.org>
717Date:   Tue Jul 12 07:56:48 2005 +0000
718
719    Change version to 1.1.0 and soversion to 1.0.0.
720
721commit e6417efb575017851e0e988ad99304094c36290c
722Author: Keith Packard <keithp@keithp.com>
723Date:   Sat Jul 9 06:42:31 2005 +0000
724
725    Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
726
727commit 3835ed8e7aac1dfafa02ba6e33273523a6ef139f
728Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
729Date:   Tue Jun 21 15:41:36 2005 +0000
730
731    lib/XScrnSaver/configure.ac
732    lib/XScrnSaver/src/Makefile.am
733    lib/Xfontcache/configure.ac
734    lib/Xfontcache/src/Makefile.am
735    lib/Xinerama/configure.ac
736    lib/Xinerama/src/Makefile.am
737    lib/Xtst/configure.ac
738    lib/Xv/configure.ac
739    lib/XvMC/configure.ac
740    lib/dmx/configure.ac Add missing xext.pc and xextproto.pc Add DEP_CFLAGS to
741        src/Makefile.am
742
743commit 2a6c0aa8f36dad9ff49385ef15c3dfc2529483b8
744Author: Søren Sandmann Pedersen  <sandmann@daimi.au.dk>
745Date:   Fri Jun 10 19:33:53 2005 +0000
746
747    util/modular/modularizelibrary.sh: use rm -f instead of rm in one place
748        util/modular/addbuild.sh: Make it much faster by adding all the files
749        at once lib/Xinerama: check in the build system
750
751commit d7469261b17559d537660fbae0fc39fa1e37b6a2
752Author: Egbert Eich <eich@suse.de>
753Date:   Fri Apr 23 18:43:45 2004 +0000
754
755    Merging XORG-CURRENT into trunk
756
757commit c9662b6719b33f6a8dfee281fd93379ca6d4624b
758Author: Egbert Eich <eich@suse.de>
759Date:   Sun Mar 14 08:32:12 2004 +0000
760
761    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
762
763commit bbbb84282378baf72c0708933366168cbfec284e
764Author: Egbert Eich <eich@suse.de>
765Date:   Wed Mar 3 12:11:29 2004 +0000
766
767    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
768
769commit 787da2ac90290d601d0c2109c26bff9c3a66118f
770Author: Egbert Eich <eich@suse.de>
771Date:   Thu Feb 26 13:35:33 2004 +0000
772
773    readding XFree86's cvs IDs
774
775commit 27f0b1858e9939afc9b9d064bea23d6ebfe0570d
776Author: Egbert Eich <eich@suse.de>
777Date:   Thu Feb 26 09:22:43 2004 +0000
778
779    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
780
781commit a89cc18ae1eb9cf612d6f4987d49541e008a0fb4
782Author: Kaleb Keithley <kaleb@freedesktop.org>
783Date:   Fri Nov 14 16:48:49 2003 +0000
784
785    XFree86 4.3.0.1
786
787commit d16fb988d427bf8c684a80fee18a4fe6c4d1d578
788Author: Kaleb Keithley <kaleb@freedesktop.org>
789Date:   Fri Nov 14 16:48:49 2003 +0000
790
791    Initial revision
792