| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
do_cmd_unspecified(): New functions to reflect previously unused markup.
do_cmd_file(): Simplified generated markup to only make use of the
existing stylesheet.
do_cmd_makevar(): Make the markup more stylesheet-friendly.
|
|
|
|
| |
tableii & friends markup family.
|
| |
|
| |
|
|
|
|
|
| |
Added support for optional parameter explaining the change
that was made in the specified version.
|
|
|
|
|
|
|
|
|
|
|
| |
get_rfc_url(): New function; returns the URL for a numbered IETF RFC.
do_cmd_rfc(): Use get_rfc_url() instead of hard-coding in the HTML
formatting.
do_cmd_seerfc(): New function.
do_env_definitions(): Small change to avoid "local".
|
| |
|
|
|
|
|
| |
do_env_cfuncdesc(): Support the "null" value for the refcounts field
in refcounts.dat.
|
|
|
|
| |
of \dataline.
|
| |
|
|
|
|
|
|
|
|
| |
do_cmd_citetitle(): New function. Extracts one optional and one
required parameter. If the optional one is
provided, it is used a URL (or relative URL) and
the text of the required parameter is turned into
a hyperlink.
|
|
|
|
| |
attribute; stick the CLASS on an existing element.
|
| |
|
| |
|
|
|
|
|
| |
This reflects the changes made in
../texinputs/python.sty.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
l2hinit.perl version of the function (which
overrode a version in latex2html), but
do_cmd_index() was overridden. Since
do_cmd_index() was the only caller, we can trash
this.
define_indexing_macro(): New function used during setup to support
more dynamic dispatch for indexing.
process_index_macros(): New function; implement dynamic dispatching
of indexing support functions, allowing many
targets used in indexing to be shared by
multiple index entries. I.e., something like
\index{foo}\bifuncindex{bar} can now share a
single target anchor.
These indexing changes reduce the amount of clutter in the generated
HTML files. In the reference manual, this cuts the number of targets
by 44%. Targets are less affected when generated by environments
rather than macros.
|
| |
|
|
|
|
|
|
| |
makes the alignment work on Navigator as
well as IE. Uglier HTML, but it looks
right.
|
|
|
|
| |
to debug. Small code cleanup around tables.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fixes a rendering problem on IE5.
General adjustments to the table* environments, including using
<thead> and <tbody>. Attempt to adjust the vertical alignment of the
table cells so that the baseline of the first cell matches the
baseline of the remaining cells: When the first cell is small and the
second cell of the same row is multi-line, the first cell was
vertically centered by default. Specifying valign=baseline fixes the
problem on IE, but Netscape seems to ignore both valign=top and
valign=baseline (even though valign is NS's fault!). Make the
horizontal alignment of 'p' columns left instead of center (for the
headings).
|
|
|
|
| |
(some text was only intended for the index).
|
|
|
|
| |
references were being omitted from the general index.)
|
|
|
|
|
| |
beginning of chapters. Known problem reported by Barry Scott
<barry@scottb.demon.co.uk>.
|
|
|
|
|
|
| |
style sheet.
Small nits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sites.
do_cmd_ignorePlatformAnnotation(),
do_cmd_platform(),
do_cmd_platformof(): New functions to support platform dependency
information.
process_all_platformofs(): New function to post-process \platformof macros
using information collected during the initial pass.
process_python_state(): New function. Call all post-processing functions
defined in this file to avoid having to have too much knowledge of
the internals for this stuff in l2hinit.perl.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
out a little better.
Make sure the boxes for the last column of tables always get drawn;
these are often left empty of content when used as a "Notes" column.
They look a little better this way.
|
|
|
|
|
|
|
|
| |
the subitem text is updated correctly when each module section is
processed.
Print [<modulename>] when we start on \declaremodule so we can more
easily track progress during the library reference.
|
| |
|
|
|
|
|
|
| |
badly in practice and botched the whole thing. Wasn't obvious when
looking at the local effects (which worked), but completely broke
entire pages. ;-(
|
| |
|
|
|
|
| |
nor a separate paragraph.
|
| |
|
|
|
|
| |
the output HTML.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
data file used by buildindex.py.
next_argument_id(): Removed; no longer used.
next_argument(): Doesn't use next_argument_id(), just does the work.
gen_target(), gen_target_name(): Removed, no longer used. The only
place that used them now does the (trivial) work directly.
Lots of little changes so we never have to pass around $br_id values
all over the place. The only places they're used now new IDs are
generated as needed.
|
|
|
|
|
|
|
| |
\methodline.
Fixed up support for \withsubitem, hopefully improving the fidelity of
the index a bit.
|
|
|
|
|
| |
In a number of places, I called next_argument() instead of
next_argument_id() when the ID was also needed. (7 places)
|
|
|
|
| |
repository.
|
| |
|
|
|
|
| |
actually uses this markup.
|
|
|
|
| |
do_cmd_sectionauthor(): Parallel the new macros.
|
|
|
|
| |
need for each to vary independently.
|
| |
|
|
|
|
| |
there's a local module list.
|
|
|
|
| |
do_cmd_versionchanged(): Support for new macros.
|
|
|
|
|
|
| |
instead of stringing it all together.
Yay!
|
|
|
|
|
| |
listed in each chapter that has a \localmoduletable. This will be fixed,
and everything else seems to be working fine.
|
| |
|