b94f5bd759d3b1fe9ab78b7e55c58687143e8e03
[framework/uifw/xorg/lib/libxpm.git] / ChangeLog
1 commit 22a434d061af224536baee6c6110b603c5c96b2c
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Fri Oct 29 17:29:25 2010 -0700
4
5     libXpm 3.5.9
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit c11f1bd18303139f070e1873382632ee80cd9878
10 Author: Gaetan Nadon <memsize@videotron.ca>
11 Date:   Wed Oct 20 08:30:56 2010 -0400
12
13     config: remove obsolete FILES file from the Imakefile days
14     
15     It lists the files contained in the original
16     BULL Research Koala Project.
17     
18     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
19
20 commit 0ea6c432a068fc4edf90c614e68a4f4be94edd14
21 Author: Gaetan Nadon <memsize@videotron.ca>
22 Date:   Sun Oct 17 12:51:15 2010 -0400
23
24     doc: move doc files to the newly created doc dir.
25     
26     As per guidelines for all xorg modules.
27     
28     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
29
30 commit 7a3e69cfb079c7345f3d9b1217f373a706ba544c
31 Author: Gaetan Nadon <memsize@videotron.ca>
32 Date:   Fri Oct 15 17:14:39 2010 -0400
33
34     config: provide a Makefile for the include directory
35     
36     Reduce some complexity in the src makefile as it should not
37     handle sibling directories.
38     
39     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
40
41 commit e50f645f4cc5bb1db0e025fc6e39c6e84a894c13
42 Author: Gaetan Nadon <memsize@videotron.ca>
43 Date:   Fri Oct 15 14:56:32 2010 -0400
44
45     libXpm make: remove redundant -I.
46     
47     It is always included by Automake
48     
49     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
50
51 commit 8dee37ff3bb908d597d53f2b335fc2111643cce7
52 Author: Gaetan Nadon <memsize@videotron.ca>
53 Date:   Sun Oct 24 19:39:54 2010 -0400
54
55     sxpm make: no need to use a per target LDADD
56     
57     There is only one program in this makefile.
58     
59     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
60
61 commit 34abbaaacddf1018d1805bc4890226ab200a50fb
62 Author: Gaetan Nadon <memsize@videotron.ca>
63 Date:   Fri Oct 15 11:45:58 2010 -0400
64
65     sxpm make: remove redundant $(XMP_LIBS) linker flags
66     
67     SXPM_LIBS contains the complete list of dependencies.
68     
69     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
70
71 commit b818f5cf7f7d8240db2a94ebcc28603730760e48
72 Author: Gaetan Nadon <memsize@videotron.ca>
73 Date:   Fri Oct 15 10:21:08 2010 -0400
74
75     src make: remove -I$(top_builddir)/include
76     
77     This directory does not exist, only object code is created
78     in "builddir".
79     
80     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
81
82 commit 78bca7e85b930593fefe85cc51b5e24f98de31d0
83 Author: Gaetan Nadon <memsize@videotron.ca>
84 Date:   Thu Oct 14 21:56:21 2010 -0400
85
86     config: fix warnings, m4 quoting and layout
87     
88     Fix some m4 quoting
89     Fix some autoconf warnings
90     Regroup statements per section
91     Add comments
92     
93     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
94
95 commit 8e47c819490331c01959332e067f06a382d9a14a
96 Author: Gaetan Nadon <memsize@videotron.ca>
97 Date:   Thu Oct 14 20:35:47 2010 -0400
98
99     config: AC_OUTPUT with parms is deprecated, use AC_CONFIG_FILES
100     
101     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
102
103 commit c6915d034fa3f72a9724816d2e3f5e8432ef9321
104 Author: Gaetan Nadon <memsize@videotron.ca>
105 Date:   Thu Oct 14 20:33:40 2010 -0400
106
107     config: AC_HELP_STRING is deprecated, use AS_HELP_STRING
108     
109     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
110
111 commit e2fdf80a7f9feedacf67e46a8e577b2e6d415a5f
112 Author: Gaetan Nadon <memsize@videotron.ca>
113 Date:   Thu Oct 14 20:29:42 2010 -0400
114
115     config: remove unrequired AC_SUBST(XPM_CFLAGS)
116     
117     This macro is called by PKG_CHECK_MODULES
118     
119     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
120
121 commit 937d8c8cf82bd57e82152af3768bdbfc5de4316a
122 Author: Gaetan Nadon <memsize@videotron.ca>
123 Date:   Thu Oct 14 20:28:43 2010 -0400
124
125     config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
126     
127     XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
128     AC_PROG_C_C99. This sets gcc with -std=gnu99.
129     If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
130     
131     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
132
133 commit 0ed9cb4546d0c65f08a9511736400c0f7fba982f
134 Author: Gaetan Nadon <memsize@videotron.ca>
135 Date:   Thu Oct 14 20:28:08 2010 -0400
136
137     config: remove unrequired AC_HEADER_STDC
138     
139     Autoconf says:
140     "This macro is obsolescent, as current systems have conforming
141     header files. New programs need not use this macro".
142     
143     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
144
145 commit e99bce47294eab031fc733d695e3c9589b52aff8
146 Author: Gaetan Nadon <memsize@videotron.ca>
147 Date:   Thu Oct 14 20:25:00 2010 -0400
148
149     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
150     
151     Regroup AC statements at the top.
152     
153     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
154
155 commit 0b5e15c685d295262bf2307d65bee3a0b28e74f5
156 Author: Gaetan Nadon <memsize@videotron.ca>
157 Date:   Thu Oct 14 20:15:08 2010 -0400
158
159     sxpm: use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
160     The value of MAN_SUBST is the same for all X.Org packages.
161     
162     Use the appropriate platform version of sed
163     
164     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
165
166 commit 262bb7e9426150f6c7b553d184c51d3884d04adf
167 Author: Gaetan Nadon <memsize@videotron.ca>
168 Date:   Thu Oct 14 20:11:43 2010 -0400
169
170     cxpm: use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
171     The value of MAN_SUBST is the same for all X.Org packages.
172     
173     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
174
175 commit acd4856aac05a884376736196154842959803aa6
176 Author: Gaetan Nadon <memsize@videotron.ca>
177 Date:   Thu Oct 14 20:03:13 2010 -0400
178
179     config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
180     
181     It depends on util-macros 1.8
182     The LT_AC_PROG_SED macro was never released by libtool.
183     Neither man makefile actually used $SED anyway.
184     
185     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
186
187 commit d1bd1fbc6d7f7b4817aca4fecd8ccfe80a1c2f03
188 Author: Gaetan Nadon <memsize@videotron.ca>
189 Date:   Thu Oct 14 20:02:30 2010 -0400
190
191     config: upgrade to util-macros 1.8 for additional man page support
192     
193     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
194     The value of MAN_SUBST is the same for all X.Org packages.
195     
196     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
197
198 commit 3b20344bf3c5ae7a8291041d4887dc8f23644d40
199 Author: Colin Harrison <colin.harrison@virgin.net>
200 Date:   Thu Oct 7 13:49:17 2010 +0200
201
202     Missing end comment in libXpm/src/parse.c
203     
204     CVS tag removal chopped too much out in this case...
205     
206     Signed-off-by: Julien Cristau <jcristau@debian.org>
207
208 commit f8f0a68247b920052df0796a39ebcdc2e4161d05
209 Author: Jesse Adkins <jesserayadkins@gmail.com>
210 Date:   Tue Sep 28 13:30:03 2010 -0700
211
212     Purge cvs tags.
213     
214     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
215     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
216
217 commit d026662cce0808cf402e0d50932d90984a2ea1bb
218 Author: Gaetan Nadon <memsize@videotron.ca>
219 Date:   Thu Apr 1 21:11:35 2010 -0400
220
221     config: update AC_PREREQ statement to 2.60
222     
223     Unrelated to the previous patches, the new value simply reflects
224     the reality that the minimum level for autoconf to configure
225     all x.org modules is 2.60 dated June 2006.
226     
227     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
228     
229     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
230
231 commit d4a7b15b3ed9e7cf94dbf64f929ae954bada9f60
232 Author: Gaetan Nadon <memsize@videotron.ca>
233 Date:   Thu Apr 1 21:07:54 2010 -0400
234
235     config: update and relocate AX_DEFINE_DIR macro
236     
237     Remove deprecated acinclude.m4 macro container file
238     Use separate macro files as per autoconf recommendation
239     Use the latest version of the macro from GNU
240     
241     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
242
243 commit e0920779d1227338e61aaab16458b9daad508c36
244 Author: Gaetan Nadon <memsize@videotron.ca>
245 Date:   Mon Mar 29 14:53:49 2010 -0400
246
247     config: remove the pkgconfig pc.in file from EXTRA_DIST
248     
249     Automake always includes it in the tarball.
250     
251     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
252
253 commit 34ebac912c6f1223a274ab2e4f0c12928d357ddd
254 Author: Gaetan Nadon <memsize@videotron.ca>
255 Date:   Thu Jan 14 09:36:38 2010 -0500
256
257     COPYING: add missing copyright notices
258     
259     Refer to: amigax.c, cxpm.c
260     Copyright (C) 1998 Arnaud LE HORS
261     Copyright (C) 19896 Lorens Younes
262     
263     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
264
265 commit dca7a9ccbdd4c85d84668c3a4bc14b0049f0c893
266 Author: Gaetan Nadon <memsize@videotron.ca>
267 Date:   Fri Nov 27 20:56:04 2009 -0500
268
269     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
270     
271     Now that the INSTALL file is generated.
272     Allows running make maintainer-clean.
273
274 commit af0d92b686c65f7ffb5556b74fd937b01719c535
275 Author: Gaetan Nadon <memsize@videotron.ca>
276 Date:   Wed Oct 28 14:09:10 2009 -0400
277
278     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
279     
280     Add missing INSTALL file. Use standard GNU file on building tarball
281     README may have been updated
282     Remove AUTHORS file as it is empty and no content available yet.
283     Remove NEWS file as it is empty and no content available yet.
284
285 commit 8bda9cdb6344c6cdf87237cb84c16c54a3ae84d8
286 Author: Gaetan Nadon <memsize@videotron.ca>
287 Date:   Tue Oct 27 15:07:25 2009 -0400
288
289     Deploy the new XORG_DEFAULT_OPTIONS #24242
290     
291     This macro aggregate a number of existing macros that sets commmon
292     X.Org components configuration options. It shields the configuration file from
293     future changes.
294
295 commit 089237b624722b141a9ba6888584ebcc5247b227
296 Author: Gaetan Nadon <memsize@videotron.ca>
297 Date:   Mon Oct 26 22:08:43 2009 -0400
298
299     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
300     
301     ChangeLog filename is known to Automake and requires no further
302     coding in the makefile.
303
304 commit 37e75b28f4d30a66e16cfe192a0612a335aa8d46
305 Author: Gaetan Nadon <memsize@videotron.ca>
306 Date:   Thu Oct 22 12:34:19 2009 -0400
307
308     .gitignore: use common defaults with custom section # 24239
309     
310     Using common defaults will reduce errors and maintenance.
311     Only the very small or inexistent custom section need periodic maintenance
312     when the structure of the component changes. Do not edit defaults.
313
314 commit 68ae0e442ad57534c25566284ad049299a982d00
315 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
316 Date:   Wed Oct 21 12:47:25 2009 -0700
317
318     This is not a GNU project, so declare it foreign.
319     
320     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
321     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
322     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
323     > > was quite annoying to work around since 'autoreconf -fvi' replaces
324     > > it and git wants to commit it.  Should these files even be in git?
325     > > Can I nuke them for the betterment of humanity and since they get
326     > > created by autoreconf anyways?
327     >
328     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
329     
330     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
331     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
332     of the INSTALL file. It is also part of the 24206 solution.
333     
334     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
335
336 commit 130b2fb0ea716143c63ba30856eecb351bc2af2a
337 Author: Alan Coopersmith <alan.coopersmith@sun.com>
338 Date:   Fri Oct 9 10:32:08 2009 -0700
339
340     libXpm 3.5.8
341     
342     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
343
344 commit a195bd6d375c311b9bf6d7cce477f1d131425757
345 Author: Alan Coopersmith <alan.coopersmith@sun.com>
346 Date:   Thu Oct 8 21:29:45 2009 -0700
347
348     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
349     
350     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
351
352 commit f4c43f70dff3cb9702fd62bc388353d02589e618
353 Author: Alan Coopersmith <alan.coopersmith@sun.com>
354 Date:   Thu Oct 8 20:27:49 2009 -0700
355
356     Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive
357
358 commit d846316822ba8eb545d41140007ef98a7de9274e
359 Author: Alan Coopersmith <alan.coopersmith@sun.com>
360 Date:   Tue May 19 01:34:19 2009 -0700
361
362     Update AC_DEFINE_DIR to latest version from Autoconf Archive
363
364 commit 53f8b42f89214b85804ae9e64c49d1a9c2a7553d
365 Author: Alan Coopersmith <alan.coopersmith@sun.com>
366 Date:   Mon Feb 2 20:34:35 2009 -0800
367
368     Add README with pointers to mailing list, bugzilla & git repos
369     
370     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
371
372 commit 6697e31fbb616656b7f34515a79454af394b500a
373 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
374 Date:   Fri Jan 30 15:45:20 2009 -0200
375
376     Janitor: ansification, make distcheck, .gitignore
377     
378       The ansification code is minor edit of the patch (by me) at
379     https://bugs.freedesktop.org/show_bug.cgi?id=14727
380     as it would not apply cleanly anymore.
381
382 commit 41e4e2de4d73d098d332ece0410e9f8fda4fe10d
383 Author: Peter Breitenlohner <peb@mppmu.mpg.de>
384 Date:   Mon Oct 20 19:36:52 2008 -0700
385
386     X.Org Bug 17944: avoid gcc warning for libXpm
387     
388     <http://bugs.freedesktop.org/show_bug.cgi?id=17944>
389     
390     Avoid the gcc warning
391     cxpm/cxpm.c:102: warning: no previous prototype for 'ErrorMessage'
392
393 commit 64323668c07b4768c57649f5ec7e2888265d1aeb
394 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
395 Date:   Sun Mar 9 08:57:47 2008 +0100
396
397     nuke RCS Ids
398
399 commit 6ef45c37160079a9aa551adcd841abdb55eabae3
400 Author: Benjamin Close <Benjamin.Close@clearchain.com>
401 Date:   Thu Jan 31 14:42:41 2008 +1030
402
403     Use libtools SED check rather than autoconf's SED check.
404     AC_PROG_SED required autoconf 2.60, libtool's should work
405     regardless. This keeps us supporting 2.57 of autoconf
406     
407     Found by: Tinderbox (1.4.1 compile)
408
409 commit 3f7624048aa6064c69e2320a70fb7fc89e0bb7ef
410 Author: Alan Coopersmith <alan.coopersmith@sun.com>
411 Date:   Thu Jan 24 14:26:34 2008 -0800
412
413     Bug 14171: sxpm/Makefile.am:21: SED was already defined
414     
415     <http://bugs.freedesktop.org/show_bug.cgi?id=14171>
416
417 commit 503843fd3066031adbd4a362c686acc721787b7d
418 Author: James Cloos <cloos@jhcloos.com>
419 Date:   Thu Dec 6 16:38:36 2007 -0500
420
421     Replace static ChangeLog with dist-hook to generate from git log
422
423 commit 3e37dd39b6169af9928d5b959c40ba79a07450ee
424 Author: Alan Coopersmith <alan.coopersmith@sun.com>
425 Date:   Wed Aug 22 13:23:30 2007 -0700
426
427     Version bump: 3.5.7
428
429 commit d82244497b54889f91c78585374d1ad6a0cef2cf
430 Author: Alan Coopersmith <alan.coopersmith@sun.com>
431 Date:   Wed Aug 22 13:08:42 2007 -0700
432
433     Replace strcpy with strncpy to match previous code block
434
435 commit 47c974872b51b8c1d6965eff4599f8ce739bcedc
436 Author: Alan Coopersmith <alan.coopersmith@sun.com>
437 Date:   Mon Aug 6 14:22:48 2007 -0700
438
439     Use srcdir in paths passed to xgettext when making .po files
440
441 commit 6e003fd5f174a8e312d799d7f8812c2a5b87e433
442 Author: Alan Coopersmith <alan.coopersmith@sun.com>
443 Date:   Mon Aug 6 12:59:04 2007 -0700
444
445     Replace index/rindex with C89 standard strchr/strrchr
446
447 commit 43dfc6be8128139888426d8c709aa78efc207953
448 Author: Jason Rumney <jasonr@gnu.org>
449 Date:   Mon Aug 6 12:52:52 2007 -0700
450
451     X.Org Bug #11863: Build libXpm on MS Windows (with MinGW)
452     
453         * src/XpmI.h [FOR_MSW]: Include simx.h instead of real X headers.
454     
455         * src/simx.h (_XFUNCPROTOBEGIN, _XFUNCPROTOEND, NO_ZPIPE): Define.
456         (XAllocColor): Fix arg list in prototype.
457         (bzero, close, fdopen, index, rindex, open, strdup, O_RDONLY):
458         Map to W32 equivalents.
459     
460         * src/RdFToI.c [FOR_MSW]: Include fcntl.h.
461
462 commit 290f0b9115428dab0cbf2880d154468c557b3e7e
463 Author: Alan Coopersmith <alan.coopersmith@sun.com>
464 Date:   Wed Jul 25 17:45:15 2007 -0700
465
466     Include comment/copyright/license for AC_DEFINE_DIR in acinclude.m4
467
468 commit d4bc7dc0dea218cea380aba972f10f60dc1e86ac
469 Author: Alan Coopersmith <alan.coopersmith@sun.com>
470 Date:   Wed Jun 27 13:54:07 2007 -0700
471
472     Use AM_CFLAGS & AM_CPPFLAGS to replace per-program and obsolete macros
473     
474     Clears some warnings from automake-1.10
475
476 commit 85a87de3c03ca8be526dedc0a2973f9426518c39
477 Author: Alan Coopersmith <alan.coopersmith@sun.com>
478 Date:   Tue Nov 21 17:12:18 2006 -0800
479
480     Sun bug 4486226: Xpm is not internationalized
481     
482     <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4486226>
483     Use gettext() to allow translated messages in sxpm & cxpm
484     (cherry picked from bcda4f17ab3fa9f0572f876dbeb09b45fbc23f3d commit)
485
486 commit 3c881daddcc251d6e806715d267e4e55934abd1a
487 Author: Alan Coopersmith <alan.coopersmith@sun.com>
488 Date:   Tue Nov 21 15:13:44 2006 -0800
489
490     Add *~ to .gitignore to skip over emacs/patch droppings
491
492 commit 60817dd28774540622ea404f650db8389c66da54
493 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
494 Date:   Fri Oct 13 16:23:49 2006 -0400
495
496     Bump to 3.5.6
497
498 commit 12dc4dc15234ae818a21c20ebf7b2d053b7a94be
499 Author: Alan Coopersmith <alan.coopersmith@sun.com>
500 Date:   Thu Jul 13 14:59:03 2006 -0700
501
502     renamed: .cvsignore -> .gitignore
503
504 commit 4daea919c3aa104b6caf8c0f42f49ae755545986
505 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
506 Date:   Sat Jun 3 06:11:30 2006 +0000
507
508     Always initialize atomTable to NULL, so xpmHashTableFree() doesn't try to
509         free a random value from the stack if xpmHashTableInit returns an
510         error.
511
512 commit 19855d6e09aa36db7686ad6f538179bf87e9c6ea
513 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
514 Date:   Fri Jun 2 19:48:01 2006 +0000
515
516     Coverity #1432: Returned without freeing storage "hints_cmt" (in error case
517         when xpmHashTableInit failed)
518
519 commit 000abcd371d0c4b1d0a5380023d74bf5bfc47685
520 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
521 Date:   Fri Jun 2 19:33:29 2006 +0000
522
523     Coverity #1415: Returned without freeing storage "hints_cmt" (in error case
524         when xpmHashTableInit failed)
525
526 commit 5c70c99833d4040aaf595d0005b861e0a930ee66
527 Author: Adam Jackson <ajax@nwnk.net>
528 Date:   Thu Apr 27 00:19:37 2006 +0000
529
530     Bump to 3.5.5
531
532 commit 2dcc187c92c1a579e6e9f0bad999a3b4e47228c3
533 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
534 Date:   Sat Mar 18 15:18:56 2006 +0000
535
536     doublecheck that a pointer is not NULL before dereferencing it. (Coverity
537         CID 121).
538
539 commit 93421a53ccf159ff39bc9f8ff72c57246f9cb90c
540 Author: Kevin E Martin <kem@kem.org>
541 Date:   Thu Dec 15 00:24:31 2005 +0000
542
543     Update package version number for final X11R7 release candidate.
544
545 commit 2b229ddcb52a3bf9bef32e764f93cc57c1351420
546 Author: Kevin E Martin <kem@kem.org>
547 Date:   Tue Dec 6 22:48:44 2005 +0000
548
549     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
550
551 commit 50214deb692a9af760088f8e7a51955c7d3f1707
552 Author: Kevin E Martin <kem@kem.org>
553 Date:   Sat Dec 3 05:49:44 2005 +0000
554
555     Update package version number for X11R7 RC3 release.
556
557 commit 19881d3c88ff0713ef550382fd0dfb03123dabed
558 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
559 Date:   Mon Nov 28 22:03:06 2005 +0000
560
561     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
562         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
563
564 commit a6fbdb403efd3bf7e1179660959fd0e66a301ce0
565 Author: Kevin E Martin <kem@kem.org>
566 Date:   Sat Nov 19 07:15:42 2005 +0000
567
568     Update pkgconfig files to separate library build-time dependencies from
569         application build-time dependencies, and update package deps to work
570         with separate build roots.
571
572 commit 82513d04a8381da8d2281d7581f6b0d65901aede
573 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
574 Date:   Sun Nov 13 02:08:07 2005 +0000
575
576     Use sed to substitute variables in man pages
577
578 commit d1b430289b2ddb6c1f3383c5288aa125b058508a
579 Author: Kevin E Martin <kem@kem.org>
580 Date:   Wed Nov 9 21:19:13 2005 +0000
581
582     Update package version number for X11R7 RC2 release.
583
584 commit e2c9276ccc1ef619dcfbdeb414ef0dec5113c1ee
585 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
586 Date:   Sat Oct 29 02:26:49 2005 +0000
587
588     Add --enable-stat-zfile (on by default) to replace Imake's ZFILEDEF =
589         -DSTAT_ZFILE to enable automatically searching for file.xpm.Z &
590         file.xpm.gz when file.xpm is requested.
591
592 commit 2f57ab95012d9221cca1af6c0a1ccea5d308c66f
593 Author: Kevin E Martin <kem@kem.org>
594 Date:   Wed Oct 19 02:48:11 2005 +0000
595
596     Update package version number for RC1 release.
597
598 commit 72bf88ed120fb888c57ed3223faa316403031b36
599 Author: Kevin E Martin <kem@kem.org>
600 Date:   Wed Oct 5 20:24:14 2005 +0000
601
602     Add missing files to EXTRA_DIST
603     Fix man page installation
604
605 commit 08c43c5f1f851c1acad360a28767670dc62d8a66
606 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
607 Date:   Mon Oct 3 19:53:58 2005 +0000
608
609     Last argument of variable parameter list needs to be casted to a pointer
610         type.
611
612 commit 5ecad7c12c3104d653972385f548e3f86532cbe3
613 Author: Kevin E Martin <kem@kem.org>
614 Date:   Fri Jul 29 21:22:52 2005 +0000
615
616     Various changes preparing packages for RC0:
617     - Verify and update package version numbers as needed
618     - Implement versioning scheme
619     - Change bug address to point to bugzilla bug entry form
620     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
621         reenable it)
622     - Fix makedepend to use pkgconfig and pass distcheck
623     - Update build script to build macros first
624     - Update modular Xorg version
625
626 commit 703207d3b3718223d4b2711fb77fc96a4f3909ef
627 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
628 Date:   Sun Jul 17 10:32:57 2005 +0000
629
630     fix build outside of $(srcdir)
631
632 commit 5a0177d4474787951c0cae56e285bb075ab405f3
633 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
634 Date:   Sat Jul 16 21:11:25 2005 +0000
635
636     Accept autoconf HAVE_STRLCPY as alias for HAS_STRLCAT
637
638 commit fd38ee667976855150d3c1231a1acc2cf1a89330
639 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
640 Date:   Sat Jul 16 21:10:44 2005 +0000
641
642     Check for strlcat() for use in parse.c
643
644 commit 9b3eed6e4f7ee542149ecec0d017a3a460f7c084
645 Author: Daniel Stone <daniel@fooishbar.org>
646 Date:   Sat Jul 16 07:23:39 2005 +0000
647
648     Set soversion to 4.11.0 with -version-number.
649
650 commit a705a1cd9dc4c4ba1940c9b59d2107ba59360e39
651 Author: Keith Packard <keithp@keithp.com>
652 Date:   Sat Jul 9 06:45:44 2005 +0000
653
654     Add .cvsignore files
655
656 commit b1d84a9fc9b15232c09b6ce5d96c097fdd4f0a15
657 Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
658 Date:   Thu Jun 9 13:42:36 2005 +0000
659
660     Use $(top_srcdir)/src instead of $(top_builddir)/src in INCLUDES
661
662 commit 769751fba3e32f49272d19799929e1ad5a3d2cd0
663 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
664 Date:   Thu May 19 17:09:13 2005 +0000
665
666     Add $(top_builddir)/include to INCLUDES
667
668 commit 2cc1896c61eef5739bb6a8ffa89e58ba5c175a05
669 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
670 Date:   Thu May 19 15:02:48 2005 +0000
671
672     - Add build system for lib/Xpm
673     - Add Xpm to symlink.sh
674     - Conditionally include config.h in xc/extras/Xpm
675
676 commit cf0d69c7ace679f27f105c582760b9be14923aba
677 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
678 Date:   Thu May 19 14:37:53 2005 +0000
679
680     Thu May 19 10:36:54 2005 Søren Sandmann <sandmann@redhat.com>
681     Add "../lib" to INCLUDES.
682     Replace #include "../lib/foo" with #include "foo".
683
684 commit 639b3598cd0e7214010248efb62b75ef85a8e5c5
685 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
686 Date:   Mon Feb 21 20:52:32 2005 +0000
687
688     Avoid inifite loops. From Chris Gilbert in bug #1920.
689
690 commit f1908d7ee5e2d2d44db2116b3c88213da9dfb854
691 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
692 Date:   Sat Dec 11 16:14:05 2004 +0000
693
694     Fix incomplete merge.
695
696 commit b041980732f6a6002001cfe079fdfb982937d4a8
697 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
698 Date:   Sat Dec 11 16:08:59 2004 +0000
699
700     more s_open() cleanup.
701
702 commit 90d0638a42553786f54df333f0da4d008e9a0573
703 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
704 Date:   Sat Dec 11 16:04:34 2004 +0000
705
706     Replace s_popen() by a more specific function that allows only one command
707         in the pipe. Remove extraneous tests on file names that broke some
708         applications. From Alex Reisen in Bugzilla #1920.
709
710 commit 2c23dbf2cafaad72b1f45da915eb87a8f792fdb0
711 Author: Roland Mainz <roland.mainz@nrubsig.org>
712 Date:   Wed Dec 8 01:16:48 2004 +0000
713
714     //bugs.freedesktop.org/show_bug.cgi?id=830): Fix libXpm header (xpm.h) to
715         use the X11 function begin/end marker macros (_XFUNCPROTOBEGIN,
716         _XFUNCPROTOEND) instead of homegrown (native) C++ code. Patch by Kevin
717         DeKorte <kdekorte@yahoo.com>.
718
719 commit 50986a34f231fbc7a4b62466bd89bd4ae4027d2e
720 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
721 Date:   Thu Nov 25 21:19:11 2004 +0000
722
723     Fixes for CAN-2004-0914 (Thomas Biege).
724
725 commit a983dafac59dcb425666a5a5556da4734e50c6c5
726 Author: Egbert Eich <eich@suse.de>
727 Date:   Tue Sep 21 17:57:35 2004 +0000
728
729     Merged over libXpm security fix provided by Chris Evans, Matthieu Herrb and
730         Alan Coopersmith from release 6.8.1.
731     Fail during initialization with error if font/fontset is not set for
732         widget. This prevents a sig11 later when the non-existent font/fontset
733         structs are referenced.
734     Check if xf86Info.kbdProc pointer is really set before calling it on abort
735         as this pointer won't be set if the new modular keyboard driver is used
736         (Matthias Hopf).
737     Added new libs to the bindist control files.
738     Removed inclusion of unnecessary kernel header on Linux. This may fail in
739         an -ansi environment.
740
741 commit 2773a7214e282f6f673483f5233b880505947c3f
742 Author: Egbert Eich <eich@suse.de>
743 Date:   Fri Apr 23 18:42:32 2004 +0000
744
745     Merging XORG-CURRENT into trunk
746
747 commit 65c64a2eaa8698434f1869dcdcb5d9ccb21c6932
748 Author: Egbert Eich <eich@suse.de>
749 Date:   Sun Mar 14 08:28:26 2004 +0000
750
751     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
752
753 commit 0b313707a677523fed9ac485445e8b09d2a85c13
754 Author: Egbert Eich <eich@suse.de>
755 Date:   Wed Mar 3 12:09:53 2004 +0000
756
757     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
758
759 commit 658f8e9a9094ba5d18743694cad7275be53c7a25
760 Author: Egbert Eich <eich@suse.de>
761 Date:   Thu Feb 26 13:34:33 2004 +0000
762
763     readding XFree86's cvs IDs
764
765 commit 9971f91864e8f722b42c58f2ff19025715f33b98
766 Author: Egbert Eich <eich@suse.de>
767 Date:   Thu Feb 26 09:21:31 2004 +0000
768
769     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
770
771 commit fbfe965054d8144946651b19085684af7f6715b9
772 Author: Kaleb Keithley <kaleb@freedesktop.org>
773 Date:   Tue Nov 25 19:27:16 2003 +0000
774
775     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
776
777 commit c037348b5df0ac94ad4daba59f8bc9acf12ef623
778 Author: Kaleb Keithley <kaleb@freedesktop.org>
779 Date:   Fri Nov 14 16:48:24 2003 +0000
780
781     XFree86 4.3.0.1
782
783 commit aafaabc4a0bfab6544e085ee504ad69de4a5ddb1
784 Author: Kaleb Keithley <kaleb@freedesktop.org>
785 Date:   Fri Nov 14 16:48:24 2003 +0000
786
787     Initial revision