Tizen 2.0 Release
[framework/uifw/xorg/lib/libxscrnsaver.git] / ChangeLog
1 commit 0ec072963f5964e09fbf84f4cd7d7ff8a9f3291f
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Wed Mar 7 21:05:41 2012 -0800
4
5     libXScrnSaver 1.2.2
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 7d4e80e24773cd961d3c5d04031873017a1551a2
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Thu Nov 10 21:41:58 2011 -0800
12
13     Fix gcc -Wwrite-strings warning
14     
15     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17 commit 1cd2ab96550b6b7d3abf92f76fe112798af727a4
18 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19 Date:   Fri Sep 16 22:52:51 2011 -0700
20
21     Strip trailing whitespace
22     
23     Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
24     git diff -w & git diff -b show no diffs from this change
25     
26     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
27
28 commit cfd6e22a3722514beefb39c73970715e2037b3ea
29 Author: Gaetan Nadon <memsize@videotron.ca>
30 Date:   Wed Feb 2 11:43:40 2011 -0500
31
32     config: comment, minor upgrade, quote and layout configure.ac
33     
34     Group statements per section as per Autoconf standard layout
35     Quote statements where appropriate.
36     Autoconf recommends not using dnl instead of # for comments
37     
38     Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
39     Add AC_CONFIG_SRCDIR([Makefile.am])
40     
41     This helps automated maintenance and release activities.
42     Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
43
44 commit 49b025eff5d5d343ae11c6bfea7731ca8bcbe332
45 Author: Gaetan Nadon <memsize@videotron.ca>
46 Date:   Fri Jan 28 19:41:37 2011 -0500
47
48     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
49     
50     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
51
52 commit ca2fc82f17a2bbe104b44ac33298377db0299c43
53 Author: Gaetan Nadon <memsize@videotron.ca>
54 Date:   Thu Jan 27 18:50:15 2011 -0500
55
56     config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
57     
58     XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
59     AC_PROG_C_C99. This sets gcc with -std=gnu99.
60     If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
61     
62     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
63
64 commit aa25c745b032608c9cdc8006ed351d8ef435bf18
65 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
66 Date:   Fri Oct 29 22:20:54 2010 -0700
67
68     libXScrnSaver 1.2.1
69     
70     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
71
72 commit f8b5e67d5b9fe5f6d8ff75561d66ac6a4bc16df2
73 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
74 Date:   Fri Oct 29 22:18:40 2010 -0700
75
76     Sun's copyrights now belong to Oracle
77     
78     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
79
80 commit 3ef4f63bf542411aa01e62ef5e8c8120afe255be
81 Author: Jesse Adkins <jesserayadkins@gmail.com>
82 Date:   Tue Sep 28 13:30:02 2010 -0700
83
84     Purge cvs tags.
85     
86     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
87     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
88
89 commit 25c4abc730f7d2407c33fcd5c48a6a82c541c921
90 Author: Gaetan Nadon <memsize@videotron.ca>
91 Date:   Tue Aug 17 09:00:28 2010 -0400
92
93     man: store shadow man pages in git rather than generating them
94     
95     Simplify the build process and the makefile.
96     
97     Local fix in CVS for bug 5628 is not required
98     as the problem has been fixed in
99     util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
100     
101     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
102
103 commit 1fb51a78ae5a063aa384b0b6b6fb7b11e972fcfa
104 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
105 Date:   Thu Jul 8 15:04:20 2010 -0700
106
107     Use make rules instead of shell for loops to generate shadow man pages
108     
109     Allows parallel make and simpler build logs/error reporting
110     
111     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
112
113 commit 2f5b75f49528c4bf57100b5d8fb83788013f7da9
114 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
115 Date:   Thu Jul 8 15:01:36 2010 -0700
116
117     config: upgrade to util-macros 1.8 for additional man page support
118     
119     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
120     The value of MAN_SUBST is the same for all X.Org packages.
121     
122     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
123     The existing statement can now be removed from the configuration file.
124     
125     Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
126     Enables silent rule and use platform appropriate version of sed.
127     
128     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
129
130 commit d1a4b97476efc64d9c47202b877c72c8b0fed14d
131 Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
132 Date:   Thu Jul 1 07:04:31 2010 -0300
133
134     Purge macros NEED_EVENTS and NEED_REPLIES
135     
136     Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
137     Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
138     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
139
140 commit bd46f8e115caeb4f48af64fc235d2b317f01b41f
141 Author: Gaetan Nadon <memsize@videotron.ca>
142 Date:   Mon Mar 29 16:50:33 2010 -0400
143
144     config: update AC_PREREQ statement to 2.60
145     
146     Unrelated to the previous patches, the new value simply reflects
147     the reality that the minimum level for autoconf to configure
148     all x.org modules is 2.60 dated June 2006.
149     
150     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
151     
152     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
153
154 commit d665b35a9b33b7b0a80b557115240ff5514bd8cf
155 Author: Gaetan Nadon <memsize@videotron.ca>
156 Date:   Mon Mar 29 14:53:48 2010 -0400
157
158     config: remove the pkgconfig pc.in file from EXTRA_DIST
159     
160     Automake always includes it in the tarball.
161     
162     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
163
164 commit 00e9520738c8660451cdf21e5a3b530924855822
165 Author: Gaetan Nadon <memsize@videotron.ca>
166 Date:   Tue Feb 16 10:37:21 2010 -0500
167
168     config: move CWARNFLAGS from configure.ac to Makefile.am
169     
170     Compiler warning flags should be explicitly set in the makefile
171     rather than being merged with other packages compiler flags.
172     
173     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
174
175 commit 0b90e128718f269be334b9e60aa5b50604b1dc8c
176 Author: Alan Coopersmith <alan.coopersmith@sun.com>
177 Date:   Thu Jan 14 21:09:04 2010 -0800
178
179     Update Sun license notices to current X.Org standard form
180     
181     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
182
183 commit 2f58888d29d779cb84072d1895934dfcee683f4c
184 Author: Gaetan Nadon <memsize@videotron.ca>
185 Date:   Fri Nov 27 20:56:03 2009 -0500
186
187     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
188     
189     Now that the INSTALL file is generated.
190     Allows running make maintainer-clean.
191
192 commit 27972a511fb73bad74dd0309487af050a6a99c42
193 Author: Gaetan Nadon <memsize@videotron.ca>
194 Date:   Wed Oct 28 14:09:10 2009 -0400
195
196     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
197     
198     Add missing INSTALL file. Use standard GNU file on building tarball
199     README may have been updated
200     Remove AUTHORS file as it is empty and no content available yet.
201     Remove NEWS file as it is empty and no content available yet.
202
203 commit fe1b6951a8e6ac4006b4f488121746cf71e4771d
204 Author: Gaetan Nadon <memsize@videotron.ca>
205 Date:   Tue Oct 27 15:07:26 2009 -0400
206
207     Deploy the new XORG_DEFAULT_OPTIONS #24242
208     
209     This macro aggregate a number of existing macros that sets commmon
210     X.Org components configuration options. It shields the configuration file from
211     future changes.
212
213 commit 7c8ac21a9485beab00560764d16e41a4c26cfc02
214 Author: Gaetan Nadon <memsize@videotron.ca>
215 Date:   Mon Oct 26 22:08:42 2009 -0400
216
217     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
218     
219     ChangeLog filename is known to Automake and requires no further
220     coding in the makefile.
221
222 commit b0b29818e4893fcf97a67fab58640740f285ad25
223 Author: Gaetan Nadon <memsize@videotron.ca>
224 Date:   Thu Oct 22 12:34:19 2009 -0400
225
226     .gitignore: use common defaults with custom section # 24239
227     
228     Using common defaults will reduce errors and maintenance.
229     Only the very small or inexistent custom section need periodic maintenance
230     when the structure of the component changes. Do not edit defaults.
231
232 commit b27442666e132a521c5ce8c2aaa8de97abfa54b1
233 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
234 Date:   Wed Oct 21 12:47:23 2009 -0700
235
236     This is not a GNU project, so declare it foreign.
237     
238     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
239     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
240     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
241     > > was quite annoying to work around since 'autoreconf -fvi' replaces
242     > > it and git wants to commit it.  Should these files even be in git?
243     > > Can I nuke them for the betterment of humanity and since they get
244     > > created by autoreconf anyways?
245     >
246     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
247     
248     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
249     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
250     of the INSTALL file. It is also part of the 24206 solution.
251     
252     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
253
254 commit aa162e709338904604b3f945999956044bcbc7cb
255 Author: Peter Hutterer <peter.hutterer@who-t.net>
256 Date:   Tue Aug 25 18:47:04 2009 +1000
257
258     Bump to 1.2.0
259     
260     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
261
262 commit 1fd39b3fa18a3a315bf339f56a5fd9fb7a279f60
263 Author: Peter Hutterer <peter.hutterer@who-t.net>
264 Date:   Tue Aug 25 18:48:26 2009 +1000
265
266     Require scrnsaverproto 1.2 to avoid header file conflicts.
267     
268     scrnsaverproto <= 1.1 provided screensaver.h.
269     
270     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
271
272 commit fb54ab90058f187f32c0679da35684accf8043c7
273 Author: Julien Cristau <jcristau@debian.org>
274 Date:   Thu Aug 20 23:31:47 2009 +0200
275
276     Fix man vs header mismatch
277     
278     the manpage says the last member of XScreenSaverInfo is called
279     event_mask when in fact it is called eventMask in the header file.
280     
281     Debian bug#542698 <http://bugs.debian.org/542698>
282
283 commit 486af8df83765525d8c77bfa42b56fb193950c8a
284 Author: Alan Coopersmith <alan.coopersmith@sun.com>
285 Date:   Mon Feb 2 20:34:31 2009 -0800
286
287     Add README with pointers to mailing list, bugzilla & git repos
288     
289     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
290
291 commit ed5bba86f67fdadeeaff584818d10864f3609e1a
292 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
293 Date:   Fri Jan 30 17:18:09 2009 -0200
294
295     Janitor: make distcheck, compiler warnings.
296
297 commit f755643f48e780c6582132269ca8d5fb750c53bf
298 Author: Peter Hutterer <peter@cs.unisa.edu.au>
299 Date:   Mon May 19 22:53:40 2008 +0930
300
301     Change AM_CFLAGS to pull in new header.
302
303 commit 85762a27e0203aa380c4ed26dc08c7f1181d5210
304 Author: Peter Hutterer <peter@cs.unisa.edu.au>
305 Date:   Mon May 19 20:11:56 2008 +0930
306
307     Add screensaver.h to includedir.
308     
309     This header is a pure Xlib header and was moved here from the protocol module.
310     The history of the file can be found in the protocol module.
311     git://anongit.freedesktop.org/git/xorg/proto/scrnsaverproto
312
313 commit ff9c27b08754c160256fe4d75cc4fbe07083f9d4
314 Author: Peter Hutterer <peter@cs.unisa.edu.au>
315 Date:   Mon May 19 18:49:26 2008 +0930
316
317     Rename parameters to clarify QueryVersion/QueryExtension.
318     
319     These parameters are not treated as input. Rename them to make the
320     inner workings slightly more obvious.
321     
322     X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>
323
324 commit e3af1209b9c1fdb032d01e00b300d57278b81189
325 Author: Alan Coopersmith <alan.coopersmith@sun.com>
326 Date:   Mon Mar 17 18:28:14 2008 -0700
327
328     Version bump: 1.1.3
329
330 commit a9208d44e5123c2f688097c2833abba7e6bcfc71
331 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
332 Date:   Tue Mar 4 18:51:25 2008 -0300
333
334     libXScrnSaver ansification.
335     
336     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
337
338 commit b805b9ebb2f981a507d16fc5524f573b8187e5f1
339 Author: Alan Coopersmith <alan.coopersmith@sun.com>
340 Date:   Mon Mar 17 18:05:32 2008 -0700
341
342     Add hooks to check code with sparse/lint/etc.
343
344 commit ae5c253a13cbb408cb41e173bffb993ec6aa6310
345 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
346 Date:   Sun Mar 9 00:21:17 2008 +0100
347
348     Makefile.am: nuke RCS Id
349
350 commit f641875615739ae6431e59b4fc47bb52fdce6381
351 Author: James Cloos <cloos@jhcloos.com>
352 Date:   Thu Dec 6 15:51:14 2007 -0500
353
354     Add missing PHONY line for automatic ChangeLog generation
355
356 commit ec5ca1927558d686c4957f2ae8c8c50c722cd87b
357 Author: Daniel Drake <ddrake@brontes3d.com>
358 Date:   Tue May 29 10:07:00 2007 -0800
359
360     Bug #11084: libXScrnSaver COPYING file
361     
362     X.Org Bugzilla #11084 <https://bugs.freedesktop.org/show_bug.cgi?id=11084>
363
364 commit 8eced0dc1e259777bcda00539c0c59a57fa4a49d
365 Author: James Cloos <cloos@jhcloos.com>
366 Date:   Mon Sep 3 05:53:34 2007 -0400
367
368     Add *~ to .gitignore to skip patch/emacs droppings
369
370 commit 36205d276fd8f783898abae4c32f72ab4eaab3c4
371 Author: Daniel Stone <daniel@fooishbar.org>
372 Date:   Sat Dec 16 01:35:45 2006 +0200
373
374     bump to 1.1.2
375
376 commit 116299e6274c0c1bdd20b517fcc59ad95c438025
377 Author: Daniel Stone <daniel@fooishbar.org>
378 Date:   Wed Dec 6 18:56:33 2006 +0200
379
380     Makefile.am: make ChangeLog hook safer
381     Make ChangeLog hook as safe as possible.
382
383 commit 39fd9561a1cf899e933859279a2220b11e729548
384 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
385 Date:   Fri Oct 13 16:29:20 2006 -0400
386
387     Bump to 1.1.1
388
389 commit 3705540d62bab68c5d41b73b59e2a7a23b001118
390 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
391 Date:   Thu Oct 12 20:25:51 2006 -0400
392
393     Fix the ChangeLog hook to distcheck.
394
395 commit be1d6f234b8366be9cc81bbc6e1774243102cb6d
396 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
397 Date:   Sat Jul 29 21:30:25 2006 +0200
398
399     Remove ChangeLog. Add a rule in Makefile.am to generate it using git-log.
400
401 commit 27ce5ef4924cd162f9313d2c444d2830dc71e9ae
402 Author: Federico G. Schwindt <fgsch@openbsd.org>
403 Date:   Sat Jul 29 21:24:50 2006 +0200
404
405     correct header path.
406
407 commit 5cbdc1b7dc3dedf341afdf6c7df741c015ceb6fa
408 Author: Alan Coopersmith <alan.coopersmith@sun.com>
409 Date:   Thu Jul 13 14:58:47 2006 -0700
410
411     renamed: .cvsignore -> .gitignore
412
413 commit a183fb1a70d48155b67d98fb4e4aaca825842f12
414 Author: Fredrik Höglund <fredrik@kde.org>
415 Date:   Fri Mar 31 18:43:09 2006 +0000
416
417     Update the package version number to 1.1. Require scrnsaverproto >= 1.1.
418     Update the manpage to document the new XScreenSaverSuspend function.
419     Add the implementation of XScreenSaverSuspend.
420
421 commit 8bc4acacd1079637be310b71fb5b74a5b0717cc2
422 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
423 Date:   Sun Feb 12 18:19:21 2006 +0000
424
425     Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages
426         not created correctly when MANDIR & MANSUFFIX don't match.
427
428 commit 10b822d58304884aad0f9b321b7e97f354bb0601
429 Author: Kevin E Martin <kem@kem.org>
430 Date:   Wed Dec 21 02:30:05 2005 +0000
431
432     Update package version for X11R7 release.
433
434 commit e81e373c1263fb6934253661aaa4631456ca2766
435 Author: Adam Jackson <ajax@nwnk.net>
436 Date:   Mon Dec 19 16:28:26 2005 +0000
437
438     Stub COPYING files
439
440 commit d939ce79b74a502e2c66a9049f8c9daf4c47bbf6
441 Author: Kevin E Martin <kem@kem.org>
442 Date:   Thu Dec 15 00:24:28 2005 +0000
443
444     Update package version number for final X11R7 release candidate.
445
446 commit a7fe9e9fa7e2d358788758fe1031595d322d874f
447 Author: Kevin E Martin <kem@kem.org>
448 Date:   Tue Dec 6 22:48:42 2005 +0000
449
450     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
451
452 commit 0e2a03621d3779ebc922b3629b4239bc311e690c
453 Author: Kevin E Martin <kem@kem.org>
454 Date:   Sat Dec 3 05:49:42 2005 +0000
455
456     Update package version number for X11R7 RC3 release.
457
458 commit c7e4c70be3431073765fad255d81f02e390a92d0
459 Author: Kevin E Martin <kem@kem.org>
460 Date:   Sat Dec 3 04:41:48 2005 +0000
461
462     Add check and cflags for malloc(0) returning NULL.
463
464 commit 754c50dc72c217f8cd4a9da36f42dd2e55407733
465 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
466 Date:   Mon Nov 28 22:03:05 2005 +0000
467
468     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
469         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
470
471 commit d0b21d4a6ad67657b8a24f2bfaf4eaaddcf9f757
472 Author: Eric Anholt <anholt@freebsd.org>
473 Date:   Sun Nov 20 23:17:40 2005 +0000
474
475     Add/improve libs .cvsignores.
476
477 commit b58dced9ca72778438a1a57a314d18450891b7a5
478 Author: Kevin E Martin <kem@kem.org>
479 Date:   Sat Nov 19 07:15:40 2005 +0000
480
481     Update pkgconfig files to separate library build-time dependencies from
482         application build-time dependencies, and update package deps to work
483         with separate build roots.
484
485 commit 73316750771ef55c3d9723be3c321221a482f584
486 Author: Kevin E Martin <kem@kem.org>
487 Date:   Wed Oct 19 02:48:09 2005 +0000
488
489     Update package version number for RC1 release.
490
491 commit abb8966bbb2b78d16032bff72d5e2c53bbaaeca4
492 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
493 Date:   Tue Oct 18 00:00:08 2005 +0000
494
495     Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
496         work better with BSD make
497
498 commit e5b2cfc00086fbc28cbcff0c25a5f6cc648974b2
499 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
500 Date:   Mon Oct 17 21:13:15 2005 +0000
501
502     Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
503         suffix rule (reported by Matthieu Herrb)
504
505 commit a90094021482a3e4093a4adc9a013c4084bd8712
506 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
507 Date:   Thu Oct 13 04:25:46 2005 +0000
508
509     Add generated man pages to .cvsignores
510
511 commit 572497b3413a67795306fc0df9554c4cb6c974fb
512 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
513 Date:   Thu Oct 13 02:13:37 2005 +0000
514
515     [lib/XScrnSaver manpage cleanup]
516     Use sed to fill in variables in man page Add shadow man pages for man pages
517         that document multiple functions.
518
519 commit 3aa74d1b757936676dbd8bd640b51d72d5c28da1
520 Author: Adam Jackson <ajax@nwnk.net>
521 Date:   Sun Aug 28 19:59:15 2005 +0000
522
523     Bug #4149: Keep the soname as libXss and the version at 1.0.0, for monolith
524         compatibility. Bump to 0.99.1. (Christophe Saout)
525
526 commit d0080f2f901247d12b78f90c747d543a1c96c8ab
527 Author: Adam Jackson <ajax@nwnk.net>
528 Date:   Wed Aug 3 03:28:00 2005 +0000
529
530     Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
531         a global configure cache don't get confused.
532
533 commit 2581b891b58754e29a2af759c3ca277bf5a06d97
534 Author: Kevin E Martin <kem@kem.org>
535 Date:   Fri Jul 29 21:22:50 2005 +0000
536
537     Various changes preparing packages for RC0:
538     - Verify and update package version numbers as needed
539     - Implement versioning scheme
540     - Change bug address to point to bugzilla bug entry form
541     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
542         reenable it)
543     - Fix makedepend to use pkgconfig and pass distcheck
544     - Update build script to build macros first
545     - Update modular Xorg version
546
547 commit f00570af369d1a516062fec225095cc94e6fab53
548 Author: Keith Packard <keithp@keithp.com>
549 Date:   Sat Jul 9 06:04:32 2005 +0000
550
551     Add .cvsignore files
552
553 commit 3817722549db9a2377f034b0af5768f8c36bbf62
554 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
555 Date:   Wed Jun 22 22:46:39 2005 +0000
556
557     Apply these patches from Theo van Klaveren:
558     lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch
559         lib-XScrnSaver.patch lib-xtrans.patch
560     to make the libraries distcheck.
561
562 commit 1d4fab032a4b9924adbc6853798e98b4101c96d8
563 Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
564 Date:   Tue Jun 21 15:41:36 2005 +0000
565
566     lib/XScrnSaver/configure.ac
567     lib/XScrnSaver/src/Makefile.am
568     lib/Xfontcache/configure.ac
569     lib/Xfontcache/src/Makefile.am
570     lib/Xinerama/configure.ac
571     lib/Xinerama/src/Makefile.am
572     lib/Xtst/configure.ac
573     lib/Xv/configure.ac
574     lib/XvMC/configure.ac
575     lib/dmx/configure.ac Add missing xext.pc and xextproto.pc Add DEP_CFLAGS to
576         src/Makefile.am
577
578 commit 21286ccdf3418566b424a9f086289994ac0877f1
579 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
580 Date:   Fri Jun 10 19:57:07 2005 +0000
581
582     Build system for XScrnSaver
583
584 commit c3a1a641b1a003ac7b4558b7897e77f0d0f0fdfa
585 Author: Egbert Eich <eich@suse.de>
586 Date:   Fri Apr 23 18:43:51 2004 +0000
587
588     Merging XORG-CURRENT into trunk
589
590 commit 903b9ea09dadfd395120db1e844ce0fe374dfcef
591 Author: Egbert Eich <eich@suse.de>
592 Date:   Sun Mar 14 08:32:25 2004 +0000
593
594     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
595
596 commit d5b14ebddf3dd3ca09a98f9c185fcb76822d3644
597 Author: Egbert Eich <eich@suse.de>
598 Date:   Wed Mar 3 12:11:30 2004 +0000
599
600     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
601
602 commit fa532ec60428670bbcb68c9a5caee8c85da97e8b
603 Author: Egbert Eich <eich@suse.de>
604 Date:   Thu Feb 26 13:35:33 2004 +0000
605
606     readding XFree86's cvs IDs
607
608 commit a1af44719975f0c2e00b0d4b74a19ac308ae9832
609 Author: Egbert Eich <eich@suse.de>
610 Date:   Thu Feb 26 09:22:44 2004 +0000
611
612     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
613
614 commit b518e5d7bd7970dc558b3218b5f5ff13cd4f5bca
615 Author: Kaleb Keithley <kaleb@freedesktop.org>
616 Date:   Thu Dec 4 22:02:57 2003 +0000
617
618     XFree86 4.3.99.901 (RC 1)
619
620 commit b48caae437787a65e83c1b1f914ae0871bdc19f8
621 Author: Kaleb Keithley <kaleb@freedesktop.org>
622 Date:   Tue Nov 25 19:28:15 2003 +0000
623
624     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
625
626 commit 444958cdf3fae56c7a82fa9086db33c095db511f
627 Author: Kaleb Keithley <kaleb@freedesktop.org>
628 Date:   Tue Nov 25 19:28:15 2003 +0000
629
630     Initial revision
631
632 commit 1c910af9cb665120abbbf03b3c351853715a34f8
633 Author: Kaleb Keithley <kaleb@freedesktop.org>
634 Date:   Fri Nov 14 16:48:49 2003 +0000
635
636     XFree86 4.3.0.1
637
638 commit 4a9983332a9f46ae835c1fbcb14b88ad24dc56f7
639 Author: Kaleb Keithley <kaleb@freedesktop.org>
640 Date:   Fri Nov 14 16:48:49 2003 +0000
641
642     Initial revision