[gs-cvs] rev 7716 - in trunk/gs: doc lib

alexcher at ghostscript.com alexcher at ghostscript.com
Mon Feb 19 19:55:37 PST 2007


Author: alexcher
Date: 2007-02-19 19:55:36 -0800 (Mon, 19 Feb 2007)
New Revision: 7716

Modified:
   trunk/gs/doc/pscet_status.txt
   trunk/gs/lib/gs_init.ps
Log:
Fix CET 29-02 - increment page count after copypage operation.

DIFFERENCES:
No other CET differences, progression in 268-01.ps


Modified: trunk/gs/doc/pscet_status.txt
===================================================================
--- trunk/gs/doc/pscet_status.txt	2007-02-19 20:22:08 UTC (rev 7715)
+++ trunk/gs/doc/pscet_status.txt	2007-02-20 03:55:36 UTC (rev 7716)
@@ -4985,38 +4985,21 @@
 
 29-02-1  OK	Minor differences visually reviewed by RJJ
 
-29-02-2  DIFF	Ghostscript shows "0,0" CPSI and Tek render "1,0" in center
-		of page (large font).
-                assign alex
+29-02-2  OK  	Fixed by rev. 7716. Ghostscript matches Tek and CPSI except
+		that CPSI-based PhotoPrint doesn't implement copypage and skips
+                pages 3 and 4. - Alex
 
-29-02-3  DIFF	Ghostscript shows "0,0" Tek shows "1,0" in center
-		CPSI shows "2,0" (CPSI ignores #copies). Ghostscript is
-		producing the correct number of copies.
-                assign alex
+29-02-3  OK  	See 29-02-2.
 
-29-02-4  DIFF	Ghostscript shows "0,0" Tek shows "1,0" in center
-		CPSI shows "3,0" (CPSI ignores #copies). Ghostscript is
-		producing the correct number of copies.
-                assign alex
+29-02-4  OK  	See 29-02-2.
 
-29-02-5  DIFF	Ghostscript shows "0,0" Tek shows "2,0" in center
-		CPSI shows "4,0" (CPSI ignores #copies). Ghostscript text
-		matches Tek: ( userdict /#copies 1 put copypage )
-                assign alex
+29-02-5  OK  	See 29-02-2.
 
-29-02-6  DIFF	Ghostscript shows "0,0" Tek shows "3,0" in center
-		CPSI shows "4,0" (CPSI ignores #copies). Ghostscript page
-		similar to Tek == rotated by -15 degrees.
-                assign alex
+29-02-6  OK     See 29-02-2.
 
-29-02-7  DIFF	Ghostscript shows "0,0" Tek shows "4,0" in center
-		Ghostscript page similar to Tek == rotated by -15 degrees.
-		cpsi/29-02-7  missing (CPSI ignored #copies on page 2).
-                assign alex
+29-02-7  OK  	See 29-02-2.
 
-29-02-8  DIFF	Ghostscript shows "1,2" Tek shows "5,2" in center
-		cpsi/29-02-8  missing (CPSI ignored #copies on page 2).
-                assign alex
+29-02-8  OK  	See 29-02-2.
 
 29-03-1  DIFF	Device Dependent. Too many InputAttributed. Analyzed by Igor. assign: Ray.
 

Modified: trunk/gs/lib/gs_init.ps
===================================================================
--- trunk/gs/lib/gs_init.ps	2007-02-19 20:22:08 UTC (rev 7715)
+++ trunk/gs/lib/gs_init.ps	2007-02-20 03:55:36 UTC (rev 7716)
@@ -371,7 +371,7 @@
 % In LanguageLevel 3, copypage erases the page.
 /copypage {
 	.languagelevel 3 ge
-	dup { 0 } { 1 } ifelse .endpage {
+	dup { 0 } { 1 } ifelse .endpage .doneshowpage {
 	  .currentnumcopies 1 index .outputpage
 	  (>>copypage, press <return> to continue<<\n) .confirm
 	  dup { erasepage } if



More information about the gs-cvs mailing list