summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-11-23 14:29:52 +0000
committerwlemb <wlemb>2000-11-23 14:29:52 +0000
commit210598e7ae796d01bada53ecd6121d0dcdbc7e70 (patch)
tree29a7d65323cc95c009f37644de5dc780afa1259d /NEWS
parent1046f4b81acf3cf2b917b4409c373fe6278fc6be (diff)
downloadgroff-210598e7ae796d01bada53ecd6121d0dcdbc7e70.tar.gz
* NEWS: Fixes.
* src/preproc/eqn/main.cc (main): Use `config_macro_path' for -M option. * src/roff/troff/input.cc (main): Add `config_macro_path' and `safer_macro_path' to -M option. * src/roff/troff/troff.man: Fixes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e5e1011f..07e8d9b8 100644
--- a/NEWS
+++ b/NEWS
@@ -79,13 +79,16 @@ For security reasons the following changes have been done:
must be used.
. Files specified with the .mso request or given with the `-m' command
- line option, hyphenation patterns loaded with `.hpf', and the start-up
- files troff-rc and troffrc-end (resp. eqnrc for eqn) are no longer
+ line option, and hyphenation patterns loaded with `.hpf' are no longer
searched in the current directory by default (besides the usual tmac
- path). Instead, the home directory is used. To add the current
+ path). Instead, the home directory is used. To add the current
directory, either use the `-U' or `-M' command line option or set the
GROFF_TMAC_PATH environment variable to an appropriate value.
+ . troffrc, troffrc-end, and eqnrc are neither searched in the current nor
+ in the home directory (even if -U is given). Use -M or GROFF_TMAC_PATH
+ to change that.
+
. Similarly, the current directory is no longer part of the font path.
Use the `-F' command line option or the GROFF_FONT_PATH environment
variable if you really need the current directory.