Tizen 2.0 Release
[framework/uifw/xorg/util/x11-xserver-utils.git] / xrdb / ChangeLog
1 commit 4b8990ea599aee08284481b258cccdc25dd5d8d8
2 Author: Matthias Hopf <mhopf@suse.de>
3 Date:   Tue Apr 5 17:50:00 2011 +0200
4
5     Bump to 1.0.9
6
7 commit 1027d5df07398c1507fb1fe3a9981aa6b4bc3a56
8 Author: Matthias Hopf <mhopf@suse.de>
9 Date:   Tue Mar 1 19:37:34 2011 +0100
10
11     Create shell-escape-safe cpp options in the non-pathetic-cpp case.
12     
13     Fixes CVE-2011-0465.
14     
15     Signed-off-by: Matthias Hopf <mhopf@suse.de>
16     Reviewed-by: Adam Jackson <ajax@redhat.com>
17
18 commit ce9709b2811eb06bc7e03d26599c40b60effd0f8
19 Author: Jeremy Huddleston <jeremyhu@apple.com>
20 Date:   Wed Feb 2 15:30:45 2011 -0800
21
22     xrdb 1.0.8
23     
24     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
25
26 commit 649faef32416e6d87ec2dcad5b0142d3b7ff04d7
27 Author: Jeremy Huddleston <jeremyhu@apple.com>
28 Date:   Wed Feb 2 11:30:36 2011 -0800
29
30     Properly honor -nocpp
31     
32     Previously, if the user passed -nocpp and there was a cpp present,
33     cpp would be used.  This patch fixes that case.
34     
35     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
36     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
37
38 commit 8a59f14ff4a87b96ce763dd6565d776f8ac3b087
39 Author: Gaetan Nadon <memsize@videotron.ca>
40 Date:   Wed Jan 19 10:06:56 2011 -0500
41
42     config: move man pages into their own directory
43     
44     Use services provided by XORG_MANPAGE_SECTIONS.
45     Use standard Makefile for man pages.
46     
47     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
48
49 commit bc64aa2a2481130a02bfe41523863b7006d0c3a9
50 Author: Gaetan Nadon <memsize@videotron.ca>
51 Date:   Thu Jan 13 11:15:48 2011 -0500
52
53     man: remove trailing spaces and tabs
54     
55     Using s/[ \t]*$//
56     
57     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
58
59 commit 64c9786971d2473d0334bbdbe1a5f79f29eb988f
60 Author: Gaetan Nadon <memsize@videotron.ca>
61 Date:   Wed Jan 12 15:29:50 2011 -0500
62
63     config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
64     
65     This silences an Automake warning.
66     
67     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
68
69 commit 117021570515fa985670f78d27376d636ed5490f
70 Author: Ulrich Mueller <ulm@gentoo.org>
71 Date:   Wed Jan 5 13:31:36 2011 -0800
72
73     Call C preprocessor with -P option due to changed behaviour in GCC 4.5
74     
75     http://bugs.freedesktop.org/show_bug.cgi?id=32701
76     http://bugs.gentoo.org/show_bug.cgi?id=347758
77     
78     Signed-off-by: Ulrich Mueller <ulm@gentoo.org>
79     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
80
81 commit 44c65a03644b1c297ee84ff1aa4b7790caa5da0b
82 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
83 Date:   Tue Jan 4 20:29:09 2011 -0800
84
85     Merge usage() printf() strings/calls into a single string/call
86     
87     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
88     Reviewed-by: Julien Cristau <jcristau@debian.org>
89
90 commit 82babf3ecfd6eb1ef65a150fb0c453e7bfd61616
91 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
92 Date:   Tue Jan 4 20:20:11 2011 -0800
93
94     Replace complex malloc calculations with asprintf()
95     
96     Includes simple local implemenation of asprintf if configure doesn't
97     find one in system libraries.
98     
99     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
100     Reviewed-by: Julien Cristau <jcristau@debian.org>
101     Reviewed-by: Guillem Jover <guillem@hadrons.org>
102
103 commit b9aa83d7868e8813098bbc62adf82a79dc62e14e
104 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
105 Date:   Tue Jan 4 19:50:06 2011 -0800
106
107     Convert HAS_MKSTEMP to autoconf standard HAVE_MKSTEMP
108     
109     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
110     Reviewed-by: Julien Cristau <jcristau@debian.org>
111     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
112
113 commit 6606863fc8467bcbc829cea63764be0d283c4b8a
114 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
115 Date:   Wed Nov 10 19:32:04 2010 -0800
116
117     xrdb 1.0.7
118     
119     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
120
121 commit 3a1f0f784bfd537096d4d37a77b7be7904bb88aa
122 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
123 Date:   Tue Nov 9 16:26:45 2010 -0800
124
125     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
126     
127     Regroup AC statements under the Autoconf initialization section.
128     Regroup AM sttaements under the Automake initialization section.
129     Add missing AC_CONFIG_SRCDIR
130     
131     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
132
133 commit 4139da28b7c9bb5bd35933e28a6f0f6e325d921e
134 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
135 Date:   Tue Nov 9 16:25:38 2010 -0800
136
137     config: Remove unnecessary calls from configure.ac
138     
139     AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
140     PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
141     
142     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
143
144 commit a6ca7c4c8b330bfd8a1a225afe826d7dbfa820fb
145 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
146 Date:   Tue Nov 9 16:24:37 2010 -0800
147
148     config: upgrade to util-macros 1.8 for additional man page support
149     
150     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
151     The value of MAN_SUBST is the same for all X.Org packages.
152     
153     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
154     Enables use of platform appropriate version of sed.
155     
156     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
157
158 commit 0720655ecd3c8f3bc8c8bcb97863c02d73cae674
159 Author: Gaetan Nadon <memsize@videotron.ca>
160 Date:   Tue Nov 9 16:24:08 2010 -0800
161
162     config: update AC_PREREQ statement to 2.60
163     
164     Unrelated to the previous patches, the new value simply reflects
165     the reality that the minimum level for autoconf to configure
166     all x.org modules is 2.60 dated June 2006.
167     
168     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
169     
170     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
171     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
172
173 commit da50b50cc1befae114dd8f9ce67b2aa034bcedf3
174 Author: Jesse Adkins <jesserayadkins@gmail.com>
175 Date:   Tue Sep 28 13:29:50 2010 -0700
176
177     Purge cvs tags.
178     
179     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
180     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
181
182 commit 532959ec60149589a72f027d96cb57f1368cdf89
183 Author: Gaetan Nadon <memsize@videotron.ca>
184 Date:   Thu Nov 26 09:19:54 2009 -0500
185
186     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
187     
188     Now that the INSTALL file is generated.
189     Allows running make maintainer-clean.
190
191 commit 0fa4fd255c494b8d9551453c07521fc7473fc2b6
192 Author: Gaetan Nadon <memsize@videotron.ca>
193 Date:   Wed Oct 28 14:09:08 2009 -0400
194
195     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
196     
197     Add missing INSTALL file. Use standard GNU file on building tarball
198     README may have been updated
199     Remove AUTHORS file as it is empty and no content available yet.
200     Remove NEWS file as it is empty and no content available yet.
201
202 commit b90564dc7339082f8325d06edb28264f1b6e8bb6
203 Author: Gaetan Nadon <memsize@videotron.ca>
204 Date:   Mon Oct 26 22:08:39 2009 -0400
205
206     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
207     
208     ChangeLog filename is known to Automake and requires no further
209     coding in the makefile.
210
211 commit aa5fd3d4dded23b6045e93ac220edb13b68a4658
212 Author: Gaetan Nadon <memsize@videotron.ca>
213 Date:   Thu Oct 22 12:34:16 2009 -0400
214
215     .gitignore: use common defaults with custom section # 24239
216     
217     Using common defaults will reduce errors and maintenance.
218     Only the very small or inexistent custom section need periodic maintenance
219     when the structure of the component changes. Do not edit defaults.
220
221 commit cf6bd9d305726420905f2aa7c7471665f5e70f7c
222 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
223 Date:   Wed Oct 21 12:47:21 2009 -0700
224
225     This is not a GNU project, so declare it foreign.
226     
227     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
228     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
229     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
230     > > was quite annoying to work around since 'autoreconf -fvi' replaces
231     > > it and git wants to commit it.  Should these files even be in git?
232     > > Can I nuke them for the betterment of humanity and since they get
233     > > created by autoreconf anyways?
234     >
235     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
236     
237     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
238     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
239     of the INSTALL file. It is also part of the 24206 solution.
240     
241     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
242
243 commit b3a7a1fb2356d6fba676746f60176f1a69b9a72a
244 Author: Alan Coopersmith <alan.coopersmith@sun.com>
245 Date:   Mon Oct 12 15:04:50 2009 -0700
246
247     xrdb 1.0.6
248     
249     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
250
251 commit eafabf10c3738bba223d7522f8b5804d1d54c6d4
252 Author: Alan Coopersmith <alan.coopersmith@sun.com>
253 Date:   Mon Oct 12 14:55:22 2009 -0700
254
255     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
256     
257     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
258
259 commit d2c5485dcab34074fa9bd62b7a0567364382e07b
260 Author: Alan Coopersmith <alan.coopersmith@sun.com>
261 Date:   Mon Oct 12 14:37:28 2009 -0700
262
263     Fill in COPYING file with notices from xrdb.c & xrdb.man
264     
265     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
266
267 commit b2aebe2b2879c6f6a23d34c7b7b637b8b216e2a3
268 Author: Alan Coopersmith <alan.coopersmith@sun.com>
269 Date:   Thu Oct 1 14:54:29 2009 -0700
270
271     Add README with pointers to mailing lists, bugzilla, & git
272     
273     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
274
275 commit 29f87977d6f503186da4863eea28db2f206bca22
276 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
277 Date:   Mon Jan 26 16:45:11 2009 -0200
278
279     Correct make distcheck and sparse warnings.
280
281 commit fc0b73673a7b91b386d8a346652f9cc0c4a68d44
282 Author: Alan Coopersmith <alan.coopersmith@sun.com>
283 Date:   Mon Oct 20 14:33:23 2008 -0700
284
285     Allow specifying multiple paths to --with-cpp and running if none is found
286     
287     Merge of code from the old Solaris xrdb that allows having cpp found at
288     compile time, but not erroring out if it's not found at runtime, and
289     if necessary, checking for it in multiple locations.
290
291 commit 0de4f54967a7ab923817712eb96b64ca1ebe84a5
292 Author: Stuart Kreitman <Stuart.Kreitman@sun.com>
293 Date:   Mon Aug 4 17:12:58 2008 -0700
294
295     Avoid divide by zero crash if DDX mistakenly returns screen size of 0mm.
296
297 commit d8b7fa56de252ba78edab5e504a2c7650e9e9123
298 Author: Adam Jackson <ajax@redhat.com>
299 Date:   Thu Mar 6 17:16:36 2008 -0500
300
301     xrdb 1.0.5
302
303 commit 09ef847d16333d6ae04c3f88ff7f535381cb9405
304 Author: Luca Capello <luca@pca.it>
305 Date:   Mon Jan 7 23:48:12 2008 +0100
306
307     Prevent cpp from prefixing errors with <stdin> when the xrdb input is a file
308     
309     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458246
310
311 commit ab156455b2f759cc4cb0edc3265ccb9bba53f2ed
312 Author: James Cloos <cloos@jhcloos.com>
313 Date:   Thu Dec 6 15:51:09 2007 -0500
314
315     Add missing PHONY line for automatic ChangeLog generation
316
317 commit 13917748af3288ae188cbe9c05742411d53ec34f
318 Author: Alan Coopersmith <alan.coopersmith@sun.com>
319 Date:   Wed Aug 15 15:35:00 2007 -0700
320
321     Version bump: 1.0.4
322
323 commit 6202638b9962dceb4f72357bff76896e23c8fe5e
324 Author: Alan Coopersmith <alan.coopersmith@sun.com>
325 Date:   Wed Aug 15 15:31:16 2007 -0700
326
327     Change xrdb_CFLAGS to AM_CFLAGS to make automake-1.10 happier
328     
329     Makefile.am:27: compiling `xrdb.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
330
331 commit 0b2171f2af1a5790753bb6516ac32411b1b89ef3
332 Author: Alan Coopersmith <alan.coopersmith@sun.com>
333 Date:   Wed Apr 11 15:33:56 2007 -0700
334
335     Bug #10616: Man page grammar fix: s/This never be/This should never be/
336     
337     X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
338     Reported upstream from
339     Debian bug #354923 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354923>
340
341 commit a2b12134c2216dc29581dd849a89e48187ddf66f
342 Author: Alan Coopersmith <alan.coopersmith@sun.com>
343 Date:   Tue Jan 23 17:47:28 2007 -0800
344
345     Version bump: 1.0.3
346
347 commit 0379f5fb2b8c5860d8e2652df51ab5d8363518b2
348 Author: Alan Coopersmith <alan.coopersmith@sun.com>
349 Date:   Tue Jan 23 17:46:02 2007 -0800
350
351     Replace static ChangeLog with dist-hook to generate from git log
352
353 commit 407a5343d87b50f8496afe76bc26396e58b1c543
354 Author: Alan Coopersmith <alan.coopersmith@sun.com>
355 Date:   Tue Jan 2 18:54:39 2007 -0800
356
357     renamed: .cvsignore -> .gitignore
358
359 commit a412444f2b3190cc6513bd0649de68a21089f487
360 Author: Eric S. Raymond <esr@thyrsus.com>
361 Date:   Tue Jan 2 18:54:13 2007 -0800
362
363     Bug 9521: Markup problem in xrdb.1 man page
364     
365     <https://bugs.freedesktop.org/show_bug.cgi?id=9521>
366
367 commit ee16f1a1d55efdc8176e025dd8c3482aabfc6d57
368 Author: Adam Jackson <ajax@nwnk.net>
369 Date:   Wed Apr 26 23:46:36 2006 +0000
370
371     Bump to 1.0.2
372
373 commit df0f7049f9cf1a5aac8964bf87b484afd8a5bd94
374 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
375 Date:   Mon Apr 3 20:33:30 2006 +0000
376
377     Copy authors list from comment in xrdb.c
378
379 commit b8165e4d7fe46f4355c163cf9a7be0213286f2c9
380 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
381 Date:   Mon Apr 3 20:32:20 2006 +0000
382
383     Convert sprintf/strcpy/strcat calls to snprintf to enforce bounds checking.
384
385 commit e8420306923dbe7c02b5322f2320dee18cc54f96
386 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
387 Date:   Mon Apr 3 18:23:14 2006 +0000
388
389     Plug memory leak of extension names list. (Coverity id #612)
390
391 commit 35c00cc86015f0d33a842441aad726dc2fe9a14b
392 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
393 Date:   Wed Mar 29 03:27:37 2006 +0000
394
395     Get rid of OS-checking #ifdefs by adding configure checks to find the right
396         header for MAXHOSTNAMELEN (<sys/param.h> for BSD/Linux, <netdb.h> for
397         Solaris) and deleting ancient rename() function for pre-POSIX.1-1990
398         SysV systems.
399
400 commit 43d30e640ff32bd2973493877f2a5d49fae24d8f
401 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
402 Date:   Wed Mar 29 02:20:46 2006 +0000
403
404     Bug #6386 <https://bugs.freedesktop.org/show_bug.cgi?id=6386> Add appres &
405         listres man pages to SEE ALSO list (Paul Vojta)
406
407 commit ab34a4353e479a01a392977496d0276c769489f7
408 Author: Kevin E Martin <kem@kem.org>
409 Date:   Wed Dec 21 02:29:53 2005 +0000
410
411     Update package version for X11R7 release.
412
413 commit 555a9e424b4733f49234209db6ef47375a3bae6c
414 Author: Adam Jackson <ajax@nwnk.net>
415 Date:   Mon Dec 19 16:22:46 2005 +0000
416
417     Stub COPYING files
418
419 commit a43f52abfc732b77524e4dc0feb1cb65e9e403f1
420 Author: Kevin E Martin <kem@kem.org>
421 Date:   Thu Dec 15 00:24:10 2005 +0000
422
423     Update package version number for final X11R7 release candidate.
424
425 commit febf0c20728c501abfe9cc4547661a7af2830bb4
426 Author: Kevin E Martin <kem@kem.org>
427 Date:   Tue Dec 6 22:48:25 2005 +0000
428
429     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
430
431 commit 6e50db381cbeb044adaf574f4250bc7c7ccc6486
432 Author: Kevin E Martin <kem@kem.org>
433 Date:   Sat Dec 3 05:49:27 2005 +0000
434
435     Update package version number for X11R7 RC3 release.
436
437 commit 63d47d741672fbeca11c61789ef3d02058cf6033
438 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
439 Date:   Mon Nov 28 22:01:46 2005 +0000
440
441     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
442         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
443
444 commit b8e846b97d7cdc30575dbad201c12c3d0f1f6076
445 Author: Eric Anholt <anholt@freebsd.org>
446 Date:   Mon Nov 21 10:35:07 2005 +0000
447
448     Another pass at .cvsignores for apps.
449
450 commit 483dc299435cbb4241c07bb96acdfc8de04d4ff3
451 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
452 Date:   Mon Nov 21 03:14:16 2005 +0000
453
454     Change dependency from xmu to xmuu since the full xmu (with all its baggage
455         like Xt) is not needed here.
456
457 commit 9ad35e4bc352abc6af67f5849fa99a7f6da7a6c3
458 Author: Eric Anholt <anholt@freebsd.org>
459 Date:   Sun Nov 20 22:08:55 2005 +0000
460
461     Add/improve .cvsignore files for apps.
462
463 commit 175abf8b20f0bef44e5d01fd9369cf31fc77937b
464 Author: Kevin E Martin <kem@kem.org>
465 Date:   Wed Oct 19 02:47:57 2005 +0000
466
467     Update package version number for RC1 release.
468
469 commit 349c2175e29e65cd7c9a4e42d4977ae2384deab3
470 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
471 Date:   Mon Oct 17 23:56:24 2005 +0000
472
473     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
474         work better with BSD make
475
476 commit 8681e4c6a00ec7970976b5b657d045c16970fd7d
477 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
478 Date:   Fri Oct 14 00:25:47 2005 +0000
479
480     Use sed to fill in variables in man page
481
482 commit acccbb73de4d648c240d75d653c23012aa313b65
483 Author: Kevin E Martin <kem@kem.org>
484 Date:   Fri Jul 29 21:22:37 2005 +0000
485
486     Various changes preparing packages for RC0:
487     - Verify and update package version numbers as needed
488     - Implement versioning scheme
489     - Change bug address to point to bugzilla bug entry form
490     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
491         reenable it)
492     - Fix makedepend to use pkgconfig and pass distcheck
493     - Update build script to build macros first
494     - Update modular Xorg version
495
496 commit f94df9ba9cb0bbe2c6e107d9b896237f6d4f0af2
497 Author: Daniel Stone <daniel@fooishbar.org>
498 Date:   Wed Jul 27 01:54:18 2005 +0000
499
500     Move manpages to section 1 instead of section m.
501
502 commit 49dddff2596554fd155ee0f3d2b92b0e20957dec
503 Author: Adam Jackson <ajax@nwnk.net>
504 Date:   Wed Jul 20 19:32:03 2005 +0000
505
506     Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
507         configure cache, you cache it, and the cached value is probably wrong.
508
509 commit fa06b8ced994114f0f7bddc1264b9ada3d9120d9
510 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
511 Date:   Sat Jul 16 21:59:14 2005 +0000
512
513     Define HAS_MKSTEMP if mkstemp() is present (needed for improved protection
514         against tempfile race conditions in many places)
515
516 commit 7c5d8ed741ad0cbb51b14f35d06b2db6c750ea68
517 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
518 Date:   Mon Jul 4 00:22:01 2005 +0000
519
520     Add #ifdef HAVE_CONFIG_H/#include <config.h> for modularization.
521
522 commit 2c9da0dc941fc36742bc6fe17e9f2558147da31d
523 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
524 Date:   Sat Jul 2 01:18:58 2005 +0000
525
526     Fix typo in list of paths to search for cpp
527
528 commit 9acc19a756d8da3927e82e8e5052b13af117d868
529 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
530 Date:   Sat Jul 2 01:17:35 2005 +0000
531
532     Use --with-cpp or search in $PATH and well known locations to set CPP
533         (replaces per-OS hardcoding of CppCmd in Imake config files)
534
535 commit 14ca3186594492b2733b9cc7e071ecfc039fb428
536 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
537 Date:   Fri Jul 1 20:27:45 2005 +0000
538
539     Build systems for xrdb, xrandr, xrefresh
540
541 commit 2f4ad176ce472ee7db9847670d3580f2c65b3e80
542 Author: Egbert Eich <eich@suse.de>
543 Date:   Fri Apr 23 19:55:03 2004 +0000
544
545     Merging XORG-CURRENT into trunk
546
547 commit ebda21a02e67f2d27da10bd5bfd4c5ddbf69df31
548 Author: Egbert Eich <eich@suse.de>
549 Date:   Sun Mar 14 08:35:42 2004 +0000
550
551     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
552
553 commit eac2dfd5e56d82e1ce65918b4a6c5af59b8109d6
554 Author: Egbert Eich <eich@suse.de>
555 Date:   Wed Mar 3 12:13:15 2004 +0000
556
557     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
558
559 commit 701705286ce179e195a3bece80868b7597888e59
560 Author: Egbert Eich <eich@suse.de>
561 Date:   Thu Feb 26 13:36:26 2004 +0000
562
563     readding XFree86's cvs IDs
564
565 commit cde9ecbbd5b78c846dbba35a1c79969cfcbda11a
566 Author: Egbert Eich <eich@suse.de>
567 Date:   Thu Feb 26 09:24:14 2004 +0000
568
569     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
570
571 commit 8045f8dba3be858c476d3e49a4532213ec374191
572 Author: Kaleb Keithley <kaleb@freedesktop.org>
573 Date:   Tue Nov 25 19:29:15 2003 +0000
574
575     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
576
577 commit 3c97a34f31d0d3353e31bd413d40959051584e9b
578 Author: Kaleb Keithley <kaleb@freedesktop.org>
579 Date:   Fri Nov 14 16:49:23 2003 +0000
580
581     XFree86 4.3.0.1
582
583 commit 5d0007c9b0fe41464e713f961b3510117971d8fe
584 Author: Kaleb Keithley <kaleb@freedesktop.org>
585 Date:   Fri Nov 14 15:54:54 2003 +0000
586
587     R6.6 is the Xorg base-line