diff options
author | wlemb <wlemb> | 2002-07-17 04:55:45 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2002-07-17 04:55:45 +0000 |
commit | 2d126da890e3f8a788fb11113e45deeef4aa7c3a (patch) | |
tree | b657edb579025108ffbee66f6f95cf7f695a90e5 /NEWS | |
parent | 6ec8cde0582c0a3d31b79b67cbba93ec0a376a3e (diff) | |
download | groff-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-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |