1commit 55e8dbb999ccad9378adf9410fc9c299f259a998
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Sat Dec 3 16:29:33 2022 -0800
4
5    xvinfo 1.1.5
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit abb8797e12c3c3e5fc86ae6b36391a3334026aa0
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Sun Nov 13 14:11:58 2022 -0800
12
13    Handle -Wdouble-promotion warning from clang
14    
15    xvinfo.c:217:73: warning: implicit conversion increases floating-point
16          precision: 'float' to 'double' [-Wdouble-promotion]
17                                        (float) encodings[n].rate.numerator /
18                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
19    
20    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
21
22commit 6d9bdc10f349090e092887222e0e03202b1b0d55
23Author: Alan Coopersmith <alan.coopersmith@oracle.com>
24Date:   Sun Nov 13 14:08:40 2022 -0800
25
26    Variable scope reduction
27    
28    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
29
30commit d1022529af4baba0a123cafd97c83644c6067f53
31Author: Alan Coopersmith <alan.coopersmith@oracle.com>
32Date:   Thu Jul 28 17:30:21 2022 -0700
33
34    gitlab CI: stop requiring Signed-off-by in commits
35    
36    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
37
38commit ad7c1c33da9ca2604d762ca49ae74561d3cc3612
39Author: Alan Coopersmith <alan.coopersmith@oracle.com>
40Date:   Tue Dec 7 14:32:22 2021 -0800
41
42    Build xz tarballs instead of bzip2
43    
44    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
45
46commit 31f90fcc66d9b07b920dea3da8f10bcfb31b07b4
47Author: Alan Coopersmith <alan.coopersmith@oracle.com>
48Date:   Tue Dec 7 14:32:19 2021 -0800
49
50    gitlab CI: add a basic build test
51    
52    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
53
54commit bb4630116ae96299b10fae177c6d048cf7173a28
55Author: Alan Coopersmith <alan.coopersmith@oracle.com>
56Date:   Tue Feb 19 16:18:41 2019 -0800
57
58    xvinfo 1.1.4
59    
60    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
61
62commit f973457fb7dffef4c414975f55fccf50b14b3eba
63Author: Alan Coopersmith <alan.coopersmith@oracle.com>
64Date:   Wed Nov 21 17:21:15 2018 -0800
65
66    Update configure.ac bug URL for gitlab migration
67    
68    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
69
70commit 0dd41d38e6dfd4513ed31a19dae704068d366d49
71Author: Alan Coopersmith <alan.coopersmith@oracle.com>
72Date:   Fri Nov 16 23:30:34 2018 -0800
73
74    Update README for gitlab migration
75    
76    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
77
78commit 95b2d71016bc10f1419e3b49852e8bccb3194c1d
79Author: Alan Coopersmith <alan.coopersmith@oracle.com>
80Date:   Sat Sep 22 13:57:30 2018 -0700
81
82    Fix sign mismatch warnings for loop index comparisons
83    
84    xvinfo.c: In function ‘main’:
85    xvinfo.c:99:23: warning: comparison between signed and unsigned integer
86     expressions [-Wsign-compare]
87             for (j = 0; j < nadaptors; j++) {
88                           ^
89    xvinfo.c:129:31: warning: comparison between signed and unsigned integer
90     expressions [-Wsign-compare]
91                     for (k = 0; k < ainfo[j].num_formats; k++, format++) {
92                                   ^
93    xvinfo.c:198:31: warning: comparison between signed and unsigned integer
94     expressions [-Wsign-compare]
95                     for (n = 0; n < nencode; n++) {
96                                   ^
97    xvinfo.c:207:35: warning: comparison between signed and unsigned integer
98     expressions [-Wsign-compare]
99                         for (n = 0; n < nencode; n++) {
100                                       ^
101    xvinfo.c:222:35: warning: comparison between signed and unsigned integer
102     expressions [-Wsign-compare]
103                         for (n = 0; n < nencode; n++) {
104                                       ^
105    
106    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
107
108commit efd68bc7bf95959652619763bb5d37428546000d
109Author: Alan Coopersmith <alan.coopersmith@oracle.com>
110Date:   Sat Sep 22 13:35:54 2018 -0700
111
112    Make xvinfo not exit with error in normal operation
113    
114    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74227
115    aka https://gitlab.freedesktop.org/xorg/app/xvinfo/issues/1
116    
117    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
118
119commit b086401357cfdf02cbd52d29dcd604f6cabaa1d8
120Author: Tobias Stoeckmann <tobias@stoeckmann.org>
121Date:   Mon Jul 18 23:10:33 2016 +0200
122
123    Properly handle failures of Xv query functions.
124    
125    If one of the query functions fail, xvinfo does not properly handle
126    these cases and will most likely run into a segmentation fault due
127    to accessing uninitialized variables (which includes pointers).
128    
129    Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
130    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
131
132commit b792adfce0127237739b906ddb28a246d23c81ae
133Author: Mihail Konev <k.mvc@ya.ru>
134Date:   Thu Jan 26 14:00:21 2017 +1000
135
136    autogen: add default patch prefix
137    
138    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
139
140commit c67a7cef0e1ebeebe86dbb49e231194c5d3cf1b3
141Author: Emil Velikov <emil.l.velikov@gmail.com>
142Date:   Mon Mar 9 12:00:52 2015 +0000
143
144    autogen.sh: use quoted string variables
145    
146    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
147    fall-outs, when they contain space.
148    
149    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
150    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
151    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
152
153commit a22f41101698c87affe7f153968294ddde5fd637
154Author: Peter Hutterer <peter.hutterer@who-t.net>
155Date:   Tue Jan 24 10:32:07 2017 +1000
156
157    autogen.sh: use exec instead of waiting for configure to finish
158    
159    Syncs the invocation of configure with the one from the server.
160    
161    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
162    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
163
164commit ec76226d2986b1a77c9c021bb9b41e59bd839ed4
165Author: Alan Coopersmith <alan.coopersmith@oracle.com>
166Date:   Thu Apr 30 23:03:01 2015 -0700
167
168    xvinfo 1.1.3
169    
170    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
171
172commit 5f47bf1a212b957009a85207338ee5b1d6ec6340
173Author: Alan Coopersmith <alan.coopersmith@oracle.com>
174Date:   Tue Jun 3 23:36:56 2014 -0700
175
176    Print which option was in error along with usage message
177    
178    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
179
180commit 9798300fc71af02f8725bc7b4da47a4b8676f5ab
181Author: Alan Coopersmith <alan.coopersmith@oracle.com>
182Date:   Tue Jun 3 23:32:31 2014 -0700
183
184    autogen.sh: Honor NOCONFIGURE=1
185    
186    See http://people.gnome.org/~walters/docs/build-api.txt
187    
188    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
189
190commit 169e0dd0a3e1740d7621d214494374c99dbc75ce
191Author: Alan Coopersmith <alan.coopersmith@oracle.com>
192Date:   Tue Jun 3 23:32:31 2014 -0700
193
194    configure: Drop AM_MAINTAINER_MODE
195    
196    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
197
198commit ca5ed1edbb7a71ea166868b80dd02a210c2a8f05
199Author: Alan Coopersmith <alan.coopersmith@oracle.com>
200Date:   Fri Oct 18 22:17:03 2013 -0700
201
202    Make ImageEncodings unsigned
203    
204    Starts at 0 and increments to count encodings - should never go negative.
205    
206    Fixes clang warnings:
207    
208    xvinfo.c:184:31: warning: implicit conversion changes signedness: 'int' to
209          'unsigned int' [-Wsign-conversion]
210                    if (nencode - ImageEncodings) {
211                                ~ ^~~~~~~~~~~~~~
212    
213    xvinfo.c:186:39: warning: implicit conversion changes signedness: 'int' to
214          'unsigned int' [-Wsign-conversion]
215                                nencode - ImageEncodings);
216                                        ~ ^~~~~~~~~~~~~~
217    
218    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
219
220commit 8a4d6f5bd95f5ad7608a7871bc6822935e4a191b
221Author: Alan Coopersmith <alan.coopersmith@oracle.com>
222Date:   Fri Oct 18 22:12:12 2013 -0700
223
224    Convert sprintf call to use snprintf
225    
226    Should be impossible to overflow with previous sprintf code, but
227    still safer to avoid bugs if something changes in the future.
228    
229    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
230
231commit d61cb117c170b23b9fbaf619c2a1e54b9f987a90
232Author: Alan Coopersmith <alan.coopersmith@oracle.com>
233Date:   Sun Jul 7 10:47:47 2013 -0700
234
235    Use progname for error messages as well
236    
237    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
238
239commit af9ea390e95320e683c761cbd61eaf1c0dbaefed
240Author: Stéphane Aulery  <lkppo@free.fr>
241Date:   Sun Jul 7 03:15:39 2013 +0200
242
243    Use real program name for help message
244    
245    Signed-off-by: Stéphane Aulery <lkppo@free.fr>
246    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
247    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
248
249commit 6114ecae7d7aa0bed41d01d360b193f27a500942
250Author: Alan Coopersmith <alan.coopersmith@oracle.com>
251Date:   Sun Feb 10 16:44:06 2013 -0800
252
253    xvinfo 1.1.2
254    
255    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
256
257commit 4f5b605fc1339a9f0a12dca89863cb553e8af6cc
258Author: Alan Coopersmith <alan.coopersmith@oracle.com>
259Date:   Sun Jan 13 14:46:23 2013 -0800
260
261    Add -version option
262    
263    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
264
265commit a7db7b1385ece9c10ad1d7c13d9c842b52a39002
266Author: Alan Coopersmith <alan.coopersmith@oracle.com>
267Date:   Sun Jan 13 14:39:54 2013 -0800
268
269    add explicit braces to clarify which if the else goes with
270    
271    Suggested by clang:
272    
273    xvinfo.c:125:25: warning: add explicit braces to avoid dangling else
274          [-Wdangling-else]
275                            else
276                            ^
277    
278    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
279
280commit 8afa791dd265d64f425ff7f3c32a16c291e3bb7b
281Author: Alan Coopersmith <alan.coopersmith@oracle.com>
282Date:   Sun Jan 13 14:32:30 2013 -0800
283
284    Convert from haphazard indenting to X.Org common style
285    
286    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
287
288commit 68e388a32b1be09b73eee18c8720efd1c08fdfe8
289Author: Alan Coopersmith <alan.coopersmith@oracle.com>
290Date:   Sun Jan 13 14:29:28 2013 -0800
291
292    Add _X_NORETURN to PrintUsage to clear gcc/clang warnings
293    
294    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
295
296commit 34828bc984579fd77136d5d0a559d1a887bac420
297Author: Alan Coopersmith <alan.coopersmith@oracle.com>
298Date:   Sun Jan 13 14:26:50 2013 -0800
299
300    config: Add missing AC_CONFIG_SRCDIR
301    
302    Regroup AC statements under the Autoconf initialization section.
303    Regroup AM statements under the Automake initialization section.
304    
305    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
306
307commit c472d2d7f72113ebf6fc9bbb756e77c9394021c6
308Author: Gaetan Nadon <memsize@videotron.ca>
309Date:   Wed Jan 19 10:06:57 2011 -0500
310
311    config: move man pages into their own directory
312    
313    Use services provided by XORG_MANPAGE_SECTIONS.
314    Use standard Makefile for man pages.
315    
316    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
317
318commit 50774db732019e6b9e706e9ce5a0f16bbbe9a772
319Author: Gaetan Nadon <memsize@videotron.ca>
320Date:   Thu Jan 13 11:15:48 2011 -0500
321
322    man: remove trailing spaces and tabs
323    
324    Using s/[ \t]*$//
325    
326    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
327
328commit 0567372fc6c55a4151131c41c4ba719aa0170e26
329Author: Gaetan Nadon <memsize@videotron.ca>
330Date:   Wed Jan 12 16:28:02 2011 -0500
331
332    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
333    
334    This silences an Autoconf warning
335
336commit 2abf1e4cbff8b67f836dd4102dcc0a179d98a142
337Author: Alan Coopersmith <alan.coopersmith@oracle.com>
338Date:   Sat Nov 6 08:59:31 2010 -0700
339
340    xvinfo 1.1.1
341    
342    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
343
344commit 3d447fb4fd0f75e3dbaa7c1c9d3eb565fdfc1214
345Author: Jesse Adkins <jesserayadkins@gmail.com>
346Date:   Tue Sep 28 13:29:50 2010 -0700
347
348    Purge cvs tags.
349    
350    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
351    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
352
353commit 6961d77007443b63a014362805bd93c20d853ab7
354Author: Alan Coopersmith <alan.coopersmith@oracle.com>
355Date:   Sun Sep 26 18:26:41 2010 -0700
356
357    config: Remove unnecessary calls from configure.ac
358    
359    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
360    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
361    
362    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
363
364commit a69ea17324a94d667fc1661b70f2a365b75f3c6b
365Author: Alan Coopersmith <alan.coopersmith@oracle.com>
366Date:   Sun Sep 26 18:25:57 2010 -0700
367
368    config: upgrade to util-macros 1.8 for additional man page support
369    
370    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
371    The value of MAN_SUBST is the same for all X.Org packages.
372    
373    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
374    Enables use of platform appropriate version of sed.
375    
376    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
377
378commit 8c8a1727709dab613f97548ee374f3ffc8946653
379Author: Gaetan Nadon <memsize@videotron.ca>
380Date:   Tue Jul 20 18:45:18 2010 -0400
381
382    config: update AC_PREREQ statement to 2.60
383    
384    Unrelated to the previous patches, the new value simply reflects
385    the reality that the minimum level for autoconf to configure
386    all x.org modules is 2.60 dated June 2006.
387    
388    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
389    
390    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
391
392commit 0bd2b71d9ce58a2661db584a6c6a03aec06e701c
393Author: Gaetan Nadon <memsize@videotron.ca>
394Date:   Thu Nov 26 09:19:55 2009 -0500
395
396    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
397    
398    Now that the INSTALL file is generated.
399    Allows running make maintainer-clean.
400
401commit 6d33f774fdead950a8561598b84a10ddb970f20c
402Author: Gaetan Nadon <memsize@videotron.ca>
403Date:   Wed Oct 28 14:09:09 2009 -0400
404
405    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
406    
407    Add missing INSTALL file. Use standard GNU file on building tarball
408    README may have been updated
409    Remove AUTHORS file as it is empty and no content available yet.
410    Remove NEWS file as it is empty and no content available yet.
411
412commit fd408b06820004bf0cc090844ec28764f090339b
413Author: Gaetan Nadon <memsize@videotron.ca>
414Date:   Mon Oct 26 22:08:39 2009 -0400
415
416    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
417    
418    ChangeLog filename is known to Automake and requires no further
419    coding in the makefile.
420
421commit a5311e7cf9744cc84e2c0b55ab67850bb5907532
422Author: Gaetan Nadon <memsize@videotron.ca>
423Date:   Thu Oct 22 12:34:16 2009 -0400
424
425    .gitignore: use common defaults with custom section # 24239
426    
427    Using common defaults will reduce errors and maintenance.
428    Only the very small or inexistent custom section need periodic maintenance
429    when the structure of the component changes. Do not edit defaults.
430
431commit 8e37a3ede56ab5f5769e279ab180781880837ad4
432Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
433Date:   Wed Oct 21 12:47:22 2009 -0700
434
435    This is not a GNU project, so declare it foreign.
436    
437    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
438    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
439    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
440    > > was quite annoying to work around since 'autoreconf -fvi' replaces
441    > > it and git wants to commit it.  Should these files even be in git?
442    > > Can I nuke them for the betterment of humanity and since they get
443    > > created by autoreconf anyways?
444    >
445    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
446    
447    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
448    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
449    of the INSTALL file. It is also part of the 24206 solution.
450    
451    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
452
453commit 32827c5b0928d61de0ab397beb8123ac0c4e1649
454Author: Alan Coopersmith <alan.coopersmith@sun.com>
455Date:   Fri Oct 16 19:46:04 2009 -0700
456
457    xvinfo 1.1.0
458    
459    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
460
461commit 5f575d39fd0a246eb1842af8989b6b8fa6eebc36
462Author: Alan Coopersmith <alan.coopersmith@sun.com>
463Date:   Fri Oct 16 19:45:06 2009 -0700
464
465    Add XFree86 generic copyright/license notice to COPYING
466    
467    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
468
469commit 232bd12671f129df0fbcd84e750cbd7a397612bd
470Author: Alan Coopersmith <alan.coopersmith@sun.com>
471Date:   Fri Oct 16 19:42:32 2009 -0700
472
473    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
474    
475    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
476
477commit 82012961e5cee55a2dde8254325642f46b6449e2
478Author: Alan Coopersmith <alan.coopersmith@sun.com>
479Date:   Thu Oct 1 14:54:32 2009 -0700
480
481    Add README with pointers to mailing lists, bugzilla, & git
482    
483    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
484
485commit 83ee7c6d98f4368df1f214aad6878dddc95f6c62
486Author: Arthur HUILLET <arthur.huillet@free.fr>
487Date:   Thu Jan 10 11:18:32 2008 +0100
488
489    added -short option
490
491commit 228dccc301ae10a1c17bb1cc91efcd5cef69db4f
492Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
493Date:   Mon Jan 26 19:32:20 2009 -0200
494
495    Correct make distcheck.
496
497commit 8773a750f5489b4a8f577f87873066486e9d85a8
498Author: Alan Coopersmith <alan.coopersmith@sun.com>
499Date:   Thu Aug 16 16:26:16 2007 -0700
500
501    Version bump: 1.0.2
502
503commit ff49870534195814d4d5f0979f0273ad6ff4337e
504Author: Alan Coopersmith <alan.coopersmith@sun.com>
505Date:   Thu Aug 16 16:23:32 2007 -0700
506
507    Replace static ChangeLog with dist-hook to generate from git log
508
509commit a73b56466eba086b2eb6513b1674e6d7251b4a19
510Author: Alan Coopersmith <alan.coopersmith@sun.com>
511Date:   Thu Aug 16 16:21:30 2007 -0700
512
513    Change xvinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
514    
515    Makefile.am:27: compiling `xvinfo.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
516
517commit f237d5c415352c28c9dae1453aa3308532d42bb9
518Author: Alan Coopersmith <alan.coopersmith@sun.com>
519Date:   Thu May 24 18:06:34 2007 -0700
520
521    Fix typo in man page (accesible)
522
523commit a32fb538f49e8a7a23aef2a844d05f1cd3cc907a
524Author: Alan Coopersmith <alan.coopersmith@sun.com>
525Date:   Thu May 24 18:05:52 2007 -0700
526
527    X.Org bug #10616: Add all the X info commands to See Also in man page
528    
529    X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
530    Reported upstream from
531    Debian bug #350313 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350313>
532
533commit 29190804b219bf3e6289426a832b32ad2f4c53a4
534Author: Michel Dänzer  <michel@tungstengraphics.com>
535Date:   Mon Jan 15 17:14:56 2007 +0100
536
537    Fix FourCC name output on big endian platforms.
538    
539    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=9665 .
540
541commit 69758559c5ddb85bbf6501ea8e58c0896c7c1f11
542Author: Michel Dänzer  <michel@tungstengraphics.com>
543Date:   Mon Jan 15 17:13:51 2007 +0100
544
545    Make git ignore object files and Emacs style backup files.
546
547commit f4363bef8760521d07a2b90d81dd85d19192bcf2
548Author: Michel Dänzer  <michel@tungstengraphics.com>
549Date:   Mon Jan 15 17:12:57 2007 +0100
550
551    Rename .cvsignore to .gitignore.
552
553commit 9f0d4a66bbe6e11957e98d23b4baa8c76d8803b2
554Author: Kevin E Martin <kem@kem.org>
555Date:   Wed Dec 21 02:29:54 2005 +0000
556
557    Update package version for X11R7 release.
558
559commit c2c5737fd62b06f0bbaf4ef58dfe4846bfbaf48b
560Author: Adam Jackson <ajax@nwnk.net>
561Date:   Mon Dec 19 16:22:47 2005 +0000
562
563    Stub COPYING files
564
565commit cff129a50807c98e96b2c226be344ddbfb333c12
566Author: Kevin E Martin <kem@kem.org>
567Date:   Thu Dec 15 00:24:12 2005 +0000
568
569    Update package version number for final X11R7 release candidate.
570
571commit dbb5b18240e906a9744e4133b3b76b0aa6ecb615
572Author: Kevin E Martin <kem@kem.org>
573Date:   Tue Dec 6 22:48:26 2005 +0000
574
575    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
576
577commit 997a79f1dd547c98a62e59865d41b52618023d54
578Author: Kevin E Martin <kem@kem.org>
579Date:   Sat Dec 3 05:49:28 2005 +0000
580
581    Update package version number for X11R7 RC3 release.
582
583commit 1afcbdd5cbb3591ce86821d8f35e6132d45f93b6
584Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
585Date:   Mon Nov 28 22:01:48 2005 +0000
586
587    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
588        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
589
590commit 58bb86147def38e04034527352448759442fad2a
591Author: Eric Anholt <anholt@freebsd.org>
592Date:   Mon Nov 21 10:35:09 2005 +0000
593
594    Another pass at .cvsignores for apps.
595
596commit 2f4d193fd9cd9120ad503c57cefd27d64c08c6d2
597Author: Eric Anholt <anholt@freebsd.org>
598Date:   Sun Nov 20 22:08:56 2005 +0000
599
600    Add/improve .cvsignore files for apps.
601
602commit 6b03012da46f60873ff217d1c2173c28466484cf
603Author: Kevin E Martin <kem@kem.org>
604Date:   Wed Oct 19 02:47:58 2005 +0000
605
606    Update package version number for RC1 release.
607
608commit 5b9c4ff0ef0a25c946b0bbf76a775eb7fba26837
609Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
610Date:   Mon Oct 17 23:56:25 2005 +0000
611
612    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
613        work better with BSD make
614
615commit d3dc9ca7fed17500cda7382a0d3a8d389be221f9
616Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
617Date:   Fri Oct 14 00:25:48 2005 +0000
618
619    Use sed to fill in variables in man page
620
621commit f28d1be9fffa0e097e1ec9aaa3d01e1fe6d0b110
622Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
623Date:   Mon Aug 1 20:25:33 2005 +0000
624
625    Install man pages to section 1 instead of section m (Patch from Donnie
626        Berkholz)
627
628commit 80b9cf38d93c5eafcec8e3309b24af33550af781
629Author: Kevin E Martin <kem@kem.org>
630Date:   Fri Jul 29 21:22:38 2005 +0000
631
632    Various changes preparing packages for RC0:
633    - Verify and update package version numbers as needed
634    - Implement versioning scheme
635    - Change bug address to point to bugzilla bug entry form
636    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
637        reenable it)
638    - Fix makedepend to use pkgconfig and pass distcheck
639    - Update build script to build macros first
640    - Update modular Xorg version
641
642commit 00de3c1da23b030d5ad6818c8af7f4e9a968a60e
643Author: Adam Jackson <ajax@nwnk.net>
644Date:   Wed Jul 20 19:32:05 2005 +0000
645
646    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
647        configure cache, you cache it, and the cached value is probably wrong.
648
649commit d5c7c5891a774190d3a1fbf1727bfb8238be0f23
650Author: Søren Sandmann Pedersen  <sandmann@daimi.au.dk>
651Date:   Fri Jul 1 20:09:10 2005 +0000
652
653    xtrap.pc.in: s/Xfixes/XTrap/ xi.pc.in: s/Xt/Xi/ Xv/src/Makefile.am: remove
654        whitespace after backslash modularizeapp.sh: s/destkop/desktop/
655        modular/symlink.sh: Add bitmaps for xeyes, system.xsm for xsm, and
656        Xvidtune.cpp for xvidtune. Also comment out non-existing mga_bios.h
657    Check in buildsystems for xsetroot, xsm, xstdcmap, xtrap, and xvinfo
658
659commit 9b58b06d9963e6443cc38360c8372505c00f80e4
660Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
661Date:   Mon Mar 28 23:09:19 2005 +0000
662
663    Change hardcoded "1" to __appmansuffix__ and remove initial blank line that
664        confused Solaris nroff.
665
666commit 561c02747003f89647f58e27a32e8400acb48d81
667Author: Egbert Eich <eich@suse.de>
668Date:   Fri Apr 23 19:55:08 2004 +0000
669
670    Merging XORG-CURRENT into trunk
671
672commit 94757d460c1a12cf5d44e8e83ef85a13e1df0928
673Author: Egbert Eich <eich@suse.de>
674Date:   Sun Mar 14 08:35:52 2004 +0000
675
676    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
677
678commit 5d766d612426d3241340ac641da5e590d666824c
679Author: Egbert Eich <eich@suse.de>
680Date:   Wed Mar 3 12:13:20 2004 +0000
681
682    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
683
684commit 0a8913b2b88dedaae37e1048dc61cdfb8d27f597
685Author: Egbert Eich <eich@suse.de>
686Date:   Thu Feb 26 13:36:32 2004 +0000
687
688    readding XFree86's cvs IDs
689
690commit 358083c5fbad044e7a49f283d6f8da6992b30ef3
691Author: Egbert Eich <eich@suse.de>
692Date:   Thu Feb 26 09:24:18 2004 +0000
693
694    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
695
696commit 3bc549dfadb99c7a9e9a9f839ceb8cb21bf75694
697Author: Kaleb Keithley <kaleb@freedesktop.org>
698Date:   Fri Nov 14 16:49:24 2003 +0000
699
700    XFree86 4.3.0.1
701
702commit e241e6962865de1523cca316cbfcab52ac58c60a
703Author: Kaleb Keithley <kaleb@freedesktop.org>
704Date:   Fri Nov 14 16:49:24 2003 +0000
705
706    Initial revision
707