This release contains fixes for a number of long-standing bugs. See the
WhatsNew file for more details. Among the user-visible changes are:
* HTML stylesheets.
o The doctype definition in the HTML output now contains a system
identifier, required for better parsing in contemporary browsers.
o CSS decoration has been added to procedure steps.
o Uses of <VAR> in HTML output (often rendered in italic) have been
changed to something more appropriate
o The last character of the version was cut off in previous releases.
o Processing instruction parsing has been made more robust against
arbitrarily formed PIs.
o Callout graphics and admonition graphics share a single variable,
%stock-graphics-extension%.
o The value of the VALIGN attribute has been corrected to MIDDLE instead
of CENTER.
* Print stylesheets.
o Admonition titles and contents are kept together.
o Programlistings with callouts now honor the width attribute.
o The rendering of othercredit has been made more useful.
o Excessive after spacing when a listitem contains multiple paras or
verbatim environments has been fixed.
o Empty ulinks don't generate footnotes, so they are now omitted from the
footnote counting.
o Some cases where components were restarting the page numbering were
fixed.
o article-titlepage-recto-elements has been made to match the HTML
version.
o Support for revdescription inside revison on titlepages has been added.
* General.
o "pc" is now allowed as abbreviation for "pica".
o The return value of my-debug has been fixed.
o A Bosnian translation has been added.
o A Bulgarian translation has been added.
Since the version 1.67, the distfiles are moved to
sourceforge. A lot of bugfixes, improvements, and
more localization support are added. This pkgsrc
update are reviewed by hubertf@.
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>