Michael Smith [Tue, 10 May 2005 11:45:24 +0000 (11:45 +0000)]
make funcsynopsis.decoration=1 have effect for nontabular K&R
output (closes bug # 1198960)
::PROBLEM
If you set the funcsynopsis.decoration param to 1 and generate
notablular K&R output for a functionsynopsis, the parameters in
the function argument synopsis are not styled (italicized) as
they are for K&R tabular output.
::FIX
Changed K&R nontabular logic to base styling for function
argument synopsis on value of funcsynopsis.decoration.
Michael Smith [Tue, 10 May 2005 04:54:22 +0000 (04:54 +0000)]
Strip whitespace in Manvolnum; closes bug #959805
(thanks to Jens Elkner for reporting the problem)
::PROBLEM:
Whitespace is preserved in output for Manvolnum. Among other
things, this results in garbled filenames for man pages
generated from the manpages stylesheets.
::CAUSE
Manvolnum was not included in the master list of "strip space"
elements.
::FIX
Added Manvolnum to master list of "strip space" elements.
Michael Smith [Mon, 9 May 2005 08:41:52 +0000 (08:41 +0000)]
::Problem:
PAGE UP, PAGE DOWN, and HOME keyboard shortcuts not longer work
as expected
::Cause:
Shortcuts were replaced with letter-key shortcuts (N, P, H).
::Fix:
Restored PAGE UP, PAGE DOWN, and HOME shortcuts by appending
those keys to the list of valid shortcuts. Now, both those and
the letter-key shortcuts are available. Also, added RIGHT ARROW,
LEFT ARROW, and UP ARROW shortcuts. The complete list of
shortcuts is now:
* forward = n, N, SPACE, ENTER, RETURN, PAGE UP, RIGHT ARROW
* backward = p, P, BACKSPACE, PAGE DOWN, LEFT ARROW
* up = u, U, UP ARROW
* home = h, H, HOME
* toc = t, T
(Closes bug #1196429; thanks to Roland Huss for reporting the
problem)
Michael Smith [Mon, 9 May 2005 05:39:14 +0000 (05:39 +0000)]
Problem:
Invalid HTML generated for manually created Indexes that lack
Indexdivs.
Cause:
The indexentry template assumes a dl wrapper has been generated,
but the dl wrapper gets generated only if an Indexdiv exists.
Fix:
For Indexes that lack Indexdiv, generate a dl wrapper before
processing Indexentries (closes bug ##1196670; thanks to Petr
Pajas for reporting the problem).
Affects:
HTML output for manually created Indexes; has no effect on
processing of automatically generated Indexes.
Michael Smith [Wed, 4 May 2005 22:31:54 +0000 (22:31 +0000)]
remove/replace generation of <a name="{$id}"> instances; some were
removed because they were redundant and were causing invalid
duplicate ID values to be generated; others were replaced by
moving the ID and value to the parent (closes bug #1069140; thanks
to Emma Jane Hogbin for reporting the problem)
Michael Smith [Wed, 4 May 2005 20:17:12 +0000 (20:17 +0000)]
escape single quotation marks in ToC for titles and titleabbrev in
foilgroup and foil (closes bug #1194308; thanks to Tomas Hajek for
reporting the bug)
Michael Smith [Wed, 27 Apr 2005 19:17:43 +0000 (19:17 +0000)]
putting under version control so that others don't necessarily
need to run flatten to generate it; can always be re-generated by
doing "make maintainer-clean" and then "make"
Michael Smith [Mon, 25 Apr 2005 19:49:42 +0000 (19:49 +0000)]
be more flexible about specifying stuff that should be packaged
separately (e.g., doc and demo) + add global executables
(install.sh, test.sh, uninstall.sh)