keithmarshall pushed a commit to branch master in repository groff. commit 04fd212e6405d73da8bca85f91f841158985a639 Author: Keith Marshall <keithmarsh...@users.sourceforge.net> Date: Mon Oct 13 11:39:02 2014 +0100
[pdfroff] Deduce "--no-toc-relocation" from input stream. * NEWS: Add notification; document the effect of changes, as recorded in contrib/pdfmark/ChangeLog. --- ChangeLog | 7 +++++++ NEWS | 17 +++++++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 36b3805..c441b51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-10-13 Keith Marshall <keith.d.marsh...@ntlworld.com> + + For pdfroff, deduce "--no-toc-relocation" from input stream. + + * NEWS: Add notification; document the effect of changes, as recorded + in contrib/pdfmark/ChangeLog. + 2014-10-12 Ingo Schwarze <schwa...@openbsd.org> [mdoc] Support `Mdocdate' CVS keyword substitution. diff --git a/NEWS b/NEWS index bb33ae5..2c758d5 100644 --- a/NEWS +++ b/NEWS @@ -51,6 +51,23 @@ o Another preprocessor from Bernd Warken to pretty-print Pinyin syllables like `guo2wang2' as `guówáng'. +Pdfroff +------- + +o The pdfroff utility script now activates its `--no-toc-relocation' option + by default, unless a request similar to: + + .if !dpdf:href.map .tm pdfroff-option:set toc_relocation=enabled + + is invoked during input file processing; (`.if !dpdf:href.map ...' ensures + that the effect of the `.tm' request is restricted to the document setup + phase of processing, when `-mpdfmark' is active). + + The bundled spdf.tmac macro package, which implicitly activates `-mpdfmark' + for `ms' macro users, ensures that TOC relocation is appropriately enabled, + when the `.TC' macro is invoked. + + Macro Packages -------------- _______________________________________________ Groff-commit mailing list Groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit