summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwl <wl>2006-08-11 10:27:54 +0000
committerwl <wl>2006-08-11 10:27:54 +0000
commitf8d2493b49855a13eaaf8c753ec0ab096024de9f (patch)
tree6e30df1b07ac7bc85d23b96b3fa11f8e2d295305 /NEWS
parentcb99f46031984301844540ab3453da4e864756c4 (diff)
downloadgroff-f8d2493b49855a13eaaf8c753ec0ab096024de9f.tar.gz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
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
---