summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-07-24 14:59:10 +0000
committerwlemb <wlemb>2002-07-24 14:59:10 +0000
commit698187dfdee532777b35f47f989098505f726858 (patch)
tree10d34c55f8429dab568d78552a6bb6576b2ebf58 /NEWS
parenta882980999fcf76abbbad889c8404403b7ba24f1 (diff)
downloadgroff-698187dfdee532777b35f47f989098505f726858.tar.gz
* doc/groff.texinfo: Document `papersize' keyword.
* NEWS, man/groff_font.man: Updated. Extend papersize keyword to accept more than a single entry. The first valid will be used. * src/libs/libgroff/font.cc (font::load_desc): Implement it. (font::scan_papersize): Really skip final newline. * src/preproc/html/pre-html.cc (get_papersize): Ditto.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 160c5382..65d2f286 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
This file describes recent user-visible changes in groff. Bug fixes are not
described. There are more details in the man and info pages.
+VERSION 1.18.1
+==============
+
+Miscellaneous
+-------------
+
+The `papersize' keyword in the DESC file now accepts multiple arguments.
+It is scanned from left to the right, and the first valid argument is used.
+This makes it possible to provide a fallback paper size.
+
+Example:
+
+ papersize /etc/papersize a4
+
+
VERSION 1.18
============