From 98381217de56fe6eb891e2b5de9a852c58ca8019 Mon Sep 17 00:00:00 2001 From: wlemb Date: Wed, 2 May 2001 07:09:19 +0000 Subject: Added `brp' request: This is p as a request. * src/roff/troff/env.cc (environment::do_break): Add parameter `spread'. (do_break_request): New function (was `break_request'). (break_request): Calls `do_break_request'. (break_spread_request): New; calls `do_break_request'. (init_env_requests): Updated. * src/roff/troff/env.h: Updated. * NEWS, src/roff/troff/troff.man, man/groff.man: Document it. * VERSION: Increased to 1.17.1. * tmac/an-old.tmac: Fix minor compatibility mode issue. * tmac/troffrc-end: Make it really work in compatibility mode. --- tmac/troffrc-end | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tmac/troffrc-end') diff --git a/tmac/troffrc-end b/tmac/troffrc-end index 631f6b00..f786059d 100644 --- a/tmac/troffrc-end +++ b/tmac/troffrc-end @@ -2,18 +2,18 @@ .\" final startup file for troff .\" this file is parsed after all macro sets have been read .\" -.do if '\*(.T'html' .mso html.tmac -.\" if we are running the postscript device for html images then load -mwww +.do if '\*[.T]'html' .do mso html.tmac +.\" if we are running the postscript device for html images then load www.tmac .\" -.do if r ps4html .mso www.tmac +.do if r ps4html .do mso www.tmac .\" .\" for all other devices blank out these macros .\" -.do if !d HTML-IMAGE-INLINE .ds HTML-IMAGE-INLINE -.do if !d HTML-IMAGE .ds HTML-IMAGE -.do if !d HTML-IMAGE-RIGHT .ds HTML-IMAGE-RIGHT -.do if !d HTML-IMAGE-LEFT .ds HTML-IMAGE-LEFT -.do if !d HTML-IMAGE-END .ds HTML-IMAGE-END -.do if !d HTML-TAG .ds HTML-TAG -.do if !d HTML-DO-IMAGE .ds HTML-DO-IMAGE +.do if !d HTML-IMAGE-INLINE .do ds HTML-IMAGE-INLINE +.do if !d HTML-IMAGE .do ds HTML-IMAGE +.do if !d HTML-IMAGE-RIGHT .do ds HTML-IMAGE-RIGHT +.do if !d HTML-IMAGE-LEFT .do ds HTML-IMAGE-LEFT +.do if !d HTML-IMAGE-END .do ds HTML-IMAGE-END +.do if !d HTML-TAG .do ds HTML-TAG +.do if !d HTML-DO-IMAGE .do ds HTML-DO-IMAGE .\" Don't let blank lines creep in here. -- cgit v1.2.1