summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-07-17 04:55:45 +0000
committerwlemb <wlemb>2002-07-17 04:55:45 +0000
commit2d126da890e3f8a788fb11113e45deeef4aa7c3a (patch)
treeb657edb579025108ffbee66f6f95cf7f695a90e5 /NEWS
parent6ec8cde0582c0a3d31b79b67cbba93ec0a376a3e (diff)
downloadgroff-2d126da890e3f8a788fb11113e45deeef4aa7c3a.tar.gz
* contrib/pic2graph/pic2graph.*: Use convert(1).
* contrib/eqn2graph/eqn2graph.*: Minor fixes. * tmac/groff_trace.man: New file. * tmac/Makefile.sub: Updated. * NEWS: Updated. * src/roff/groff/groff.man: Add some cross references. * src/roff/troff/input.cc (substring_request): Add warnings for string indices out of range. * font/devdvi/generate/ec.map: Fix typo (`(l' -> `/l'). * font/devdvi/*EC: Regenerated. * man/groff_char.man: Updated and extended. * src/roff/troff/input.cc (length_macro): Renamed to... (length_request): This. Move call of `tok.next()' to the very end, otherwise the register value hasn't been updated yet. (init_input_requests): Updated. * src/roff/troff/input.cc (substring_macro): Renamed to... (substring_request): This. (init_input_requests): Updated. * src/roff/troff/request.h: Updated. * src/roff/grog/grog.sh: Fix typo. * win32-diffs: Updated. Handle `papersize' keyword properly in DESC. * src/libs/libgroff/font.cc (font::scan_papersize): Fix argument type. Updated all callers. * src/libs/libgroff/paper.cc: Add four more paper formats used by grolj4. * src/include/paper.h: Updated. * src/devices/grolbp/lbp.cc: Remove unnecessary semicolons. Other minor C syntax fixes. (papersize, paperlength, paperwidth): Renamed to `user_*'. (lbp_printer): Add `papersize', `paperlength', and `paperwidth' members. (lbp_printer::lbp_printer): Pass three arguments. Set paper dimensions properly. (make_printer, main): Updated. (handle_unknown_desc_command): Fix error messages. (main): Handle papersize keyword in DESC properly. * src/devices/grolj4/lj4.cc (paper_size): Renamed to `user_paper_size'. (lbp_printer::lbp_printer): Pass an argument. Set paper_size properly. (handle_unknown_desc_command): Removed. (make_printer, main): Updated. * src/devices/grolj4/grolj4.man: Minor documentation fix. * man/groff_font.man, NEWS: Updated.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 157c1439..62db4a4c 100644
--- a/NEWS
+++ b/NEWS
@@ -211,12 +211,14 @@ o The trace.tmac package now traces calls to `am' also. Additionally, it
o `troff.1' has been split. Differences to UNIX troff are now documented
in the new man page `groff_diff.7'.
-o `groff_mwww.1' has been renamed to `groff_www.1'. The file mwww.tmac
+o `groff_mwww.7' has been renamed to `groff_www.7'. The file mwww.tmac
has been removed.
o `groff_ms.7' has been completely rewritten. It now contains a complete
reference to the ms macros.
+o `groff_trace.7' documents the trace macro package.
+
o Changes in www.tmac:
Note that HTML support is still in alpha change, so it is rather likely
@@ -421,7 +423,7 @@ o A new keyword `papersize' has been added to the DESC file format. Its
. a custom paper size definition like `35c,4i'
See groff_font(5) for more details. This keyword only affects the
- physical dimensions of the output medium; grops and grolbp use it
+ physical dimensions of the output medium; grops, grolj4, and grolbp use it
currently. troff completely ignores it.
VERSION 1.17.2