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 <[email protected]>
+
+ * src/devices/gropdf/gropdf.pl: When using variable page
+ sizes (with \X'papersize ...') ensure final page is correct
+ size.
+
2012-05-24 Werner LEMBERG <[email protected]>
* 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->{MediaBox}=\@mediabox if $custompaper;
PutObj($cpageno);
OutStream($cpageno+1);
}
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit