groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff ChangeLog src/devices/gropdf/gropdf.pl


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog src/devices/gropdf/gropdf.pl
Date: Wed, 13 Jun 2012 06:37:42 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     12/06/13 06:37:41

Modified files:
        .              : ChangeLog 
        src/devices/gropdf: gropdf.pl 

Log message:
        * src/devices/gropdf/gropdf.pl: When using variable page 
        sizes (with \X'papersize ...') ensure final page is correct
        size.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1336&r2=1.1337
http://cvs.savannah.gnu.org/viewcvs/groff/src/devices/gropdf/gropdf.pl?cvsroot=groff&r1=1.6&r2=1.7

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1336
retrieving revision 1.1337
diff -u -b -r1.1336 -r1.1337
--- ChangeLog   24 May 2012 11:38:14 -0000      1.1336
+++ ChangeLog   13 Jun 2012 06:37:40 -0000      1.1337
@@ -1,3 +1,9 @@
+2012-06-13  Deri James  <address@hidden>
+
+       * src/devices/gropdf/gropdf.pl: When using variable page 
+       sizes (with \X'papersize ...') ensure final page is correct
+       size.
+
 2012-05-24  Werner LEMBERG  <address@hidden>
 
        * src/roff/grog/grog.pl (process): Fix .so handling.

Index: src/devices/gropdf/gropdf.pl
===================================================================
RCS file: /cvsroot/groff/groff/src/devices/gropdf/gropdf.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- src/devices/gropdf/gropdf.pl        20 May 2012 13:58:10 -0000      1.6
+++ src/devices/gropdf/gropdf.pl        13 Jun 2012 06:37:41 -0000      1.7
@@ -301,6 +301,7 @@
 
 if ($cpageno > 0)
 {
+    $cpage->address@hidden if $custompaper;
     PutObj($cpageno);
     OutStream($cpageno+1);
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]