plug-ins/print/README plug-ins/print/RELNOTES Version 3.0.4

2000-11-27  Michael Natterer  <mitch@gimp.org>

	* plug-ins/print/README
	* plug-ins/print/RELNOTES
	* plug-ins/print/print-pcl.c: Version 3.0.4
This commit is contained in:
Michael Natterer 2000-11-27 13:08:31 +00:00 committed by Michael Natterer
parent 46b740cc74
commit c71be31db2
4 changed files with 58 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2000-11-27 Michael Natterer <mitch@gimp.org>
* plug-ins/print/README
* plug-ins/print/RELNOTES
* plug-ins/print/print-pcl.c: Version 3.0.4
2000-11-27 Austin Donnelly <austin@gimp.org>
* plug-ins/ifscompose/ifscompose.c

View File

@ -1,4 +1,4 @@
This is Gimp-Print version 4.0.2, a stable release in the 4.0 line.
This is Gimp-Print version 4.0.3, a stable release in the 4.0 line.
Gimp-print is the print facility for the Gimp, and in addition a suite
of drivers that may be used with common UNIX spooling systems using
GhostScript or CUPS. These drivers provide printing quality for

View File

@ -1,4 +1,4 @@
This is gimp-print version 4.0.2, a stable release in the 4.0 line.
This is gimp-print version 4.0.3, a stable release in the 4.0 line.
This software includes the Print plug-in for the Gimp (1.0, 1.1, and
1.2), and GhostScript and CUPS drivers. The support for printers in
@ -7,6 +7,20 @@ the Print plugin -- they use the identical code base. Please read
Ghost/README and CUPS/README.txt for more information on this.
Gimp-Print 4.0.3 contains the following fixes over Gimp-Print 4.0.2:
1) The fix to the GhostScript driver in 4.0.2 broke the handling of
printer-specific variables. This is now fixed.
2) The documentation in Ghost/README contains more information on the
color settings.
3) The HP DeskJet 1200C should now operate correctly in color mode.
4) The CUPS utility named 'calibrate' has been renamed
'cups-calibrate' because of name collisions on some systems.
Gimp-Print 4.0.2 contains the following fixes over Gimp-Print 4.0.1:
1) The GhostScript driver (used either alone or with foomatic) now

View File

@ -756,8 +756,43 @@ static pcl_cap_t pcl_model_capabilities[] =
-1,
},
},
/* Deskjet 1200C, 1600C */
/* Deskjet 1200C */
{ 1200,
17 * 72 / 2, 14 * 72,
PCL_RES_150_150 | PCL_RES_300_300,
12, 12, 18, 18,
PCL_COLOR_CMY,
PCL_PRINTER_DJ | PCL_PRINTER_NEW_ERG | PCL_PRINTER_TIFF | PCL_PRINTER_MEDIATYPE |
PCL_PRINTER_CUSTOM_SIZE,
{
/* This printer is not mentioned in the Comparison tables,
so I'll just pick some likely sizes... */
PCL_PAPERSIZE_EXECUTIVE,
PCL_PAPERSIZE_LETTER,
PCL_PAPERSIZE_LEGAL,
PCL_PAPERSIZE_A5,
PCL_PAPERSIZE_A4,
PCL_PAPERSIZE_4x6,
PCL_PAPERSIZE_5x8,
-1,
},
{
PCL_PAPERTYPE_PLAIN,
PCL_PAPERTYPE_BOND,
PCL_PAPERTYPE_PREMIUM,
PCL_PAPERTYPE_GLOSSY,
PCL_PAPERTYPE_TRANS,
-1,
},
{
PCL_PAPERSOURCE_STANDARD,
PCL_PAPERSOURCE_MANUAL,
PCL_PAPERSOURCE_DJ_TRAY,
-1,
},
},
/* Deskjet 1600C */
{ 1600,
17 * 72 / 2, 14 * 72,
PCL_RES_150_150 | PCL_RES_300_300,
12, 12, 18, 18,