summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-10-07 09:14:44 +0000
committerwlemb <wlemb>2002-10-07 09:14:44 +0000
commit6b518ebc7930c1594c7987e2c0390cf72c47c806 (patch)
tree41d097d24b8a42764d1d1428ecdc28928814f11c /NEWS
parent0a718093b72d36a306d8954d4df78d507828d023 (diff)
downloadgroff-6b518ebc7930c1594c7987e2c0390cf72c47c806.tar.gz
* tmac/doc-common (Ss): Add final `.ns' (similar to `.Sh') to
suppress additional whitespace after the header. * tmac/doc-ditroff, tmac/doc-nroff (Am): New string to be in sync with NetBSD. * src/preproc/grn/grn.man, tmac/groff_mdoc.man, NEWS: Updated. * tmac/doc-common(doc-volume-operating-system-ateol): New flag. (Dt): Use it to improve language localization (especially Russian and French). * src/preproc/grn/gprint.h (BSPLINE, BEZIER): New macros. * src/preproc/grn/hdb.cc (DBGetType): Parse spline and bezier drawing commands. * src/preproc/grn/hgraph.cc (drawwig): Add parameter to control curve type. Call `picurve' for BSPLINE. (HGPrintElt): Handle BSPLINE. * src/preproc/grn/README: Document it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f913f574..e8de7e96 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,22 @@ Grolbp
o The option -w (--linewidth) has been added (similar to other device
drivers) to set the default line width.
+Grn
+---
+
+o Support for b-spline and Bezier curves has been added.
+
+Groffer
+-------
+
+o New option `--shell' to select the shell under which groffer shall run.
+
+Macro Packages
+--------------
+
+o The string `Am' (producing an ampersand) has been added to mdoc for
+ compatibility with NetBSD.
+
Miscellaneous
-------------