* src/roff/troff/node.h (unbreakable_space_node, hmotion_node,
commit93114c78224feadf21d602222db1312ab289f571
authorWerner LEMBERG <wl@gnu.org>
Thu, 8 Feb 2001 08:41:36 +0000 (8 08:41 +0000)
committerWerner LEMBERG <wl@gnu.org>
Thu, 8 Feb 2001 08:41:36 +0000 (8 08:41 +0000)
tree0f1bc28b99a39da06605a80ad3e19d77e481ad02
parentf68a57e167d23f254bf6b030f5497759d21c70ac
* src/roff/troff/node.h (unbreakable_space_node, hmotion_node,
space_char_hmotion_node, overstrike_node): Add `get_hyphen_list()'
and `add_self()' methods to avoid hyphenation.  For example, the
hyphen list for `foo00bar' was `foobar', causing insertion of a
soft hyphen after `foo'.  Now the hyphen list is correctly
`foo<ignore><ignore>bar'.
ChangeLog
src/roff/troff/env.cc
src/roff/troff/node.cc
src/roff/troff/node.h