summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwl <wl>2009-09-08 07:16:53 +0000
committerwl <wl>2009-09-08 07:16:53 +0000
commited9e6dd02683c17ca325f645bb9db74c93304014 (patch)
treecdc3eee74f579efb3992e1a52b2b56a3a3cd16fa /ChangeLog
parent88563e645a8ab2d41b0b14fb4141d341f70eeb9a (diff)
downloadgroff-ed9e6dd02683c17ca325f645bb9db74c93304014.tar.gz
[troff]: Fix hyphenation problem with kerned letters.
Problem reported by Steve Izma <sizma@golden.net>. * src/roff/troff/node.cpp (kern_pair_node::add_discretionary_hyphen): Compute `tf' using the first node, `n1'. `n2' might be another kerning node, and the `get_tfont' member function isn't defined then.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e32f383b..f42b16b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-09-08 Werner LEMBERG <wl@gnu.org>
+
+ [troff]: Fix hyphenation problem with kerned letters.
+ Problem reported by Steve Izma <sizma@golden.net>.
+
+ * src/roff/troff/node.cpp
+ (kern_pair_node::add_discretionary_hyphen): Compute `tf' using the
+ first node, `n1'. `n2' might be another kerning node, and the
+ `get_tfont' member function isn't defined then.
+
2009-09-01 Michael Cain <mcain6925@comcast.net>
[pic] Fix a border case for arc computation.