(https://bugs.freedesktop.org/attachment.cgi?id=1474): Fix Postscript
DDX's 1bit StaticGray visual to report only 1bit of significant bits in
color specification (instead of 8bits). Patch by Julien Lafon
<julien.lafon@gmail.com>
//freedesktop.org/bugzilla/show_bug.cgi?id=1629) attachment #1107
(https://bugs.freedesktop.org/attachment.cgi?id=1107): Fix crash on
AMD64, regression caused by bug
1496 ("Xorg Xprt does not support "*xp-listfonts-mode:
xp-list-internal-printer-fonts" to toggle the usage of printer-builtin
fonts").
xc/programs/Xserver/Xprint/pcl/PclInit.c
//freedesktop.org/bugzilla/show_bug.cgi?id=1496) attachment #998
(https://bugs.freedesktop.org/attachment.cgi?id=998): Fixed Xprt font
handling which did not support "*xp-listfonts-modes:
xp-list-internal-printer-fonts" or "*xp-listfonts-modes:
xp-list-glyph-fonts" to toggle the usage of printer-builtin and glyph
fonts in XListFonts*(), XLoad*Font(), etc. Additionally the Xprint DDX
now explicitly list "xp-listfonts-modes" in
"document-attributes-supported" (for document-level) or
"xp-page-attributes-supported" (for page-level) when the DDX implements
this feature (as described in the CDE DtPrint and Xprint
specifications).
xc/programs/Xserver/Xprint/ps/Ps.h
xc/programs/Xserver/Xprint/ps/PsArea.c
xc/programs/Xserver/Xprint/ps/PsColor.c
xc/programs/Xserver/Xprint/ps/PsInit.c
xc/programs/Xserver/Xprint/ps/psout.c
//freedesktop.org/bugzilla/show_bug.cgi?id=1299) attachment #1001
(https://bugs.freedesktop.org/attachment.cgi?id=1001): Add more visuals
to the Postscript DDX (8bit GrayScale/StaticGray,
1bit StaticGray and the basic infratructure for "deep" visuals with more
than 8bits per RGB gun). Patch by Roland Mainz
<roland.mainz@nrubsig.org>.