From f8d2493b49855a13eaaf8c753ec0ab096024de9f Mon Sep 17 00:00:00 2001 From: wl Date: Fri, 11 Aug 2006 10:27:54 +0000 Subject: Add new flag to .cflags to enable hyphenation without looking at hcode values. * src/roff/troff/charinfo.h (charinfo): New enumeration value `IGNORE_HCODES'. New member function `ignore_hcodes'. * src/roff/troff/node.cpp (break_char_node::add_self, node::add_char): Updated. * doc/groff.texinfo, man/groff_diff.man, NEWS: Document it. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 72edcf42..4dee4ff7 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,11 @@ o A new request `fzoom' has been added to adjust the optical size of a The new number register `.zoom' holds the zoom value of the current font, in multiples of 1/1000th. +o The `cflags' request has been extended with a new flag value 64, to be + used in combination with values 2 (break before character) and 4 (break + after character). If set, the hyphenation codes of the surrounding + characters are ignored. + Pic --- -- cgit v1.2.1