From c71be31db29ccfd1d05ffa80ea7e67781a79198e Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 27 Nov 2000 13:08:31 +0000 Subject: [PATCH] plug-ins/print/README plug-ins/print/RELNOTES Version 3.0.4 2000-11-27 Michael Natterer * plug-ins/print/README * plug-ins/print/RELNOTES * plug-ins/print/print-pcl.c: Version 3.0.4 --- ChangeLog | 6 ++++++ plug-ins/print/README | 2 +- plug-ins/print/RELNOTES | 16 +++++++++++++++- plug-ins/print/print-pcl.c | 37 ++++++++++++++++++++++++++++++++++++- 4 files changed, 58 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4a9ac6dcda..1b4e059e81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-11-27 Michael Natterer + + * plug-ins/print/README + * plug-ins/print/RELNOTES + * plug-ins/print/print-pcl.c: Version 3.0.4 + 2000-11-27 Austin Donnelly * plug-ins/ifscompose/ifscompose.c diff --git a/plug-ins/print/README b/plug-ins/print/README index ef1d40af3c..853ce273a3 100644 --- a/plug-ins/print/README +++ b/plug-ins/print/README @@ -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 diff --git a/plug-ins/print/RELNOTES b/plug-ins/print/RELNOTES index 7d2406aaa0..2102228c38 100644 --- a/plug-ins/print/RELNOTES +++ b/plug-ins/print/RELNOTES @@ -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 diff --git a/plug-ins/print/print-pcl.c b/plug-ins/print/print-pcl.c index d8f5d4056a..32d86f16f4 100644 --- a/plug-ins/print/print-pcl.c +++ b/plug-ins/print/print-pcl.c @@ -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,