summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwl <wl>2013-07-31 20:19:56 +0000
committerwl <wl>2013-07-31 20:19:56 +0000
commit71c84038822aae6954f01a7804d5aa8cca8af7bb (patch)
tree8b789e69ef9a6942d1f13daceb73e7577c3e2dda /ChangeLog
parent0c50ce0ddd75f5c7dc6c53e02c69e84fa90a2814 (diff)
downloadgroff-71c84038822aae6954f01a7804d5aa8cca8af7bb.tar.gz
Fix overprinting issue with Acrobat reader.
Problem reported by Heinz-Jürgen Oertel <hj.oertel@t-online.de>. * src/devices/gropdf/gropdf.pl (do_t, FindChar): Use ascii octal notation (i.e., \015) when outputting characters with value < 32. This fixes a bug which affected acroread when control-M (cr) was embedded in a text string.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba594e94..4f54702d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2013-07-31 Deri James <deri@chuzzlewit.myzen.co.uk>
+
+ Fix overprinting issue with Acrobat reader.
+
+ Problem reported by Heinz-Jürgen Oertel <hj.oertel@t-online.de>.
+
+ * src/devices/gropdf/gropdf.pl (do_t, FindChar): Use ascii octal
+ notation (i.e., \015) when outputting characters with value < 32.
+ This fixes a bug which affected acroread when control-M (cr) was
+ embedded in a text string.
+
2013-07-16 Werner LEMBERG <wl@gnu.org>
* tmac/fallbacks.tmac: Make it work in compatibility mode.