2d3c243736b2d5ed3074fe863394f8ce59fee6df
[framework/uifw/xorg/lib/libxau.git] / ChangeLog
1 commit 0e3061495f5da8a323db02e612c4f09688b7ade0
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Tue Mar 6 22:16:57 2012 -0800
4
5     libXau 1.0.7
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 5c01ef69eee7dfe925c97558153fcd5e116252c6
10 Author: Matthew D. Fuller <fullermd@over-yonder.net>
11 Date:   Mon Sep 5 10:31:14 2011 -0500
12
13     Improve the handling of "normal" locking collisions.
14     
15     EEXIST is a perfectly normal and expected errno for open(O_CREAT |
16     O_EXCL), and is a signal to loop around and retry, not return with an
17     error.
18     
19     Signed-off-by: Matthew D. Fuller <fullermd@over-yonder.net>
20     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
21     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
22
23 commit 8fd15eb0149cec75d69a27b1f8ec3ce092465b80
24 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
25 Date:   Fri Sep 16 22:04:41 2011 -0700
26
27     Strip trailing whitespace
28     
29     Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
30     git diff -w & git diff -b show no diffs from this change
31     
32     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
33
34 commit 063bfa679adc2c00a6b55e5c9ee97f2aa0638788
35 Author: Gaetan Nadon <memsize@videotron.ca>
36 Date:   Wed Feb 2 11:43:40 2011 -0500
37
38     config: comment, minor upgrade, quote and layout configure.ac
39     
40     Group statements per section as per Autoconf standard layout
41     Quote statements where appropriate.
42     Autoconf recommends not using dnl instead of # for comments
43     
44     Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
45     Use AC_PROG_LIBTOOL to replace the deprecated AM_PROG_LIBTOOL
46     Add AC_CONFIG_SRCDIR([Makefile.am]) where missing
47     No functional configuration changes
48     
49     This helps automated maintenance and release activities.
50     Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
51     
52     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
53
54 commit c492cf2f90db79e75bf3fa8a8215f8139237c5c5
55 Author: Gaetan Nadon <memsize@videotron.ca>
56 Date:   Fri Jan 28 19:41:37 2011 -0500
57
58     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
59     
60     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
61
62 commit 7de07642d62440a90942a8a071624ac09f48a2b3
63 Author: Gaetan Nadon <memsize@videotron.ca>
64 Date:   Fri Jan 28 16:07:07 2011 -0500
65
66     config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
67     
68     This silences an Automake warning.
69     
70     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
71
72 commit 98f08b9c8414e7d759d08af4711b9519ca8fd37f
73 Author: Gaetan Nadon <memsize@videotron.ca>
74 Date:   Fri Jan 28 11:56:13 2011 -0500
75
76     config: remove already included statements
77     
78     AC_PROG_INSTALL and AC_PROG_SED are included in XORG_DEFAULT_OPTIONS.
79     AC_PROG_MAKE_SET is included by AM_INIT_AUTOMAKE
80     
81     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
82
83 commit b910d657d7b857fcd2564304205c853fa8148667
84 Author: Gaetan Nadon <memsize@videotron.ca>
85 Date:   Thu Jan 27 18:50:14 2011 -0500
86
87     config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
88     
89     XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
90     AC_PROG_C_C99. This sets gcc with -std=gnu99.
91     If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
92     
93     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
94
95 commit 2085fbfa8347620890ed844057a42c9a4dba606b
96 Author: Jesse Adkins <jesserayadkins@gmail.com>
97 Date:   Tue Sep 28 13:30:02 2010 -0700
98
99     Purge cvs tags.
100     
101     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
102     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
103
104 commit 240d2475aa627774dad9e4f02594c5ce8c8048a4
105 Author: Gaetan Nadon <memsize@videotron.ca>
106 Date:   Wed Aug 11 09:41:00 2010 -0400
107
108     Xau.man: replace hard-coded 3 with __libmansuffix__
109     
110     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
111
112 commit afcd0ff9109b3478a473772c9d4e14d57951aab8
113 Author: Gaetan Nadon <memsize@videotron.ca>
114 Date:   Wed Aug 11 09:31:50 2010 -0400
115
116     Xau.man: remove whitespace as reported by git diff check
117     
118     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
119
120 commit f666268d1f328f76cbbef367560eb9ea4da30808
121 Author: Gaetan Nadon <memsize@videotron.ca>
122 Date:   Wed Aug 11 09:11:55 2010 -0400
123
124     config: simplify building of shadow man pages
125     
126     Store the shadow files in git as any other man page.
127     Move man pages to man dir and use the common makefile
128     
129     Local fix in CVS for bug 5628
130     is not required as the problem has been fixed in
131     util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
132     
133     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
134
135 commit a01b74fad039e68cf296bd5e83c6f538181e529a
136 Author: Julien Cristau <jcristau@debian.org>
137 Date:   Mon Jul 19 17:17:54 2010 +0100
138
139     Bump to 1.0.6
140
141 commit ad12e7a68f69fdc960170c0248f07df68f0fc476
142 Author: Julien Cristau <jcristau@debian.org>
143 Date:   Mon Jul 19 17:18:34 2010 +0100
144
145     Require xorg-macros 1.4 for XORG_INSTALL
146
147 commit f8f0ec4955e51a2a420724f9bc2287d5a725cb39
148 Author: Julien Cristau <jcristau@debian.org>
149 Date:   Mon Jul 19 17:16:13 2010 +0100
150
151     Kill cvs keyword
152
153 commit 7d42fad5cec59cb0696087bed9745ffd5a999f68
154 Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
155 Date:   Sat May 29 21:11:14 2010 +0200
156
157     Xau.man: Add missing const attributes
158     
159     Reported by Tom Fogal in
160       http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583599
161
162 commit f93ffa718135d9d85f04935325016b8766f05ea3
163 Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
164 Date:   Sat May 29 21:04:24 2010 +0200
165
166     Xau.man: Fix XauGetAuthByAddr() prototype
167     
168     Add missing name_length and name parameters.
169     
170     Reported by Tom Fogal in
171       http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583599
172
173 commit c0bc3fb7ac4f719b96257e29eaa60c2d5ed11705
174 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
175 Date:   Wed May 26 21:59:15 2010 -0700
176
177     Use AC_PROG_SED to find sed to use for man pages
178     
179     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
180
181 commit ff907e90a2fe95bb234049a7a11e8e3b10d54533
182 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
183 Date:   Wed May 26 21:57:12 2010 -0700
184
185     Use $(AM_V_GEN) to silence man page generation
186     
187     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
188
189 commit 58aef8ebf89cc8d6d4d67dc7572752db0c44b6c3
190 Author: Gaetan Nadon <memsize@videotron.ca>
191 Date:   Tue Mar 30 09:05:41 2010 -0400
192
193     config: update AC_PREREQ statement to 2.60
194     
195     Unrelated to the previous patches, the new value simply reflects
196     the reality that the minimum level for autoconf to configure
197     all x.org modules is 2.60 dated June 2006.
198     
199     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
200     
201     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
202
203 commit 8db2a151b92fe3a408d847c868d7823a0217b73d
204 Author: Gaetan Nadon <memsize@videotron.ca>
205 Date:   Tue Mar 30 09:05:05 2010 -0400
206
207     config: remove the pkgconfig pc.in file from EXTRA_DIST
208     
209     Automake always includes it in the tarball.
210     
211     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
212
213 commit 4039c624286061122e3350f9194dba27118ab904
214 Author: Gaetan Nadon <memsize@videotron.ca>
215 Date:   Tue Feb 16 10:37:21 2010 -0500
216
217     config: move CWARNFLAGS from configure.ac to Makefile.am
218     
219     Compiler warning flags should be explicitly set in the makefile
220     rather than being merged with other packages compiler flags.
221     
222     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
223
224 commit 243b553ace945da0263bb32464dfdc45e0c70c88
225 Author: Gaetan Nadon <memsize@videotron.ca>
226 Date:   Fri Nov 27 20:56:03 2009 -0500
227
228     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
229     
230     Now that the INSTALL file is generated.
231     Allows running make maintainer-clean.
232
233 commit eed5cf87f68c665503d0dae90baf8549bb61358e
234 Author: Gaetan Nadon <memsize@videotron.ca>
235 Date:   Wed Oct 28 14:09:10 2009 -0400
236
237     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
238     
239     Add missing INSTALL file. Use standard GNU file on building tarball
240     README may have been updated
241     Remove AUTHORS file as it is empty and no content available yet.
242     Remove NEWS file as it is empty and no content available yet.
243
244 commit 31fe929d3ea43cd8fbe2853157682677704883ad
245 Author: Gaetan Nadon <memsize@videotron.ca>
246 Date:   Tue Oct 27 15:07:25 2009 -0400
247
248     Deploy the new XORG_DEFAULT_OPTIONS #24242
249     
250     This macro aggregate a number of existing macros that sets commmon
251     X.Org components configuration options. It shields the configuration file from
252     future changes.
253
254 commit f6ae36d4bf43cd601c3c1339100684169bbaeeb3
255 Author: Gaetan Nadon <memsize@videotron.ca>
256 Date:   Mon Oct 26 22:08:42 2009 -0400
257
258     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
259     
260     ChangeLog filename is known to Automake and requires no further
261     coding in the makefile.
262
263 commit 6e702152714be9538e1ae1b3533843f972ceb1e9
264 Author: Gaetan Nadon <memsize@videotron.ca>
265 Date:   Thu Oct 22 12:34:19 2009 -0400
266
267     .gitignore: use common defaults with custom section # 24239
268     
269     Using common defaults will reduce errors and maintenance.
270     Only the very small or inexistent custom section need periodic maintenance
271     when the structure of the component changes. Do not edit defaults.
272
273 commit 550725b423ec0364f0a32ed6935140617e366cf8
274 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
275 Date:   Wed Oct 21 12:47:23 2009 -0700
276
277     This is not a GNU project, so declare it foreign.
278     
279     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
280     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
281     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
282     > > was quite annoying to work around since 'autoreconf -fvi' replaces
283     > > it and git wants to commit it.  Should these files even be in git?
284     > > Can I nuke them for the betterment of humanity and since they get
285     > > created by autoreconf anyways?
286     >
287     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
288     
289     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
290     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
291     of the INSTALL file. It is also part of the 24206 solution.
292     
293     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
294
295 commit 825435514bd91d0d903247c46249a87d6fe8ae09
296 Author: Peter Hutterer <peter.hutterer@who-t.net>
297 Date:   Fri Aug 28 14:34:32 2009 +1000
298
299     libXau 1.0.5
300     
301     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
302
303 commit fc54a4f03b926dfdb590b112c7128516ffc25539
304 Author: Jeremy Huddleston <jeremy@yuffie.local>
305 Date:   Sun Feb 22 11:14:04 2009 -0800
306
307     Make file locking more robust for network shares like AFP
308
309 commit 742ff03dcad4d16ca8901ed47be91b303523a385
310 Author: Alan Coopersmith <alan.coopersmith@sun.com>
311 Date:   Fri Feb 6 11:35:40 2009 -0800
312
313     Restore FamilyKrb5Principal definition
314     
315     Even if Kerberos5 support is currently unimplemented in the X server &
316     libXau, the Family id for the X11 protocol is still defined and reserved
317     for Kerberos5, and should be recorded here for interoperability with
318     other implementations and to avoid reuse if someone adds a new
319     authentication family in the future.
320     
321     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
322
323 commit c147fb417582e7384b5464bb53cfd492f9d7c69d
324 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
325 Date:   Mon Feb 2 16:54:20 2009 -0200
326
327     Remove old api kerberos.
328     
329       LibXau uses a 1993 kerberos api, but the X Server side support has
330     been already removed for quite some time.
331       This corrects bug report
332     https://bugs.freedesktop.org/show_bug.cgi?id=14684
333
334 commit 11fbe620625520668f5e88e4f5a8fe149a7cfa3f
335 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
336 Date:   Thu Jan 29 15:08:23 2009 -0200
337
338     Janitor: Correct make distcheck and remove extra .gitignore file.
339
340 commit 7f6275300243fd15ce974d1b5e478b47f7758485
341 Author: Alan Coopersmith <alan.coopersmith@sun.com>
342 Date:   Tue Aug 26 14:19:19 2008 -0700
343
344     Version bump: 1.0.4
345
346 commit 753bf38ceca4a0c8d6c6c1845b4387e4b3c9e4f0
347 Author: Damien Th?bault <damien.thebault@gmail.com>
348 Date:   Tue Aug 26 14:16:44 2008 -0700
349
350     Bug 17314: libXau's Makefile.am should have proper man creation rules
351     
352     X.Org Bugzilla #17314 <http://bugs.freedesktop.org/show_bug.cgi?id=17314>
353     Patch #18528 <http://bugs.freedesktop.org/attachment.cgi?id=18528>
354     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
355
356 commit a0b2aac596ea2cbe4d0ec1ef8c406ad98f0c499d
357 Author: Alan Coopersmith <alan.coopersmith@sun.com>
358 Date:   Tue Jul 8 15:08:35 2008 -0700
359
360     SVR4 (including Solaris) puts gethostbyname_r in libnsl instead of libc
361
362 commit 1bc9f04963a8a236cc190e75e32282774b556932
363 Author: Daniel Drake <ddrake@brontes3d.com>
364 Date:   Tue May 29 14:06:00 2007 -0800
365
366     Bug #11097: libXau COPYING fix (add missing copyright dates)
367     
368     X.Org Bugzilla #11097 <https://bugs.freedesktop.org/show_bug.cgi?id=11097>
369
370 commit 45d137fdbb9b21513aff68e945e19cdfdcbc28b1
371 Author: Daniel Stone <daniel@fooishbar.org>
372 Date:   Sat Dec 16 01:18:20 2006 +0200
373
374     bump to 1.0.3
375
376 commit fefdba6ed5ef56abf0da9caaca64af5a5e7895b0
377 Author: Daniel Stone <daniel@fooishbar.org>
378 Date:   Wed Dec 6 18:53:29 2006 +0200
379
380     Makefile.am: make ChangeLog hook safer
381     Make ChangeLog hook as safe as possible.
382
383 commit 90e34a4aa471b6e446345ba8095990e360a41570
384 Author: Alan Coopersmith <alan.coopersmith@sun.com>
385 Date:   Fri Jul 28 13:47:44 2006 -0700
386
387     Version bump -> 1.0.2
388
389 commit fab8b091936874b4a8077f490ec80abf7b092049
390 Author: Alan Coopersmith <alan.coopersmith@sun.com>
391 Date:   Mon Jul 24 13:14:04 2006 -0700
392
393     Require xorg-macros 1.1.0 or later for XORG_WITH_LINT & XORG_LINT_LIBRARY macros
394
395 commit 3399e7bed20680520b39ade782d7a33966d477ae
396 Author: Alan Coopersmith <alan.coopersmith@sun.com>
397 Date:   Mon Jul 24 13:12:57 2006 -0700
398
399     Add lint library to CLEANFILES
400
401 commit aa4f35661022f3f1c1b94284b34a531381d3a7f1
402 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
403 Date:   Sun Jul 16 10:57:36 2006 +0200
404
405     set GIT_DIR=${srcdir}/.git for git-log
406
407 commit 881115413a7c157c9aab8fba39c8929692baaacc
408 Author: Alan Coopersmith <alan.coopersmith@sun.com>
409 Date:   Thu Jul 13 17:01:49 2006 -0700
410
411     Generate lint library for checking programs that call functions in libXau
412     
413     (Disabled by default, enable with --enable-lint-library)
414
415 commit f25155b03b9fa866d522714ad64e92bf7f2b95fa
416 Author: Alan Coopersmith <alan.coopersmith@sun.com>
417 Date:   Thu Jul 13 15:16:11 2006 -0700
418
419     renamed: include/.cvsignore -> include/.gitignore
420
421 commit 9062a6da402d416f21d4365d3c3a29ceea707e77
422 Author: Alan Coopersmith <alan.coopersmith@sun.com>
423 Date:   Wed Jul 12 23:53:14 2006 -0700
424
425     Replace static ChangeLog with dist-hook to generate from git-log
426
427 commit 9b5a14e6de65658fdb712e737b292568a69dc3ee
428 Author: Alan Coopersmith <alan.coopersmith@sun.com>
429 Date:   Wed Jul 12 19:27:52 2006 -0700
430
431     Rename XORG_ENABLE_LINT to XORG_WITH_LINT
432
433 commit d3f7a679fce893782774e97c0718393295d0773e
434 Author: Alan Coopersmith <alan.coopersmith@sun.com>
435 Date:   Wed Jul 12 19:26:53 2006 -0700
436
437     Move --with-lint handling to XORG_ENABLE_LINT() in xorg-macros.m4
438
439 commit 1abf440a6a54fb0624915f9ac975f3074252c422
440 Author: Alan Coopersmith <alan.coopersmith@sun.com>
441 Date:   Wed Jul 12 19:25:38 2006 -0700
442
443     Add *~ to .gitignore to ignore emacs droppings
444
445 commit 43b8275be56151bf0e29ce22795afbef24de0f9c
446 Author: Alan Coopersmith <alan.coopersmith@sun.com>
447 Date:   Wed Jul 12 17:00:16 2006 -0700
448
449     renamed: .cvsignore -> .gitignore
450
451 commit 385d7fa4f151425539d613c9665b5e862f3ef614
452 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
453 Date:   Wed Jun 28 22:53:36 2006 +0000
454
455     Add "--with-lint" configure flag and "make lint" Makefile target to check
456         source code with lint, sparse or similar tools.
457
458 commit 21ea069c9078edd386e96e038e1a71e041e32cf5
459 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
460 Date:   Wed Jun 28 22:49:36 2006 +0000
461
462     Changelog for last commit:
463     Remove prototype for XauGetAuthByName to clear lint warning: name declared
464         but never used or defined
465     Fix sparse warnings:
466     -warning: Using plain integer as NULL pointer
467     -warning: non-ANSI definition of function
468
469 commit 8274b8e4b121c3dc3bfd5d0fa4f85bc23f5c09a0
470 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
471 Date:   Wed Jun 28 22:26:50 2006 +0000
472
473     Remove prototype for XauGetAuthByName to clear lint warning: name declared
474         but never used or defined
475     Fix sparse warnings:
476     -warning: Using plain integer as NULL pointer
477     -warning: non-ANSI definition of function
478
479 commit 7f6f90cfce51806340f25b80a87b147d8a743b27
480 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
481 Date:   Sat Jun 10 01:27:06 2006 +0000
482
483     Clean up existing Autest test program and use to provide simple (and very
484         incomplete) "make check" test case.
485
486 commit e214cc19e1d599f16a69e86b1d8b247ad40a9ed7
487 Author: Adam Jackson <ajax@nwnk.net>
488 Date:   Fri May 12 16:05:48 2006 +0000
489
490     Bump to 1.0.1
491
492 commit b92b597d7d597dd223371fe0ff60d1b2dad38fda
493 Author: Kevin E Martin <kem@kem.org>
494 Date:   Mon May 8 19:47:10 2006 +0000
495
496     Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages
497         not created correctly when MANDIR & MANSUFFIX don't match.
498
499 commit 253a3e1c94642ccee9a3ed694eecb5382aa22b1e
500 Author: Kevin E Martin <kem@kem.org>
501 Date:   Thu Dec 15 00:24:28 2005 +0000
502
503     Update package version number for final X11R7 release candidate.
504
505 commit c7648c97a5da8824d2871f528da89dedc98e2598
506 Author: Kevin E Martin <kem@kem.org>
507 Date:   Tue Dec 6 22:48:42 2005 +0000
508
509     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
510
511 commit c0fbe656693cab8fdf8776fb4d0fa85d0efc4e20
512 Author: Kevin E Martin <kem@kem.org>
513 Date:   Sat Dec 3 05:49:42 2005 +0000
514
515     Update package version number for X11R7 RC3 release.
516
517 commit d6d0baef6dd91cc1c3d3d701ad83ec095f02630c
518 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
519 Date:   Mon Nov 28 22:03:05 2005 +0000
520
521     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
522         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
523
524 commit 1272a96ff8c6ee8c1ff5fc23c421b79ea4c15f92
525 Author: Eric Anholt <anholt@freebsd.org>
526 Date:   Sun Nov 20 23:17:40 2005 +0000
527
528     Add/improve libs .cvsignores.
529
530 commit 08bef4712fc1e9194db9c8910f461873b7065063
531 Author: Kevin E Martin <kem@kem.org>
532 Date:   Sat Nov 19 07:15:40 2005 +0000
533
534     Update pkgconfig files to separate library build-time dependencies from
535         application build-time dependencies, and update package deps to work
536         with separate build roots.
537
538 commit 307ff4cf91c1331c29470a9654d9d18293b45389
539 Author: Kevin E Martin <kem@kem.org>
540 Date:   Wed Oct 19 02:48:09 2005 +0000
541
542     Update package version number for RC1 release.
543
544 commit 913ed232278b0673a763eb46e97aea0f78348b5a
545 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
546 Date:   Tue Oct 18 00:00:08 2005 +0000
547
548     Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
549         work better with BSD make
550
551 commit ce3af1f6d302e3b7adaba7e166f6f594aa13c310
552 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
553 Date:   Mon Oct 17 21:13:15 2005 +0000
554
555     Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
556         suffix rule (reported by Matthieu Herrb)
557
558 commit 86f92c112c22604824d2044b566b8cbee81cb397
559 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
560 Date:   Wed Oct 12 00:39:36 2005 +0000
561
562     Use sed to put version number in man page Add shadow man pages for man
563         pages that document multiple functions.
564
565 commit bd48f668b3c8d5de53e42b73ef4e4136d384672d
566 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
567 Date:   Thu Sep 22 01:40:07 2005 +0000
568
569     Set needed flags for MT-safe API's called from libXau
570
571 commit 82affd3fdeafe063406d80e439c16b5d7ee66020
572 Author: Kevin E Martin <kem@kem.org>
573 Date:   Fri Jul 29 21:22:50 2005 +0000
574
575     Various changes preparing packages for RC0:
576     - Verify and update package version numbers as needed
577     - Implement versioning scheme
578     - Change bug address to point to bugzilla bug entry form
579     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
580         reenable it)
581     - Fix makedepend to use pkgconfig and pass distcheck
582     - Update build script to build macros first
583     - Update modular Xorg version
584
585 commit 2edd5e132ac2d1ca1a5631fb1e54970012b33f85
586 Author: Keith Packard <keithp@keithp.com>
587 Date:   Sat Jul 9 06:06:57 2005 +0000
588
589     Add .cvsignore files
590
591 commit 2527a93c7ba785499c52de48da9b60d02eb4722d
592 Author: Adam Jackson <ajax@nwnk.net>
593 Date:   Thu May 19 00:22:32 2005 +0000
594
595     revert last change, didn't do right thing at all, sorry for the noise
596
597 commit fe846da148f3dd15e13e34216853d700cd2c51fd
598 Author: Adam Jackson <ajax@nwnk.net>
599 Date:   Thu May 19 00:10:07 2005 +0000
600
601     Require automake 1.7 in AM_INIT_AUTOMAKE
602
603 commit 9607573553c23bcdfb1c3eaec3571aa52fdeb5ee
604 Author: Josh Triplett <josh@speakeasy.net>
605 Date:   Sat May 14 07:46:48 2005 +0000
606
607     Move includes in Xau and Xdmcp into include/X11 subdirectories so that the
608         source can reference them with <X11/...>.
609
610 commit 56a655e717c5de6d91c890fdc6f9b0469ad1dd1a
611 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
612 Date:   Wed May 11 22:44:53 2005 +0000
613
614     lib/Xau:
615     - Update AUTHORS, COPYING from Keith's tree
616     - Don't use gcc specific "-include config.h"
617     - Add autogen.sh
618     lib/xtrans:
619     - Add AUTHORS, COPYING, ChangeLog, Makefile.am, NEWS, README, autogen.sh,
620         configure.ac, xtrans.pc.in
621     xc/lib/Xau:
622     - Add conditionalized #include <config.h>
623     util/modular/symlink.sh
624     - Add functions symlink_lib_xau() and symlink_lib_xtrans()
625     util/modular/addconfig.h
626     - New script that adds #include <config.h> to files
627
628 commit 60177d823918d9ef7575da27870796c1285a2032
629 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
630 Date:   Mon May 9 22:04:21 2005 +0000
631
632     Add Xau library to lib/ and symlink.sh
633
634 commit 62b6efa4e0012fc499d2c70bff7b99b468a0458f
635 Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
636 Date:   Mon Nov 15 15:06:55 2004 +0000
637
638     Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
639         mingw (Win32) port
640
641 commit 05ed20614e85180684d5b8e663dcc2fe57851447
642 Author: Egbert Eich <eich@suse.de>
643 Date:   Fri Apr 23 18:43:36 2004 +0000
644
645     Merging XORG-CURRENT into trunk
646
647 commit 0b934581a8612148d70ecf84df72f6a69ca6c5c2
648 Author: Egbert Eich <eich@suse.de>
649 Date:   Sun Mar 14 08:32:01 2004 +0000
650
651     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
652
653 commit 1a9fc5ef22e3bdd719fc0f991512b6a1d88faaad
654 Author: Egbert Eich <eich@suse.de>
655 Date:   Wed Mar 3 12:11:20 2004 +0000
656
657     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
658
659 commit 494e0315dcd701302bb81f2b68f759917ad401dd
660 Author: Egbert Eich <eich@suse.de>
661 Date:   Thu Feb 26 13:35:30 2004 +0000
662
663     readding XFree86's cvs IDs
664
665 commit 690d8700431f1afcb585897e7cc49b4fd7c9cf46
666 Author: Egbert Eich <eich@suse.de>
667 Date:   Thu Feb 26 09:22:39 2004 +0000
668
669     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
670
671 commit bca26a7b7c4c4f58d65462ffd3f1b0eaef2d5d4c
672 Author: Kaleb Keithley <kaleb@freedesktop.org>
673 Date:   Tue Nov 25 19:28:09 2003 +0000
674
675     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
676
677 commit 1be3101aeab9b6136c32a91c23799724a7fe7797
678 Author: Kaleb Keithley <kaleb@freedesktop.org>
679 Date:   Fri Nov 14 16:48:47 2003 +0000
680
681     XFree86 4.3.0.1
682
683 commit dcc3fc52f917603df94ef4207f1dec9238dce23b
684 Author: Kaleb Keithley <kaleb@freedesktop.org>
685 Date:   Fri Nov 14 15:54:38 2003 +0000
686
687     R6.6 is the Xorg base-line