diff options
author | wl <wl> | 2013-01-04 07:28:40 +0000 |
---|---|---|
committer | wl <wl> | 2013-01-04 07:28:40 +0000 |
commit | 64187a029f928012b61d20b7c1d26ea7519ed653 (patch) | |
tree | 00ffdf7774e6d34dd4ae8c91ea23902f46d00c32 /ChangeLog | |
parent | aca061e723e26d1815536c69e5691818aea260c7 (diff) | |
download | groff-64187a029f928012b61d20b7c1d26ea7519ed653.tar.gz |
[gropdf] Various minor fixes.
* src/devices/gropdf/gropdf (do_x) <'X'> <'pdfpic'>: Using
\X'pdf: pdfpic'
with a zero width now works correctly.
(LoadPDF): Scale width in proportion to given height.
(do_s): In some circumstances a font size change is emitted before
current font is established. Fix handles this situation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2013-01-02 Deri James <deri@chuzzlewit.myzen.co.uk> + + [gropdf] Various minor fixes. + + * src/devices/gropdf/gropdf (do_x) <'X'> <'pdfpic'>: Using + + \X'pdf: pdfpic' + + with a zero width now works correctly. + + (LoadPDF): Scale width in proportion to given height. + + (do_s): In some circumstances a font size change is emitted before + current font is established. Fix handles this situation. + 2012-12-30 Werner LEMBERG <wl@gnu.org> Version 1.22.1 released |