ChangeLog revision 94a251fd
1commit 87ffdc226daff7b6999fb36ac36c45fffd3e8980
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Mon Apr 16 16:52:41 2012 -0700
4
5    xlsfonts 1.0.4
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit b9a08309bf5dcaaf1369d81095e459ae9ccbead5
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Mon Apr 16 16:47:12 2012 -0700
12
13    Combine usage message strings
14    
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17commit 3c66627ec29473110432ed9d5448850ca4a293bb
18Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19Date:   Fri Nov 11 23:17:31 2011 -0800
20
21    Add function attributes suggested by gcc warnings
22    
23    Mark usage() with _X_NORETURN
24    Mark Fatal_Error() with _X_ATTRIBUTE_PRINTF
25    
26    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
27
28commit 1dd99ee7d52871c998d0944311260623d131521f
29Author: Alan Coopersmith <alan.coopersmith@oracle.com>
30Date:   Fri Nov 11 23:16:53 2011 -0800
31
32    Fix gcc -Wwrite-strings warnings
33    
34    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
35
36commit 862292d9509856cfd311f9741db059b92a5fd78a
37Author: Alan Coopersmith <alan.coopersmith@oracle.com>
38Date:   Fri Jan 28 20:06:16 2011 -0800
39
40    Use _X_NORETURN from xproto 7.0.17 instead of local check
41    
42    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
43    Reviewed-by: Julien Cristau <jcristau@debian.org>
44
45commit 431c1ed9e1b445e20a9c0413c3faeee566755b4d
46Author: Alan Coopersmith <alan.coopersmith@oracle.com>
47Date:   Fri Jan 28 20:02:03 2011 -0800
48
49    inline Realloc() at the one place it's called
50    
51    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
52    Reviewed-by: Julien Cristau <jcristau@debian.org>
53
54commit d1dbba01539a89e1d56ca261e18ae2e31f075cfe
55Author: Alan Coopersmith <alan.coopersmith@oracle.com>
56Date:   Fri Jan 28 19:57:52 2011 -0800
57
58    Remove unneeded Malloc function
59    
60    The only place it was called was in Realloc, if the initial pointer was
61    NULL, but ANSI C89 already guarantees realloc(NULL, size) will be handled
62    as malloc(size), so we don't need to handle that case ourselves.
63    
64    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
65    Reviewed-by: Julien Cristau <jcristau@debian.org>
66
67commit 184f5f3948b98abd21082e0cdc302502d70c3c49
68Author: Gaetan Nadon <memsize@videotron.ca>
69Date:   Wed Jan 19 10:06:56 2011 -0500
70
71    config: move man pages into their own directory
72    
73    Use services provided by XORG_MANPAGE_SECTIONS.
74    Use standard Makefile for man pages.
75    
76    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
77
78commit 29488409e79cd74dea1d24d43911849cf3a377be
79Author: Gaetan Nadon <memsize@videotron.ca>
80Date:   Thu Jan 13 11:15:47 2011 -0500
81
82    man: remove trailing spaces and tabs
83    
84    Using s/[ \t]*$//
85    
86    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
87
88commit 4381b50d4cc6d49cddf186dbeab85de1d15e2c53
89Author: Gaetan Nadon <memsize@videotron.ca>
90Date:   Wed Jan 12 16:28:02 2011 -0500
91
92    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
93    
94    This silences an Autoconf warning
95
96commit 59987462e79a2d2e2fe9b6b4442fe9d845b01f63
97Author: Gaetan Nadon <memsize@videotron.ca>
98Date:   Wed Jan 12 15:12:08 2011 -0500
99
100    config: remove unrequired AC_SUBST([*_LIBS])
101    
102    This macro is called by PKG_CHECK_MODULES
103    
104    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
105
106commit de09e9a73ec248f0ac3c7d00fb3f7cc1472e34fd
107Author: Gaetan Nadon <memsize@videotron.ca>
108Date:   Wed Jan 12 13:33:48 2011 -0500
109
110    config: remove unrequired AC_SUBST([*_CFLAGS])
111    
112    This macro is called by PKG_CHECK_MODULES
113    
114    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
115
116commit 19e1d10ad952691087c41ffa39f2f38ac8b924c6
117Author: Gaetan Nadon <memsize@videotron.ca>
118Date:   Wed Jan 12 13:10:21 2011 -0500
119
120    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
121    
122    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
123    AC_PROG_C_C99. This sets gcc with -std=gnu99.
124    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
125    
126    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
127
128commit acb9f60a6431b65da919d50b0d9438f02a2c2153
129Author: Gaetan Nadon <memsize@videotron.ca>
130Date:   Wed Jan 12 11:54:40 2011 -0500
131
132    config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
133    
134    It depends on util-macros 1.8 or later
135    The existing statement can now be removed from the configuration file.
136    
137    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
138
139commit e5e6e0f951ceb9991a19c9e22710d0cc4603110d
140Author: Gaetan Nadon <memsize@videotron.ca>
141Date:   Wed Jan 12 11:23:52 2011 -0500
142
143    config: upgrade to util-macros 1.8 for additional man page support
144    
145    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
146    The value of MAN_SUBST is the same for all X.Org packages.
147    
148    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
149
150commit 053ab67df504b78cc9524f57ee556ba3a3ae9793
151Author: Gaetan Nadon <memsize@videotron.ca>
152Date:   Wed Jan 12 10:21:24 2011 -0500
153
154    config: update AC_PREREQ statement to 2.60
155    
156    Unrelated to the previous patches, the new value simply reflects
157    the reality that the minimum level for autoconf to configure
158    all x.org modules in one pass is 2.60 dated June 2006.
159    
160    A version later than 2.60 can be used, but no new features from such
161    a later version can be used in configure.ac.
162    
163    Although the code in this module can be configured with a version earlier
164    than 2.60, most of code is now contained in macros from util-macros
165    which use features of version 2.60, at the present or in the future.
166    
167    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
168    
169    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
170
171commit 0b7dd26f5e7c3d3a780f71c74118e8adfd9ac04d
172Author: Gaetan Nadon <memsize@videotron.ca>
173Date:   Fri Aug 27 20:41:56 2010 -0400
174
175    Change xlsfonts DocBook XML file extension from .sgml to .xml
176    
177    This file is used as the input format for the man page.
178    
179    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
180
181commit 0e2aac955e2a3887cb2dcb356f296b58f9e3b5df
182Author: Alan Coopersmith <alan.coopersmith@oracle.com>
183Date:   Fri Aug 6 11:29:09 2010 -0700
184
185    Fill in COPYING file with copyright notices from source code
186    
187    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
188
189commit 922c6ce1384df559116d764598b81c375e9e5790
190Author: Julien Cristau <jcristau@debian.org>
191Date:   Sat Jun 12 01:53:46 2010 +0200
192
193    Bump to 1.0.3
194
195commit 94e0301bc885226fa938d97cdea80aa0641852e4
196Author: Julien Cristau <jcristau@debian.org>
197Date:   Sat Jun 12 01:53:24 2010 +0200
198
199    Require xorg-macros 1.4 for INSTALL_CMD
200
201commit b8a4fec22f8c625b9fa5f48ebb135a4251fb95cd
202Author: Julien Cristau <jcristau@debian.org>
203Date:   Sat Jun 12 01:48:45 2010 +0200
204
205    Use string literals as format strings
206    
207    Allows gcc to check argument types, and avoids warnings:
208    xlsfonts.c:632: warning: format not a string literal, argument types not checked
209
210commit f21fa74b794b301c022519bb319a952642bb55fc
211Author: Julien Cristau <jcristau@debian.org>
212Date:   Sat Jun 12 01:44:28 2010 +0200
213
214    Remove _bitmap_error prototype from dsimple.c
215    
216    The function itself was dropped in
217    77c46f5ed8d96106ff117f89932ada0439193cb6.
218
219commit df4fc8e66daef31fb4d6dba92ad2b590043c2c16
220Author: Gaetan Nadon <memsize@videotron.ca>
221Date:   Thu Feb 11 10:08:07 2010 -0500
222
223    config: move CWARNFLAGS from configure.ac to Makefile.am
224    
225    Compiler warning flags should be explicitly set in the makefile
226    rather than being merged with other packages compiler flags.
227    
228    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
229
230commit 4942d87b8f285b5c297850243f2321fe52417d89
231Author: Gaetan Nadon <memsize@videotron.ca>
232Date:   Thu Nov 26 09:19:54 2009 -0500
233
234    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
235    
236    Now that the INSTALL file is generated.
237    Allows running make maintainer-clean.
238
239commit f3b063653c915f8cf14c255ce155f9c3dcd7de5e
240Author: Gaetan Nadon <memsize@videotron.ca>
241Date:   Wed Oct 28 14:09:08 2009 -0400
242
243    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
244    
245    Add missing INSTALL file. Use standard GNU file on building tarball
246    README may have been updated
247    Remove AUTHORS file as it is empty and no content available yet.
248    Remove NEWS file as it is empty and no content available yet.
249
250commit 71409ac8501b5199683609752175d6207b909dd1
251Author: Gaetan Nadon <memsize@videotron.ca>
252Date:   Tue Oct 27 15:07:25 2009 -0400
253
254    Deploy the new XORG_DEFAULT_OPTIONS #24242
255    
256    This macro aggregate a number of existing macros that sets commmon
257    X.Org components configuration options. It shields the configuration file from
258    future changes.
259
260commit 509023d3d1915658768c245faeb4291c7082303b
261Author: Gaetan Nadon <memsize@videotron.ca>
262Date:   Mon Oct 26 22:08:39 2009 -0400
263
264    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
265    
266    ChangeLog filename is known to Automake and requires no further
267    coding in the makefile.
268
269commit db151b864af443a00c7ddb45fb950b86c786b62a
270Author: Gaetan Nadon <memsize@videotron.ca>
271Date:   Thu Oct 22 12:34:15 2009 -0400
272
273    .gitignore: use common defaults with custom section # 24239
274    
275    Using common defaults will reduce errors and maintenance.
276    Only the very small or inexistent custom section need periodic maintenance
277    when the structure of the component changes. Do not edit defaults.
278
279commit c275d500f99c45730a171f072499824d8bbac52f
280Author: Gaetan Nadon <memsize@videotron.ca>
281Date:   Sun Sep 27 16:05:57 2009 -0400
282
283    Makefile.am: do not include autogen.sh in distribution #24183
284    
285    This is a private build script that should not be distributed
286
287commit 945735806c440ca4127e54fe3fd34d53e192a138
288Author: Alan Coopersmith <alan.coopersmith@sun.com>
289Date:   Thu Oct 1 14:54:26 2009 -0700
290
291    Add README with pointers to mailing lists, bugzilla, & git
292    
293    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
294
295commit 77c46f5ed8d96106ff117f89932ada0439193cb6
296Author: Alan Coopersmith <alan.coopersmith@sun.com>
297Date:   Fri Jun 26 21:19:42 2009 -0700
298
299    Remove unused code from dsimple.c
300    
301    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
302
303commit 74003cdc55c5ca091c0804328c3d140b2b38baa4
304Author: Alan Coopersmith <alan.coopersmith@sun.com>
305Date:   Fri Jun 26 21:08:37 2009 -0700
306
307    Remove unused Xprint support
308    
309    BUILD_PRINTSUPPORT has never been defined in autoconf/automake builds,
310    so it hasn't been built since 6.9
311    
312    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
313
314commit 36c17f9c944955968450da73decbbb4def72a115
315Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
316Date:   Thu Jan 22 15:56:40 2009 -0200
317
318    Correct make distcheck.
319
320commit 1ac29d73633d50b37871f60db95de47fad58cd93
321Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
322Date:   Sun Mar 16 18:27:14 2008 -0300
323
324    Compile warning fixes.
325    
326      Ansify functions in dsimple.c.
327      Protect unused variables around the related ifdef.
328
329commit dae232f6b65e06c44d8f2332a9d10f68115d7c79
330Author: Branden Robinson <branden@debian.org>
331Date:   Fri Feb 11 02:14:27 2005 -0500
332
333    Do not spew usage on connection error
334    
335    General philosophy:
336    
337    The user should only be shown a usage message when:
338      * it is asked for with a --help option or the like.
339      * the command line is syntactically invalid.
340
341commit 78779cf48ec892325c4e3a9962f4a96c1c4c4b89
342Author: James Cloos <cloos@jhcloos.com>
343Date:   Thu Dec 6 15:51:08 2007 -0500
344
345    Add missing PHONY line for automatic ChangeLog generation
346
347commit c06da04f53d4f85ff67c73db3a8f24750297f1d7
348Author: Alan Coopersmith <alan.coopersmith@sun.com>
349Date:   Thu Feb 1 13:53:37 2007 -0800
350
351    Version bump: 1.0.2
352
353commit 808126e79c99595e42147413898cf4180869cdcd
354Author: Alan Coopersmith <alan.coopersmith@sun.com>
355Date:   Thu Feb 1 13:53:01 2007 -0800
356
357    Replace static ChangeLog with dist-hook to generate from git log
358
359commit f66e6d2d380457b1f8349eba3621bc3e96359a00
360Author: Alan Coopersmith <alan.coopersmith@sun.com>
361Date:   Thu Feb 1 13:25:32 2007 -0800
362
363    renamed: .cvsignore -> .gitignore
364
365commit e498d20b6de51fcb72899216553125b348103a87
366Author: Alan Coopersmith <alan.coopersmith@sun.com>
367Date:   Thu Feb 1 13:25:01 2007 -0800
368
369    Use __xorgversion__ instead of manually set date in man page .TH line
370
371commit d77488aa710457262bed09302efe8ead9c4e3c8e
372Author: Eric S. Raymond <esr@thyrsus.com>
373Date:   Tue Jan 2 19:16:13 2007 -0800
374
375    Bug 9519: Markup problems in xlsfonts.1x
376    
377    <https://bugs.freedesktop.org/show_bug.cgi?id=9519>
378
379commit a59972fe058d8e45f2550f65cf97b1be74fff833
380Author: Kevin E Martin <kem@kem.org>
381Date:   Wed Dec 21 02:29:52 2005 +0000
382
383    Update package version for X11R7 release.
384
385commit 8cf29f5e347cb3a8d39c82e8987b68860f69bf30
386Author: Adam Jackson <ajax@nwnk.net>
387Date:   Mon Dec 19 16:22:45 2005 +0000
388
389    Stub COPYING files
390
391commit 41a956218a1a6527898141124278a46cd7bbb084
392Author: Kevin E Martin <kem@kem.org>
393Date:   Thu Dec 15 00:24:09 2005 +0000
394
395    Update package version number for final X11R7 release candidate.
396
397commit 21f89da6a5068e9c006b051dcc736a8387805781
398Author: Kevin E Martin <kem@kem.org>
399Date:   Tue Dec 6 22:48:23 2005 +0000
400
401    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
402
403commit 49d2ba57cada2d31438cf7f72ee3aed8e4e61230
404Author: Kevin E Martin <kem@kem.org>
405Date:   Sat Dec 3 05:49:26 2005 +0000
406
407    Update package version number for X11R7 RC3 release.
408
409commit 48b3d44f852d2109656c887b64d29592b1d8d247
410Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
411Date:   Mon Nov 28 22:01:44 2005 +0000
412
413    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
414        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
415
416commit b9a35789740814a127c698153144477966867cb7
417Author: Eric Anholt <anholt@freebsd.org>
418Date:   Mon Nov 21 10:35:02 2005 +0000
419
420    Another pass at .cvsignores for apps.
421
422commit 3cd1203fc8b834d2793b6577a705855c0f35a8b4
423Author: Eric Anholt <anholt@freebsd.org>
424Date:   Sun Nov 20 22:08:54 2005 +0000
425
426    Add/improve .cvsignore files for apps.
427
428commit a959f0c7eeece2e10520c0253fc6b72e8bf96c86
429Author: Kevin E Martin <kem@kem.org>
430Date:   Wed Oct 19 02:47:55 2005 +0000
431
432    Update package version number for RC1 release.
433
434commit b005ec81035d21ecceb436bf95ad10c618110e49
435Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
436Date:   Mon Oct 17 23:56:24 2005 +0000
437
438    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
439        work better with BSD make
440
441commit 01abfc66e7214ecb3e1e6000394ae80433033d86
442Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
443Date:   Fri Oct 14 00:25:46 2005 +0000
444
445    Use sed to fill in variables in man page
446
447commit a14dadced2dc1724a9ca0916c9cb2c0f3c46f6c7
448Author: Kevin E Martin <kem@kem.org>
449Date:   Tue Oct 4 23:57:07 2005 +0000
450
451    Add sgml file to EXTRA_DIST
452
453commit 8c64f857aefde58e1554adaedb61b695d23c7482
454Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
455Date:   Mon Aug 1 20:25:30 2005 +0000
456
457    Install man pages to section 1 instead of section m (Patch from Donnie
458        Berkholz)
459
460commit 4d51bc1a902bfb321e82217ba7327a8d5284b2ee
461Author: Kevin E Martin <kem@kem.org>
462Date:   Fri Jul 29 21:22:36 2005 +0000
463
464    Various changes preparing packages for RC0:
465    - Verify and update package version numbers as needed
466    - Implement versioning scheme
467    - Change bug address to point to bugzilla bug entry form
468    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
469        reenable it)
470    - Fix makedepend to use pkgconfig and pass distcheck
471    - Update build script to build macros first
472    - Update modular Xorg version
473
474commit c1eb6f0ceb21e9a541c560db2daa67952a528de2
475Author: Adam Jackson <ajax@nwnk.net>
476Date:   Wed Jul 20 19:32:02 2005 +0000
477
478    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
479        configure cache, you cache it, and the cached value is probably wrong.
480
481commit 8eab7c1c0df42316eca01fb7038efb2be1667b79
482Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
483Date:   Tue Jul 5 22:51:10 2005 +0000
484
485    Add build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage,
486        xmh, xmore. lib/Xaw/xaw.m4: Add an AM_CONDITIONAL and a shell variable
487        xaw_use_xprint symlink.sh: add some extra files for xgc, xinit,
488        xkbcomp, xlogo, xmb, and xmodmap xc/programs/xmore/xmore.c:
489        Conditionalize use of xprint
490
491commit 105875357c72e58dea0fa50c3746f8f62e2b4243
492Author: Roland Mainz <roland.mainz@nrubsig.org>
493Date:   Mon Jan 3 01:06:35 2005 +0000
494
495    xc/lib/XprintAppUtil/xpapputil.c
496    xc/lib/XprintAppUtil/xpapputil.h
497    xc/lib/XprintUtil/xprintutil.c
498    xc/lib/XprintUtil/xprintutil.h
499    xc/programs/glxgears/glxgears.c
500    xc/programs/xdbedizzy/xdbedizzy.c
501    xc/programs/xedit/Xedit-xprint.ad
502    xc/programs/xedit/commands.c
503    xc/programs/xlogo/print.c
504    xc/programs/xlsfonts/xlsfonts.c
505    xc/programs/xlsfonts/xlsfonts.man
506    xc/programs/xlsfonts/xlsfonts.sgml
507    xc/programs/xman/Xman-xprint.ad
508    xc/programs/xman/handler.c
509    xc/programs/xman/print.c
510    xc/programs/xman/print.h
511    xc/programs/xmore/XMore.ad
512    xc/programs/xmore/print.c
513    xc/programs/xmore/print.h
514    xc/programs/xmore/printdialog.c
515    xc/programs/xmore/printdialog.h
516    xc/programs/xmore/printdialogprivates.h
517    xc/programs/xmore/xmore.c
518    xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
519    xc/programs/xphelloworld/xphelloworld/xphelloworld.c
520    xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
521    xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
522    xc/programs/xphelloworld/xpxthelloworld/xpxthelloworld.c
523    xc/programs/xplsprinters/xplsprinters.c
524    //bugs.freedesktop.org/show_bug.cgi?id=1706) attachment #1615
525        (https://bugs.freedesktop.org/attachment.cgi?id=1615): XprintUtils
526        2004/Q3 update. This adds various new features to the XprintUtils
527        library including support for page resolutions where
528        X_resolution!=Y_resolution, listfonts-mode control and initial
529        framework for the COLORSPACE extension. Patch by Roland Mainz
530        <roland.mainz@nrubsig.org> and Julien Lafon <julien.lafon@gmail.com>.
531
532commit ae8577dff6379de49740660194e5e8d0b33bca58
533Author: Roland Mainz <roland.mainz@nrubsig.org>
534Date:   Fri Oct 8 02:39:41 2004 +0000
535
536    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1557 - Update
537        DocBook SGML+XML manual pages and docmentation and the in-tree copies
538        of the generated files (*.man, *.html) to get them properly working
539        with newer versions of the tools within the Xorg tree.
540
541commit 22ac7ab05c6917dbd36be4ea0429cef2a6e3fa0e
542Author: Roland Mainz <roland.mainz@nrubsig.org>
543Date:   Thu Oct 7 03:53:20 2004 +0000
544
545    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1551 - Convert
546        "xlsfonts" manual page to DocBook format (and document the new
547        functionality introduced with bug #1518).
548
549commit 856414eb1a5a20f379472b9eaa0f114c6c18d806
550Author: Roland Mainz <roland.mainz@nrubsig.org>
551Date:   Wed Oct 6 19:29:59 2004 +0000
552
553    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1518 - Add filter
554        support to "xlsfonts" that it can filter builtin-, glyph- and/or other
555        kinds of printer fonts (controlled by the xp-listfonts-modes attribute
556        as described in the CDE DtPrint and Xprint specifications).
557
558commit 27d3336d79d9915a1b33be561e99bd24c3b474d8
559Author: Egbert Eich <eich@suse.de>
560Date:   Fri Apr 23 19:54:58 2004 +0000
561
562    Merging XORG-CURRENT into trunk
563
564commit 0f7f8ddb0865dadf679b7e1cc468f9ff09a62f75
565Author: Egbert Eich <eich@suse.de>
566Date:   Sun Mar 14 08:35:37 2004 +0000
567
568    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
569
570commit 4da443b33a3738d75fc6923169e1381e1e28240e
571Author: Egbert Eich <eich@suse.de>
572Date:   Wed Mar 3 12:13:14 2004 +0000
573
574    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
575
576commit 5a6a9478b80ebe07a7ff05dd19d464c667349325
577Author: Egbert Eich <eich@suse.de>
578Date:   Thu Feb 26 13:36:26 2004 +0000
579
580    readding XFree86's cvs IDs
581
582commit 244f1d92d673144bd53805609f7f15744bc26c97
583Author: Egbert Eich <eich@suse.de>
584Date:   Thu Feb 26 09:24:14 2004 +0000
585
586    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
587
588commit ef18ebade29f85a228da73a3ad13fe800cb7b62b
589Author: Kaleb Keithley <kaleb@freedesktop.org>
590Date:   Tue Nov 25 19:29:15 2003 +0000
591
592    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
593
594commit 491b5e903ad3091687ae39159aba3e434476f8d4
595Author: Kaleb Keithley <kaleb@freedesktop.org>
596Date:   Fri Nov 14 16:49:23 2003 +0000
597
598    XFree86 4.3.0.1
599
600commit eac4daf4fe3d99cc3a099067a62f791d33b8d2ca
601Author: Kaleb Keithley <kaleb@freedesktop.org>
602Date:   Fri Nov 14 15:54:54 2003 +0000
603
604    R6.6 is the Xorg base-line
605