1commit 1d2e1e7ac5524e44a5de00c463b307794a58ebd7
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Wed Dec 4 11:56:02 2024 -0800
4
5    fslsfonts 1.0.7
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 080aacac912a4eb67a5ba044286c4c34075d50d4
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Sat Nov 9 13:16:37 2024 -0800
12
13    Variable scope reductions
14    
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16    Part-of: <https://gitlab.freedesktop.org/xorg/app/fslsfonts/-/merge_requests/10>
17
18commit 9a5aa0fee95c399149a8d61efba9fb50a36d9cea
19Author: Alan Coopersmith <alan.coopersmith@oracle.com>
20Date:   Sat Nov 9 13:02:37 2024 -0800
21
22    Mark pointers const as suggested by cppcheck
23    
24    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
25    Part-of: <https://gitlab.freedesktop.org/xorg/app/fslsfonts/-/merge_requests/10>
26
27commit 3d5c32487ecd2e1e72fc4176f8180466260da6cc
28Author: Alan Coopersmith <alan.coopersmith@oracle.com>
29Date:   Thu Feb 9 11:56:27 2023 -0800
30
31    gitlab CI: stop requiring Signed-off-by in commits
32    
33    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
34
35commit f48acd133b8deb7e035edc323e75df7a1c118975
36Author: Alan Coopersmith <alan.coopersmith@oracle.com>
37Date:   Wed Feb 8 11:33:18 2023 -0800
38
39    Add -help option
40    
41    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
42
43commit 9c66a587f301a4e35b9de68bc6d7419247f0e062
44Author: Alan Coopersmith <alan.coopersmith@oracle.com>
45Date:   Mon Feb 6 13:13:21 2023 -0800
46
47    configure: raise minimum autoconf requirement to 2.70
48    
49    Needed for builds on NetBSD to work correctly, since it depends on
50    AC_USE_SYSTEM_EXTENSIONS defining _OPENBSD_SOURCE to expose the
51    prototype for reallocarray() in the system headers.
52    
53    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
54
55commit 5a8a115aa49d06e29a32d1fc5466308b00e9095a
56Author: Alan Coopersmith <alan.coopersmith@oracle.com>
57Date:   Sat Sep 10 13:36:39 2022 -0700
58
59    man page: emphasize this program is for querying xfs
60    
61    Try to answer the question "How is this different from xlsfonts?"
62    
63    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
64
65commit 15c6839c0c23869a92e94109ec7310627720e841
66Author: Alan Coopersmith <alan.coopersmith@oracle.com>
67Date:   Sat Sep 10 09:46:21 2022 -0700
68
69    fslsfonts 1.0.6
70    
71    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
72
73commit 3f681d742545c922157b2fb66649ae2d12080c41
74Author: Alan Coopersmith <alan.coopersmith@oracle.com>
75Date:   Tue Aug 30 15:02:04 2022 -0700
76
77    configure: Add AC_USE_SYSTEM_EXTENSIONS
78    
79    Needed on some systems to expose reallocarray() prototype in the
80    header files.
81    
82    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
83
84commit 7e039ed98ad9ef4083a01d3e5a03e54302706550
85Author: Alan Coopersmith <alan.coopersmith@oracle.com>
86Date:   Sat Aug 13 14:50:51 2022 -0700
87
88    Use reallocarray() if it is available in libc or libbsd
89    
90    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
91
92commit 23fa33d7061a2bba7f0732ea0c8c324a560a65d3
93Author: Alan Coopersmith <alan.coopersmith@oracle.com>
94Date:   Sat Aug 13 14:39:42 2022 -0700
95
96    Improve handling of realloc()
97    
98    Fixes cppcheck warning:
99    [fslsfonts.c:268]: (error) Common realloc mistake: 'font_list' nulled but not freed upon failure
100    
101    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
102
103commit aac963bb2d95db0ec7aa27f0e12159ee8edbb168
104Author: Alan Coopersmith <alan.coopersmith@oracle.com>
105Date:   Sat Jul 23 12:18:01 2022 -0700
106
107    show_font_props: skip copy to temporary buffer
108    
109    Avoids risk of overflow since we weren't bounds checking and
110    may slightly improve performance.
111    
112    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
113
114commit 44c1649d2a11c89137488c53e3a1c383fe79c2c1
115Author: Alan Coopersmith <alan.coopersmith@oracle.com>
116Date:   Sun Jul 10 13:25:14 2022 -0700
117
118    Add bounds checks to creation of min/max strings for -lll -m option
119    
120    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
121
122commit fd04e0c1e60315c57d32a5781fee6c3e8012f3fb
123Author: Alan Coopersmith <alan.coopersmith@oracle.com>
124Date:   Fri Dec 3 15:17:32 2021 -0800
125
126    Build xz tarballs instead of bzip2
127    
128    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
129
130commit de5ac3a07262c3ceb64b1eac61e6f35dd98b07d8
131Author: Alan Coopersmith <alan.coopersmith@oracle.com>
132Date:   Fri Dec 3 15:03:38 2021 -0800
133
134    gitlab CI: add a basic build test
135    
136    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
137
138commit 81d02a0d873a19da1c6accb50e0a1922dd1539d4
139Author: Alan Coopersmith <alan.coopersmith@oracle.com>
140Date:   Wed Nov 21 16:46:43 2018 -0800
141
142    Update configure.ac bug URL for gitlab migration
143    
144    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
145
146commit c3e7ded5b2591059ddd26a96ad46a158722dbf48
147Author: Alan Coopersmith <alan.coopersmith@oracle.com>
148Date:   Fri Nov 16 19:57:31 2018 -0800
149
150    Update README for gitlab migration
151    
152    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
153
154commit 63dcab1cd3f72033e67a30b827089dd38e2041d7
155Author: Mihail Konev <k.mvc@ya.ru>
156Date:   Thu Jan 26 14:00:20 2017 +1000
157
158    autogen: add default patch prefix
159    
160    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
161
162commit 317e9b11259e5e239bff8813134ecf0cce80d91b
163Author: Emil Velikov <emil.l.velikov@gmail.com>
164Date:   Mon Mar 9 12:00:52 2015 +0000
165
166    autogen.sh: use quoted string variables
167    
168    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
169    fall-outs, when they contain space.
170    
171    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
172    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
173    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
174
175commit 49be954631e02b44374f8f62e3c9e1c2c98b0fe6
176Author: Peter Hutterer <peter.hutterer@who-t.net>
177Date:   Tue Jan 24 10:32:07 2017 +1000
178
179    autogen.sh: use exec instead of waiting for configure to finish
180    
181    Syncs the invocation of configure with the one from the server.
182    
183    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
184    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
185
186commit edfc75e3a922888d802cf18250b3de10c62d3e86
187Author: Alan Coopersmith <alan.coopersmith@oracle.com>
188Date:   Tue Dec 30 20:46:30 2014 -0800
189
190    fslsfonts 1.0.5
191    
192    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
193
194commit 08ba596c3c21c9a43e02ec257a37ef6152cbd3d3
195Author: Alan Coopersmith <alan.coopersmith@oracle.com>
196Date:   Sat Jul 5 12:47:04 2014 -0700
197
198    Delete unreachable code after usage() calls
199    
200    Warned about by both Solaris Studio cc:
201    "fslsfonts.c", line 148: warning: statement not reached
202    "fslsfonts.c", line 204: warning: statement not reached
203    
204    and clang:
205    fslsfonts.c:204:7: warning: will never be executed [-Wunreachable-code]
206                        break;
207                        ^~~~~
208    fslsfonts.c:148:11: warning: will never be executed [-Wunreachable-code]
209                exit(0);
210                     ^
211    
212    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
213
214commit 7cb653d8699d6a774b340384603abc47a41b8295
215Author: Alan Coopersmith <alan.coopersmith@oracle.com>
216Date:   Sat Jul 5 12:41:47 2014 -0700
217
218    Fix a bunch of size/sign conversion warnings from clang
219    
220    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
221
222commit e254f9e0ec8953ce02043642021a7307512c57be
223Author: Alan Coopersmith <alan.coopersmith@oracle.com>
224Date:   Sat Jul 5 12:04:11 2014 -0700
225
226    Remove unnecessary casts on malloc/realloc return values
227    
228    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
229
230commit 44a450461b6361d691c360438af21fa3be21c408
231Author: Alan Coopersmith <alan.coopersmith@oracle.com>
232Date:   Sat Jul 5 11:57:17 2014 -0700
233
234    Abort on malloc/realloc failure
235    
236    cppcheck still warns about our use of realloc, but it's harmless:
237    [fslsfonts.c:268]: (error) Common realloc mistake: 'font_list' nulled
238     but not freed upon failure
239    
240    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
241
242commit 79344cb17e9b6b3d16ae2067b7d6e16ae204e52f
243Author: Alan Coopersmith <alan.coopersmith@oracle.com>
244Date:   Sun Jun 1 23:35:16 2014 -0700
245
246    autogen.sh: Honor NOCONFIGURE=1
247    
248    See http://people.gnome.org/~walters/docs/build-api.txt
249    
250    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
251
252commit 16cc67667403dca89a03305e8a76fa3c386749d6
253Author: Alan Coopersmith <alan.coopersmith@oracle.com>
254Date:   Sun Jun 1 23:35:15 2014 -0700
255
256    configure: Drop AM_MAINTAINER_MODE
257    
258    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
259
260commit 7bbb887262c79849a52ee2e3e3d0835fcf582c9f
261Author: Alan Coopersmith <alan.coopersmith@oracle.com>
262Date:   Sun Jun 1 23:35:07 2014 -0700
263
264    config: Add missing AC_CONFIG_SRCDIR
265    
266    Regroup AC statements under the Autoconf initialization section.
267    Regroup AM statements under the Automake initialization section.
268    
269    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
270
271commit f09c42b9849ebc84ecc625323351d24dc551b94a
272Author: Alan Coopersmith <alan.coopersmith@oracle.com>
273Date:   Mon Nov 4 23:53:20 2013 -0800
274
275    Print which option was in error along with usage message
276    
277    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
278    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
279
280commit 8d60a7198cc366d72fd03a5821de9b56719588fc
281Author: Alan Coopersmith <alan.coopersmith@oracle.com>
282Date:   Mon Nov 4 23:31:29 2013 -0800
283
284    Add -version option to print version
285    
286    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
287    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
288
289commit 5e7991fdcb98c06702a364b856a31541874c51da
290Author: Alan Coopersmith <alan.coopersmith@oracle.com>
291Date:   Fri Apr 20 13:28:17 2012 -0700
292
293    fslsfonts 1.0.4
294    
295    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
296
297commit 8ec9e20ca8025173257770c750a05729c8d91fa0
298Author: Alan Coopersmith <alan.coopersmith@oracle.com>
299Date:   Mon Apr 16 15:16:10 2012 -0700
300
301    Mark usage() as _X_NORETURN to silence gcc warning
302    
303    fslsfonts.c: In function ‘usage’:
304    fslsfonts.c:92:1: warning: function might be possible candidate for attribute ‘noreturn’
305    
306    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
307
308commit 1195e8cecb25b3b3e64a3ef7cfdc84e65caf57d7
309Author: Alan Coopersmith <alan.coopersmith@oracle.com>
310Date:   Thu Nov 10 22:44:16 2011 -0800
311
312    Fix gcc warning: cast discards qualifiers from pointer target type
313    
314    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
315
316commit b630fe37ae21678464186916a15bf8c99f65b896
317Author: Alan Coopersmith <alan.coopersmith@oracle.com>
318Date:   Thu Nov 10 22:12:54 2011 -0800
319
320    Combine usage message into single string
321    
322    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
323
324commit c4be2fb6c3ae3d6bfa9f767d40578b2680ab58af
325Author: Alan Coopersmith <alan.coopersmith@oracle.com>
326Date:   Thu Nov 10 22:09:54 2011 -0800
327
328    Fix gcc -Wwrite-strings warnings
329    
330    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
331
332commit 8bafda7027f51313cfd8e5f4447812064c1686bb
333Author: Gaetan Nadon <memsize@videotron.ca>
334Date:   Wed Jan 19 10:06:55 2011 -0500
335
336    config: move man pages into their own directory
337    
338    Use services provided by XORG_MANPAGE_SECTIONS.
339    Use standard Makefile for man pages.
340    
341    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
342
343commit b2b7d64bf81dc9dc425c1ae16428b654cb4ee582
344Author: Gaetan Nadon <memsize@videotron.ca>
345Date:   Thu Jan 13 11:15:00 2011 -0500
346
347    man: remove trailing spaces and tabs
348    
349    Using s/[ \t]*$//
350    
351    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
352
353commit 693774d42de58c22fd407649fa6b6e7a13c4e32f
354Author: Gaetan Nadon <memsize@videotron.ca>
355Date:   Wed Jan 12 16:28:01 2011 -0500
356
357    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
358    
359    This silences an Autoconf warning
360
361commit 56623bd3f69af13b5ea7952fc2539c0757c1da9a
362Author: Alan Coopersmith <alan.coopersmith@oracle.com>
363Date:   Sat Oct 30 12:48:31 2010 -0700
364
365    fslsfonts 1.0.3
366    
367    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
368
369commit ccd2fecaa7a8f32cef6c5c1620a23e09aa50b1f5
370Author: Alan Coopersmith <alan.coopersmith@oracle.com>
371Date:   Sat Oct 30 12:47:25 2010 -0700
372
373    config: Remove unnecessary calls from configure.ac
374    
375    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
376    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
377    
378    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
379
380commit 52a0ed576354ba1de736904af1a6b17981b0090e
381Author: Jesse Adkins <jesserayadkins@gmail.com>
382Date:   Tue Sep 28 13:29:49 2010 -0700
383
384    Purge cvs tags.
385    
386    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
387
388commit 942a8c3c84ced13f396f17a96313ee82c7c79d83
389Author: Alan Coopersmith <alan.coopersmith@oracle.com>
390Date:   Wed Oct 6 19:00:52 2010 -0700
391
392    config: upgrade to util-macros 1.8 for additional man page support
393    
394    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
395    The value of MAN_SUBST is the same for all X.Org packages.
396    
397    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
398    The existing statement can now be removed from the configuration file.
399    
400    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
401    Enables silent rule and use platform appropriate version of sed.
402    
403    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
404
405commit dbbd43a4b2065e64d17227aed63e4189dc75134e
406Author: Gaetan Nadon <memsize@videotron.ca>
407Date:   Tue Jul 20 18:45:18 2010 -0400
408
409    config: update AC_PREREQ statement to 2.60
410    
411    Unrelated to the previous patches, the new value simply reflects
412    the reality that the minimum level for autoconf to configure
413    all x.org modules is 2.60 dated June 2006.
414    
415    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
416    
417    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
418
419commit e187c1e1bc4c58236346573ddf6c58ede438cc72
420Author: Alan Coopersmith <alan.coopersmith@oracle.com>
421Date:   Wed Jun 30 19:53:14 2010 -0700
422
423    fslsfonts only depends on x11proto (for Xos.h) not x11
424    
425    No need to link against libX11 when no functions in it are ever called,
426    nor any headers from it ever used, since fslsfonts is a pure font-server
427    protocol client.
428    
429    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
430
431commit 57eb4c0f642da8547bb505231a1251d9662fb192
432Author: Gaetan Nadon <memsize@videotron.ca>
433Date:   Thu Feb 11 10:08:06 2010 -0500
434
435    config: move CWARNFLAGS from configure.ac to Makefile.am
436    
437    Compiler warning flags should be explicitly set in the makefile
438    rather than being merged with other packages compiler flags.
439    
440    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
441
442commit 2930e9f179d1abf9fb276226dd6a527a07d42d39
443Author: Gaetan Nadon <memsize@videotron.ca>
444Date:   Thu Nov 26 09:19:52 2009 -0500
445
446    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
447    
448    Now that the INSTALL file is generated.
449    Allows running make maintainer-clean.
450
451commit fc89bf51b4a24d03f4c0aad5cb4c9566b4493723
452Author: Gaetan Nadon <memsize@videotron.ca>
453Date:   Wed Oct 28 14:09:07 2009 -0400
454
455    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
456    
457    Add missing INSTALL file. Use standard GNU file on building tarball
458    README may have been updated
459    Remove AUTHORS file as it is empty and no content available yet.
460    Remove NEWS file as it is empty and no content available yet.
461
462commit 7fb18a2404b434f7c81932b6bb3a59087b67ae42
463Author: Gaetan Nadon <memsize@videotron.ca>
464Date:   Tue Oct 27 15:07:24 2009 -0400
465
466    Deploy the new XORG_DEFAULT_OPTIONS #24242
467    
468    This macro aggregate a number of existing macros that sets commmon
469    X.Org components configuration options. It shields the configuration file from
470    future changes.
471
472commit fff5c40b8422204938c8f56cc02cdbbbe24c49ae
473Author: Gaetan Nadon <memsize@videotron.ca>
474Date:   Mon Oct 26 22:08:38 2009 -0400
475
476    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
477    
478    ChangeLog filename is known to Automake and requires no further
479    coding in the makefile.
480
481commit 038c76cbbc20400ac19877f50f1a69a738d87cf7
482Author: Gaetan Nadon <memsize@videotron.ca>
483Date:   Thu Oct 22 12:34:14 2009 -0400
484
485    .gitignore: use common defaults with custom section # 24239
486    
487    Using common defaults will reduce errors and maintenance.
488    Only the very small or inexistent custom section need periodic maintenance
489    when the structure of the component changes. Do not edit defaults.
490
491commit b837f89eba8f374c2b24f84138c1305fd5d9507b
492Author: Alan Coopersmith <alan.coopersmith@sun.com>
493Date:   Thu Oct 1 14:54:16 2009 -0700
494
495    Add README with pointers to mailing lists, bugzilla, & git
496    
497    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
498
499commit 014ec6084387c77f211832ee7c0c95ad56fbb1af
500Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
501Date:   Thu Jan 15 18:30:21 2009 -0200
502
503    Ansification and compile warning fixes.
504    
505      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
506    make distcheck and all gcc 4.3 and sparse warnings.
507
508commit 449643fa6811de4539c498d43f3af777a0a7c037
509Author: Alan Coopersmith <alan.coopersmith@sun.com>
510Date:   Fri May 23 16:31:20 2008 -0700
511
512    fslsfonts 1.0.2
513
514commit 8c3d918964ff5823ce9685be54e129dc5909cc69
515Author: Alan Coopersmith <alan.coopersmith@sun.com>
516Date:   Fri May 23 16:26:29 2008 -0700
517
518    Fill in COPYING with copyright/license notices from sources
519
520commit 7b43c5804a406baacdeb88d4192ce0810994e8d8
521Author: Alan Coopersmith <alan.coopersmith@sun.com>
522Date:   Thu May 22 19:46:17 2008 -0700
523
524    Clarify syntax of -server & FONTSERVER in man page
525
526commit 02e0bc6cebba093a382e0ab57ebe02e0c467b0d5
527Author: James Cloos <cloos@jhcloos.com>
528Date:   Thu Dec 6 16:36:58 2007 -0500
529
530    Replace static ChangeLog with dist-hook to generate from git log
531
532commit 04305c486e81c275b7b31a505395a8279a9e4867
533Author: Alan Coopersmith <alan.coopersmith@sun.com>
534Date:   Fri Aug 10 16:24:06 2007 -0700
535
536    renamed: .cvsignore -> .gitignore
537
538commit 907a6cd8e28a754b0ea574ffa7d13bfc39252647
539Author: Alan Coopersmith <alan.coopersmith@sun.com>
540Date:   Fri Aug 10 16:23:31 2007 -0700
541
542    Change fslsfonts_CFLAGS to AM_CFLAGS to make automake-1.10 happier
543
544commit d95896f7ec4c9f721e90e68e4adc9eeefeebe27e
545Author: Kevin E Martin <kem@kem.org>
546Date:   Wed Dec 21 02:29:42 2005 +0000
547
548    Update package version for X11R7 release.
549
550commit 3900748043ff4b6c179d29bab627950df51da9ba
551Author: Adam Jackson <ajax@nwnk.net>
552Date:   Mon Dec 19 16:22:40 2005 +0000
553
554    Stub COPYING files
555
556commit 76e8606615fabc7d59d784cc3bc51aa5bcaff51e
557Author: Kevin E Martin <kem@kem.org>
558Date:   Thu Dec 15 00:24:02 2005 +0000
559
560    Update package version number for final X11R7 release candidate.
561
562commit dbe7f917a70438e76f4b51222615dd55cde55aa1
563Author: Kevin E Martin <kem@kem.org>
564Date:   Tue Dec 6 22:48:16 2005 +0000
565
566    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
567
568commit fad46dca9871152094c7e936868752fcbc439fd6
569Author: Kevin E Martin <kem@kem.org>
570Date:   Sat Dec 3 05:49:15 2005 +0000
571
572    Update package version number for X11R7 RC3 release.
573
574commit 43f92f7d48025d32cf4afb13e551c69288785cea
575Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
576Date:   Mon Nov 28 22:01:36 2005 +0000
577
578    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
579        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
580
581commit 4470242281e691908a30e7ed2d5e0bb999c57b7f
582Author: Eric Anholt <anholt@freebsd.org>
583Date:   Mon Nov 21 10:34:55 2005 +0000
584
585    Another pass at .cvsignores for apps.
586
587commit 70c7a94df711bc4ff0995529b0592dcac9b2554b
588Author: Eric Anholt <anholt@freebsd.org>
589Date:   Sun Nov 20 22:08:48 2005 +0000
590
591    Add/improve .cvsignore files for apps.
592
593commit fd22b40b6ad75d65d6298f57db388e7e114ff0a1
594Author: Kevin E Martin <kem@kem.org>
595Date:   Wed Oct 19 02:47:48 2005 +0000
596
597    Update package version number for RC1 release.
598
599commit 4e72c7c22a9cc85b677aae221647a6e9c97ca358
600Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
601Date:   Mon Oct 17 23:56:19 2005 +0000
602
603    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
604        work better with BSD make
605
606commit e88396dbb6f9e4c918a01b31e97b7048c4f75cfc
607Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
608Date:   Fri Oct 14 00:25:41 2005 +0000
609
610    Use sed to fill in variables in man page
611
612commit c884539ec3cf80d489a4907ab3abdcc32f81dc4f
613Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
614Date:   Mon Aug 1 20:25:27 2005 +0000
615
616    Install man pages to section 1 instead of section m (Patch from Donnie
617        Berkholz)
618
619commit f24a7a29a50a871aec34900e2e65dc9f268eae53
620Author: Kevin E Martin <kem@kem.org>
621Date:   Fri Jul 29 21:22:28 2005 +0000
622
623    Various changes preparing packages for RC0:
624    - Verify and update package version numbers as needed
625    - Implement versioning scheme
626    - Change bug address to point to bugzilla bug entry form
627    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
628        reenable it)
629    - Fix makedepend to use pkgconfig and pass distcheck
630    - Update build script to build macros first
631    - Update modular Xorg version
632
633commit e03e8dd59d692c551c89e5d3dce5ed6dfdbea63b
634Author: Adam Jackson <ajax@nwnk.net>
635Date:   Wed Jul 20 19:31:48 2005 +0000
636
637    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
638        configure cache, you cache it, and the cached value is probably wrong.
639
640commit 492cae010ee83167c662df163f37dec2ef5b8b8b
641Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
642Date:   Wed Jul 6 16:17:30 2005 +0000
643
644    Build system for fslsfonts
645
646commit 27fb0a16c0dad6976a675a23b2df811310d8df68
647Author: Egbert Eich <eich@suse.de>
648Date:   Fri Apr 23 19:54:32 2004 +0000
649
650    Merging XORG-CURRENT into trunk
651
652commit 7122e2d65c98630c3ff79b6ce1f39ff77c1bdb1d
653Author: Egbert Eich <eich@suse.de>
654Date:   Sun Mar 14 08:34:50 2004 +0000
655
656    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
657
658commit ed0b544968dfe8514ead28f566a945f0b2d2e7b9
659Author: Egbert Eich <eich@suse.de>
660Date:   Wed Mar 3 12:12:50 2004 +0000
661
662    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
663
664commit e7f14cc37ca82396ca7116efcc9f48a687644ea0
665Author: Egbert Eich <eich@suse.de>
666Date:   Thu Feb 26 13:36:15 2004 +0000
667
668    readding XFree86's cvs IDs
669
670commit d7b500a10f7d6574d065baf32bd5f5e8e27588e1
671Author: Egbert Eich <eich@suse.de>
672Date:   Thu Feb 26 09:23:54 2004 +0000
673
674    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
675
676commit ab1d154e3006704f4a33b1d73b0435540299b9ba
677Author: Kaleb Keithley <kaleb@freedesktop.org>
678Date:   Fri Nov 14 16:48:57 2003 +0000
679
680    XFree86 4.3.0.1
681
682commit 0f93bed073a9dbc1b436f26a5f55ffbedea4471f
683Author: Kaleb Keithley <kaleb@freedesktop.org>
684Date:   Fri Nov 14 15:54:52 2003 +0000
685
686    R6.6 is the Xorg base-line
687