summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-10-13 19:53:45 +0000
committerwlemb <wlemb>2003-10-13 19:53:45 +0000
commitd6c521978249065d83f7e6ac9a933560a38e0973 (patch)
tree6b0521ea39875fadf89fe5bec465cd91d0ee332b /NEWS
parent0826c033b6b1e930d69171cd54ecd27da02d0427 (diff)
downloadgroff-d6c521978249065d83f7e6ac9a933560a38e0973.tar.gz
* src/roff/groff/groff.cpp (help), src/devices/grops/ps.cpp (usage),
src/roff/troff/input.cc (usage): Updated. * NEWS, doc/groff.texinfo: Updated. * src/libs/libgroff/searchpath.cpp (search_path::open_file_cautious): New function which also handles `-' as stdin and stdout depending on the access mode. * src/include/searchpath.h (search_path): Updated. * src/devices/grops/ps.cpp (main): Handle new `-I' switch. * src/devices/grops/ps.h: Include `searchpath.h'. * src/devices/grops/psrm.cpp (resource_manager::supply_resource): Open resource file with `include_search_path.open_file_cautious'. * src/devices/grops/grops.man: Document new `-I' switch. * src/devices/grodvi/dvi.cpp (main), src/devices/grolbp/lbp.cpp (main), src/devices/grolj4/lj4.cpp (main), src/devices/grotty/tty.cpp (main): Ignore new `-I' switch. * src/preproc/soelim/soelim.cpp (include_list_length, include_list): Replaced with... (include_search_path): New global variable. (include_path_append): Removed. (main): Use `include_search_path.command_line_dir' to handle `-I'. (do_file): Simplify, using new `include_search_path.open_file_cautious'. * src/roff/groff/groff.cpp (print_commands): Accept file handle as parameter. (main): Pass arguments to `-I' to both troff and devices. Improve handling of `-V'. * src/roff/groff/groff.man: Document changes to -I and -V. * src/roff/troff/input.cpp (include_search_path): New global variable. (next_file, source, ps_bbox_request, transparent_file, process_input_file): Use new `include_search_path.open_file_cautious'. (main) Handle `-I' switch. * src/roff/troff/node.cpp (troff_output_file::really_copy_file): Use new `include_search_path.open_file_cautious'. * src/roff/troff/node.h: New extern symbol `include_search_path'. * src/roff/troff/troff.man: Document new `-I' switch.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 785d9f07..0b008abd 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,17 @@ described. There are more details in the man and info pages.
VERSION 1.19.1
==============
+Groff
+-----
+
+o The argument of the command line option `-I' is now also passed to troff
+ and grops, specifying a directory to search for files on the command line,
+ files named in `so' and `psbb' requests, and files named in \X'ps: file'
+ and \X'ps: import' escapes.
+
+o If option `-V' is used more than once, the commands will be both printed
+ on standard error and run.
+
Troff
-----
@@ -15,6 +26,10 @@ o For completeness, two new requests have been added: `dei1' and `ami1'.
They are equivalent to `dei' and `ami', respectively, but the macros
are executed with compatibility mode off (similar to `de1' and `am1').
+o New command line option `-I' to specify a directory for files (both
+ those on the command line and those named in `psbb' requests. This is
+ also handled by the groff wrapper program.
+
Pic
___
@@ -38,6 +53,14 @@ Grohtml
o New option `-j' to emit output splitted into multiple files.
+
+Grops
+-----
+
+o New command line option `-I' to specify a directory to search for files
+ on the command line and files named in \X'ps: import' and \X'ps: file'
+ escapes. This is also handled by the groff wrapper program.
+
Macro Packages
--------------