summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Marshall <keithmarshall@users.sourceforge.net>2014-10-14 13:00:49 +0100
committerKeith Marshall <keithmarshall@users.sourceforge.net>2014-10-14 13:00:49 +0100
commitace5315015af12e4248ac58bc483dad6c5211d0b (patch)
tree88fc617670c7e616e10b8aa465132f83d324d099
parente65af0ad9d9e2d8c412d1c760779688ae90720a6 (diff)
downloadgroff-git-ace5315015af12e4248ac58bc483dad6c5211d0b.tar.gz
Minor update to NEWS for pdfroff.
* NEWS (pdfroff): Note use of PHASE register, and not pdf:href.map, to choose when to emit toc_relocation control record.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS7
2 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c441b51c9..19aa0b90b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-10-14 Keith Marshall <keith.d.marshall@ntlworld.com>
+
+ Minor update to NEWS for pdfroff.
+
+ * NEWS (pdfroff): Note use of PHASE register, and not pdf:href.map,
+ to choose when to emit toc_relocation control record.
+
2014-10-13 Keith Marshall <keith.d.marshall@ntlworld.com>
For pdfroff, deduce "--no-toc-relocation" from input stream.
diff --git a/NEWS b/NEWS
index 2c758d55f..cc615f0e8 100644
--- a/NEWS
+++ b/NEWS
@@ -57,11 +57,12 @@ 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
+ .if !\n[PHASE] .tm pdfroff-option:set toc_relocation=enabled
- is invoked during input file processing; (`.if !dpdf:href.map ...' ensures
+ is invoked during input file processing; (`.if !\n[PHASE] ...' ensures
that the effect of the `.tm' request is restricted to the document setup
- phase of processing, when `-mpdfmark' is active).
+ phase of processing, as pdfroff sets it to 1 or 2 in the output phase,
+ but leaves it unset in the setup phase).
The bundled spdf.tmac macro package, which implicitly activates `-mpdfmark'
for `ms' macro users, ensures that TOC relocation is appropriately enabled,