ChangeLog revision ae51dfb6
1commit e2a3e08d7a93738a88fdc889517f85d17371b626
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Fri Mar 9 22:26:48 2018 -0800
4
5    ico 1.0.5
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 27bb9485b60408c7bad53abf67f69ca99ab8fa2e
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Tue Mar 6 22:50:37 2018 -0800
12
13    Fix more sign-compare warnings
14    
15    ico.c:1136:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
16      for (i=0; i<NumberPolygons; i++) {
17                 ^
18    
19    ico.c:1151:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
20      for (i=0; i<NumberPolygons; i++) {
21                 ^
22    
23    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
24
25commit 16ae54507785927e95942690b130d6827d7fb296
26Author: Mihail Konev <k.mvc@ya.ru>
27Date:   Thu Jan 26 14:00:20 2017 +1000
28
29    autogen: add default patch prefix
30    
31    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
32
33commit 00a77336cf2ecbe70b5be0e83b3729b76e92211d
34Author: Emil Velikov <emil.l.velikov@gmail.com>
35Date:   Mon Mar 9 12:00:52 2015 +0000
36
37    autogen.sh: use quoted string variables
38    
39    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
40    fall-outs, when they contain space.
41    
42    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
43    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
44    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
45
46commit 3f7683aafa4b93b5c3bc416948e909826dc99a13
47Author: Peter Hutterer <peter.hutterer@who-t.net>
48Date:   Tue Jan 24 10:32:07 2017 +1000
49
50    autogen.sh: use exec instead of waiting for configure to finish
51    
52    Syncs the invocation of configure with the one from the server.
53    
54    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
55    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
56
57commit 1d5e7d243e0f0df7afd6198f9e74bb392ddcea46
58Author: Alan Coopersmith <alan.coopersmith@oracle.com>
59Date:   Thu Apr 23 22:33:07 2015 -0700
60
61    Add -version to synopsis in man page
62    
63    List -version & -objhelp seperately to indicate they cannot be used
64    with any of the other options.
65    
66    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
67
68commit 2aeef741088c391f0d55ed9a063e3988ffd6ee44
69Author: Alan Coopersmith <alan.coopersmith@oracle.com>
70Date:   Fri Jan 16 23:01:55 2015 -0800
71
72    Convert icoFatal() to be a varargs function
73    
74    Drops needless NULL arguments and enables printf format checking.
75    
76    Gets rid of gcc 4.8 warning:
77    ico.c: In function ‘icoFatal’:
78    ico.c:265:2: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
79      fprintf(stderr, fmt, a0);
80      ^
81    
82    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
83    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
84
85commit bbd4273f328e93d429a6edb8872a74f8fb82b259
86Author: Alan Coopersmith <alan.coopersmith@oracle.com>
87Date:   Sat Oct 25 14:18:42 2014 -0700
88
89    Make polygon info const - moves 22k from .data to .rodata
90    
91    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
92
93commit 9db7347730f3c8c9d77e5be4c9746f6d614ce470
94Author: Alan Coopersmith <alan.coopersmith@oracle.com>
95Date:   Sun Jun 1 23:58:50 2014 -0700
96
97    Add -version option to print program version
98    
99    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
100
101commit 30cb700ab15c963a5cbf16cfe6281d5841f59532
102Author: Alan Coopersmith <alan.coopersmith@oracle.com>
103Date:   Sun Jun 1 23:55:00 2014 -0700
104
105    Print which option was in error along with usage message
106    
107    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
108
109commit 3db5ac8466abe367a0a37efe4289aa6c7886e621
110Author: Alan Coopersmith <alan.coopersmith@oracle.com>
111Date:   Sun Jun 1 23:52:26 2014 -0700
112
113    Combine usage message array into single string
114    
115    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
116
117commit 30b454f820eef8759bc2cbc258bf619717279409
118Author: Alan Coopersmith <alan.coopersmith@oracle.com>
119Date:   Sun Jun 1 23:41:36 2014 -0700
120
121    autogen.sh: Honor NOCONFIGURE=1
122    
123    See http://people.gnome.org/~walters/docs/build-api.txt
124    
125    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
126
127commit fa3d6ddec9447be2d9a3a92b6b6a0dbe00fd1870
128Author: Alan Coopersmith <alan.coopersmith@oracle.com>
129Date:   Sun Jun 1 23:41:36 2014 -0700
130
131    configure: Drop AM_MAINTAINER_MODE
132    
133    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
134
135commit 727503cc004342ee0b34126c5844da381bc0b622
136Author: Alan Coopersmith <alan.coopersmith@oracle.com>
137Date:   Sun Jun 1 23:38:40 2014 -0700
138
139    config: Add missing AC_CONFIG_SRCDIR
140    
141    Regroup AC statements under the Autoconf initialization section.
142    Regroup AM statements under the Automake initialization section.
143    
144    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
145
146commit 0c5f08dee87e0453e3263f8aa5ca545a0a03353e
147Author: Alan Coopersmith <alan.coopersmith@oracle.com>
148Date:   Tue Jan 15 18:19:49 2013 -0800
149
150    ico 1.0.4
151    
152    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
153
154commit d065113b4fadbb674e6e6f2a7681105f4f0212d3
155Author: Alan Coopersmith <alan.coopersmith@oracle.com>
156Date:   Thu Jan 3 20:06:17 2013 -0800
157
158    Fix some 64-bit vs. 32-bit conversion errors
159    
160    ico.c:851:7: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
161            fg = WhitePixel(dpy, DefaultScreen(dpy));
162               ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
163    
164    ico.c:852:7: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
165            bg = BlackPixel(dpy, DefaultScreen(dpy));
166               ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
167    
168    ico.c:858:18: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
169                  bg = cdef.pixel;
170                     ~ ~~~~~^~~~~
171    
172    ico.c:866:18: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
173                  fg = cdef.pixel;
174                     ~ ~~~~~^~~~~
175    
176    ico.c:874:11: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
177                bg = tmp;
178    
179    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
180
181commit 99ca5c8deb4a3ebd4b2a7e64bd64ca9a91b6680c
182Author: Alan Coopersmith <alan.coopersmith@oracle.com>
183Date:   Thu Jan 3 19:51:06 2013 -0800
184
185    Mark a couple parameters as unused to silence compiler warnings
186    
187    ico.c:436:20: warning: unused parameter 'display' [-Wunused-parameter]
188    predicate(Display *display, XEvent *event, XPointer args)
189    
190    ico.c:511:51: warning: unused parameter 'firsttime' [-Wunused-parameter]
191    setDisplayBuf(struct closure *closure, int n, int firsttime)
192    
193    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
194
195commit 94c5e76c2d1043a835b0872f78902ebdfc3c5492
196Author: Alan Coopersmith <alan.coopersmith@oracle.com>
197Date:   Tue Jun 5 17:50:45 2012 -0700
198
199    Add const qualifiers to fix gcc -Wwrite-strings warnings
200    
201    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
202
203commit 83a7600ae9dbe8b2ca0f9199222245792fb8c0d6
204Author: Alan Coopersmith <alan.coopersmith@oracle.com>
205Date:   Tue Jun 7 23:59:41 2011 -0700
206
207    Replace local checks for gcc with _X_NORETURN from xproto 7.0.17
208    
209    Also declare icoFatal as static since it's only used in this one file.
210    
211    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
212    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
213    Reviewed-by: Cyril Brulebois <kibi@debian.org>
214
215commit 7abead5688c1958822e3084a5c9854eb52ac58ec
216Author: Gaetan Nadon <memsize@videotron.ca>
217Date:   Wed Jan 19 10:06:55 2011 -0500
218
219    config: move man pages into their own directory
220    
221    Use services provided by XORG_MANPAGE_SECTIONS.
222    Use standard Makefile for man pages.
223    
224    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
225
226commit 9d266c12261d32d2e3ceb167b16f6867e9ccc5fa
227Author: Gaetan Nadon <memsize@videotron.ca>
228Date:   Wed Jan 12 16:28:02 2011 -0500
229
230    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
231    
232    This silences an Autoconf warning
233
234commit 849d04b09a12e51fb4e17269e2e3a61ce205a014
235Author: Alan Coopersmith <alan.coopersmith@oracle.com>
236Date:   Sat Oct 30 13:11:36 2010 -0700
237
238    ico 1.0.3
239    
240    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
241
242commit 9ac61910d314a548176a96565f29d986cae7f8b0
243Author: Alan Coopersmith <alan.coopersmith@oracle.com>
244Date:   Sat Oct 30 13:10:33 2010 -0700
245
246    Purge CVS version tags
247    
248    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
249
250commit 4a3421c6cb3e8571c07156e6756fd3d537978b42
251Author: Alan Coopersmith <alan.coopersmith@oracle.com>
252Date:   Sat Oct 30 13:09:38 2010 -0700
253
254    config: Remove unnecessary calls from configure.ac
255    
256    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
257    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
258    
259    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
260
261commit 1a36145e7a8d11b4d80688c942427cfc48c63272
262Author: Alan Coopersmith <alan.coopersmith@oracle.com>
263Date:   Sat Oct 30 13:09:06 2010 -0700
264
265    config: upgrade to util-macros 1.8 for additional man page support
266    
267    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
268    The value of MAN_SUBST is the same for all X.Org packages.
269    
270    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
271    The existing statement can now be removed from the configuration file.
272    
273    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
274    Enables silent rule and use platform appropriate version of sed.
275    
276    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
277
278commit 1e579cb7be71750e1d1fba0eaed58bc3bd428024
279Author: Gaetan Nadon <memsize@videotron.ca>
280Date:   Sat Oct 30 13:07:01 2010 -0700
281
282    config: update AC_PREREQ statement to 2.60
283    
284    Unrelated to the previous patches, the new value simply reflects
285    the reality that the minimum level for autoconf to configure
286    all x.org modules is 2.60 dated June 2006.
287    
288    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
289    
290    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
291    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
292
293commit dc14f85015ed4f8ad1dd9456f3daa59d1b0edddf
294Author: Gaetan Nadon <memsize@videotron.ca>
295Date:   Thu Feb 11 10:08:06 2010 -0500
296
297    config: move CWARNFLAGS from configure.ac to Makefile.am
298    
299    Compiler warning flags should be explicitly set in the makefile
300    rather than being merged with other packages compiler flags.
301    
302    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
303
304commit 1decffa0f6fad067770c5b4de5a112993951f099
305Author: Gaetan Nadon <memsize@videotron.ca>
306Date:   Thu Nov 26 09:19:52 2009 -0500
307
308    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
309    
310    Now that the INSTALL file is generated.
311    Allows running make maintainer-clean.
312
313commit dbb254953e81d445e62ead7fddad9ebcbb068cb7
314Author: Gaetan Nadon <memsize@videotron.ca>
315Date:   Wed Oct 28 14:09:07 2009 -0400
316
317    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
318    
319    Add missing INSTALL file. Use standard GNU file on building tarball
320    README may have been updated
321    Remove AUTHORS file as it is empty and no content available yet.
322    Remove NEWS file as it is empty and no content available yet.
323
324commit ae203a1bfd75964cc6b0ce95b702ec7e97eafc91
325Author: Gaetan Nadon <memsize@videotron.ca>
326Date:   Tue Oct 27 15:07:24 2009 -0400
327
328    Deploy the new XORG_DEFAULT_OPTIONS #24242
329    
330    This macro aggregate a number of existing macros that sets commmon
331    X.Org components configuration options. It shields the configuration file from
332    future changes.
333
334commit e641baa6ffa24aec30fd773606b61b4895dbadd9
335Author: Gaetan Nadon <memsize@videotron.ca>
336Date:   Mon Oct 26 22:08:38 2009 -0400
337
338    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
339    
340    ChangeLog filename is known to Automake and requires no further
341    coding in the makefile.
342
343commit bf4388c86ae8a7ce8e6471f272d299d353ce77a5
344Author: Gaetan Nadon <memsize@videotron.ca>
345Date:   Thu Oct 22 12:34:14 2009 -0400
346
347    .gitignore: use common defaults with custom section # 24239
348    
349    Using common defaults will reduce errors and maintenance.
350    Only the very small or inexistent custom section need periodic maintenance
351    when the structure of the component changes. Do not edit defaults.
352
353commit ea16526cf2fa968a47715cee48d60d3a0e925094
354Author: Alan Coopersmith <alan.coopersmith@sun.com>
355Date:   Thu Oct 1 14:54:17 2009 -0700
356
357    Add README with pointers to mailing lists, bugzilla, & git
358    
359    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
360
361commit 5ca33a50e4a643b8ed7a525e39ecec9b34f1900a
362Author: Jens Stroebel <dr-xorg@bcsoft.de>
363Date:   Wed Jan 14 06:23:35 2009 -0800
364
365    Correcting a typo in configure.ac preventing the Xorg headers from being found
366    
367    Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
368
369commit 874f71ca6bb7134d1b9172a28bda6146dd2c608e
370Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
371Date:   Mon Jan 12 18:20:06 2009 -0200
372
373    Ansification and compile warning fixes.
374    
375      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
376    make distcheck and all gcc 4.3 and sparse warnings.
377      Note that "ico" appears to be broken, and only work with the
378    -r option, that causes it to not use XThreads, and only draw in
379    the root screen (with "-threads 1" option, the default, it
380    still use XThreads).
381
382commit c0227e77a62a422332edda6c8d8113fb4980ac7d
383Author: Keith Packard <keithp@keithp.com>
384Date:   Sat Oct 11 21:19:00 2008 -0700
385
386    Make sure each thread sees its expose event.
387    
388    Having a thread call XNextEvent may cause other threads to miss their
389    initial expose event, blocking them for a long time. Use the existing
390    predicate function and XIfEvent to wait for precisely the right expose event.
391    
392    Signed-off-by: Keith Packard <keithp@keithp.com>
393
394commit 11308c41fe4c1bf99a6654fca294f3e098075a33
395Author: Alan Coopersmith <alan.coopersmith@sun.com>
396Date:   Fri Jul 20 16:28:38 2007 -0700
397
398    Version bump: 1.0.2
399
400commit 255c8078a0edfc289e434ba769fd50e05ab72ad2
401Author: Alan Coopersmith <alan.coopersmith@sun.com>
402Date:   Fri Jul 20 16:17:31 2007 -0700
403
404    Fill in COPYING stub with copyright & licenses from source files
405
406commit 5a51d7e1db3694e41d55bc02208f3fa1b736e951
407Author: Alan Coopersmith <alan.coopersmith@sun.com>
408Date:   Fri Jul 20 16:14:34 2007 -0700
409
410    Replace static changelog with dist-hook to generate from git log
411
412commit e7a16eb488b591af57561799525891be5030bf25
413Author: Alan Coopersmith <alan.coopersmith@sun.com>
414Date:   Fri Jul 20 16:10:58 2007 -0700
415
416    Change ico_CFLAGS to AM_CFLAGS to stop automake-1.10 warning
417    
418    Makefile.am:27: compiling `ico.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
419
420commit e3146e963d7bf333d0e01d9d556d6c8be722898d
421Author: Alan Coopersmith <alan.coopersmith@sun.com>
422Date:   Wed Apr 11 15:37:10 2007 -0700
423
424    renamed: .cvsignore -> .gitignore
425
426commit db38b36c535baeda5bdc8a873b32f678e7df8e36
427Author: Alan Coopersmith <alan.coopersmith@sun.com>
428Date:   Wed Apr 11 15:36:16 2007 -0700
429
430    Bug #10616: Man page typo: s/TREMINATION/TERMINATION/
431    
432    X.Org Bugzilla #10616 <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
433    Reported upstream from
434    Debian Bug #395445 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395445>
435
436commit 366924f71f6e5db3641bc350a07d37f64fe6ea08
437Author: Kevin E Martin <kem@kem.org>
438Date:   Wed Dec 21 02:29:42 2005 +0000
439
440    Update package version for X11R7 release.
441
442commit 82481ae9b8335ae924b4341d194c4f0ed51f1f03
443Author: Adam Jackson <ajax@nwnk.net>
444Date:   Mon Dec 19 16:22:40 2005 +0000
445
446    Stub COPYING files
447
448commit 52ad0990a0f63ef8601c56b3937afba0a511b376
449Author: Kevin E Martin <kem@kem.org>
450Date:   Thu Dec 15 00:24:02 2005 +0000
451
452    Update package version number for final X11R7 release candidate.
453
454commit 22bef66811d55607c096b0e015fb91e31c3043c6
455Author: Kevin E Martin <kem@kem.org>
456Date:   Tue Dec 6 22:48:16 2005 +0000
457
458    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
459
460commit f8a8eb25e339b5ae58c0bd6b9068338488d3be22
461Author: Kevin E Martin <kem@kem.org>
462Date:   Sat Dec 3 05:49:16 2005 +0000
463
464    Update package version number for X11R7 RC3 release.
465
466commit 8e79cdd0c53ab420fa3b69003762d2d1ebfa0273
467Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
468Date:   Mon Nov 28 22:01:37 2005 +0000
469
470    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
471        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
472
473commit 3c4e96626a4fcc4df45bced95c44c5e99e605537
474Author: Eric Anholt <anholt@freebsd.org>
475Date:   Mon Nov 21 10:34:55 2005 +0000
476
477    Another pass at .cvsignores for apps.
478
479commit 3cb8504ab547357b6b538e1ffbb3000b5cc0b8e7
480Author: Eric Anholt <anholt@freebsd.org>
481Date:   Sun Nov 20 22:08:48 2005 +0000
482
483    Add/improve .cvsignore files for apps.
484
485commit 02b2de700f25d3be621d560b3042f7a7a89369e6
486Author: Kevin E Martin <kem@kem.org>
487Date:   Wed Nov 9 21:09:19 2005 +0000
488
489    Update package version number for X11R7 RC2 release.
490
491commit 703edae088fb7bb409dbdb58d111ed9e4c31cf78
492Author: Kean Johnson <kean@armory.com>
493Date:   Tue Nov 8 06:33:31 2005 +0000
494
495    See ChangeLog entry 2005-11-07 for details.
496
497commit fe9efd5cd0703005da9ceb55f59d376ba0b01226
498Author: Kevin E Martin <kem@kem.org>
499Date:   Wed Oct 19 02:47:48 2005 +0000
500
501    Update package version number for RC1 release.
502
503commit 7ad280349d00bb52201dc43c21ac097ec97132dc
504Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
505Date:   Mon Oct 17 23:56:19 2005 +0000
506
507    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
508        work better with BSD make
509
510commit cd8ac3431f4b2c6a8fad1031bf34d894fb6398ae
511Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
512Date:   Fri Oct 14 00:25:41 2005 +0000
513
514    Use sed to fill in variables in man page
515
516commit a0f44d19aa84965a31303fd39f05631665fd7e37
517Author: Adam Jackson <ajax@nwnk.net>
518Date:   Wed Aug 17 19:49:17 2005 +0000
519
520    Get xthreadlib variable from Xlib. Bump to 0.99.1.
521
522commit 19fd5758771d31d13cc483cf80adafa3bf530132
523Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
524Date:   Sat Aug 13 02:13:30 2005 +0000
525
526    Update for modularization: include <config.h> & <X11/XlibConf.h>, use
527        XTHREADS define from XlibConf.h to enable multithreading Also ansify
528        icoFatal prototype to clear Sun cc warnings.
529
530commit 979aa90d7b94494ce365b9dc3cf724a3f91f8598
531Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
532Date:   Mon Aug 1 20:25:27 2005 +0000
533
534    Install man pages to section 1 instead of section m (Patch from Donnie
535        Berkholz)
536
537commit 25ac536b836c2772784bd13b543d538a2673fb4c
538Author: Kevin E Martin <kem@kem.org>
539Date:   Fri Jul 29 21:22:29 2005 +0000
540
541    Various changes preparing packages for RC0:
542    - Verify and update package version numbers as needed
543    - Implement versioning scheme
544    - Change bug address to point to bugzilla bug entry form
545    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
546        reenable it)
547    - Fix makedepend to use pkgconfig and pass distcheck
548    - Update build script to build macros first
549    - Update modular Xorg version
550
551commit 5c31a07dbcb735445951f7f7cae8579ee16262d5
552Author: Adam Jackson <ajax@nwnk.net>
553Date:   Wed Jul 20 19:31:48 2005 +0000
554
555    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
556        configure cache, you cache it, and the cached value is probably wrong.
557
558commit 9e0555e9d980217dd20d1f7385ff47514675629c
559Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
560Date:   Tue Jun 28 15:00:13 2005 +0000
561
562    Check in build system for ico
563
564commit 6a904d00db84e235ea2b0073fbcd078f8a96c9c2
565Author: Egbert Eich <eich@suse.de>
566Date:   Fri Apr 23 19:54:33 2004 +0000
567
568    Merging XORG-CURRENT into trunk
569
570commit caf6767501c8176c02702e441ab422ced4ea5033
571Author: Egbert Eich <eich@suse.de>
572Date:   Sun Mar 14 08:34:51 2004 +0000
573
574    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
575
576commit 81bd81a192d3e6cc4e8ac744d6f9dd844013c3de
577Author: Egbert Eich <eich@suse.de>
578Date:   Wed Mar 3 12:12:52 2004 +0000
579
580    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
581
582commit 0fe04de86a907b549e143b27ff5c16887ec7de2a
583Author: Egbert Eich <eich@suse.de>
584Date:   Thu Feb 26 13:36:15 2004 +0000
585
586    readding XFree86's cvs IDs
587
588commit dcd8f0f0b566a45609145651ae0c6d2cbed6bfc7
589Author: Egbert Eich <eich@suse.de>
590Date:   Thu Feb 26 09:23:54 2004 +0000
591
592    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
593
594commit 996d4a49a21986ae0a8d3f4f047aa71422727925
595Author: Kaleb Keithley <kaleb@freedesktop.org>
596Date:   Tue Nov 25 19:29:02 2003 +0000
597
598    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
599
600commit c3b5b1a77685345b857f858fa3c226ec4a826414
601Author: Kaleb Keithley <kaleb@freedesktop.org>
602Date:   Fri Nov 14 16:48:57 2003 +0000
603
604    XFree86 4.3.0.1
605
606commit 352df17fc71405e7bc36559ee8a72e21d7a5694a
607Author: Kaleb Keithley <kaleb@freedesktop.org>
608Date:   Fri Nov 14 16:48:57 2003 +0000
609
610    Initial revision
611