summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDeri James <deri@chuzzlewit.myzen.co.uk>2022-11-16 22:02:49 +0000
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-11-17 14:09:58 -0600
commit3e1c246e22746ce59106c70b2912e9f3472116cc (patch)
tree08fcfefc1d3fe5fe29af415ae5b0edeb0bac9161 /ChangeLog
parent0ce521b5fce66f8065f1b7d0dc721fd44d8ae40b (diff)
downloadgroff-git-3e1c246e22746ce59106c70b2912e9f3472116cc.tar.gz
[gropdf]: Rotate MediaBox if '-p' arg L-suffixed.
* src/devices/gropdf/gropdf.pl: If the argument to the paper format option '-p' matches a recognized format but includes a trailing 'L' or 'l' ("legalL" or "a4l", for example), rotate the document's MediaBox.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c0723d17..2d5fe68ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2022-11-16 Deri James <deri@chuzzlewit.myzen.co.uk>
+ * src/devices/gropdf/gropdf.pl: If the argument to the paper
+ format option '-p' matches a recognized format but includes a
+ trailing 'L' or 'l' ("legalL" or "a4l", for example), rotate the
+ document's MediaBox.
+
+2022-11-16 Deri James <deri@chuzzlewit.myzen.co.uk>
+
* src/devices/gropdf/gropdf.pl: Fix incorrect hotspot placement
if page is in landscape orientation.
(FixRect): Perform coordinate transform if page is rotated.