** Bug
* [CPPXT-105] - PKIX revocation checking calls OpenSSL's X509_verify_cert
in an unsupported way (breaks with OpenSSL 1.0.1p/1.0.2d and later)
Release Notes - XMLTooling - C++ - Version 1.5.5
** Bug
* [CPPXT-102] - BOOST autoconf macros break with gcc5
Release Notes - XMLTooling - C++ - Version 1.5.4
** Bug
* [CPPXT-97] - Segfault in HTTPResponse::setResponseHeader when used to
clear a header
* [CPPXT-99] - Slightly incorrect User-Agent string with libcurl requests
** Task
* [CPPXT-100] - Update Windows build to latest libraries
** Improvement
* [CPPXT-101] - Disable SSLv3 by default in SOAP client
This is part of fixing PR pkg/50354
Changelog:
Release 2.1.1 Sat March 12 2016
Security fixes:
#582: CVE-2015-1283 - Multiple integer overflows in XML_GetBuffer
Bug fixes:
#502: Fix potential null pointer dereference
#520: Symbol XML_SetHashSalt was not exported
Output of "xmlwf -h" was incomplete
Other changes
#503: Document behavior of calling XML_SetHashSalt with salt 0
Minor improvements to man page xmlwf(1)
Improvements to the experimental CMake build system
libtool now invoked with --verbose
* Rails 5.0 support
* Drop support for old Active Record finder params to paginate():
# now unsupported:
User.paginate(:page => 1, :order => 'created_at DESC', :conditions => ...)
# convert to Arel syntax instead:
User.order('created_at DESC').where(...).paginate(:page => 1)
# or, even better:
User.order('created_at DESC').where(...).page(1)
* Add support for pagination with Mongoid
This release simply fixes the bufprintf function to correctly work on Windows
MinGW-w64 so strings are properly written to the buffer and also skips
non-ASCII chars during anchor generation to avoid generating invalid UTF-8
bytes sequences.
* Updated dprecated File.exists? to File.exist?
* Updated README.rdoc 'Apple Computer' -> 'Apple'
* Fixed defect in PData in which exception was thrown when <data/> element
was read from plist.
* guard against not being able to load rdoc tasks
* Fix typo in comment
* Remove 'Computer' from 'Apple Computer' string in plist files ;-)
* Changed sort to sort_by in Plist::Emit.plist_node to allow mixed symbol and
string hash keys.
Below security problem dose not affect to pkgsrc since we do not use bundlerd
libxml2.
=== 1.6.7.2 / 2015-01-20
This version pulls in several upstream patches to the vendored libxml2 and libxslt to address:
CVE-2015-7499
Ubuntu classifies this as "Priority: Low", RedHat classifies this as "Impact: Moderate", and NIST classifies this as "Severity: 5.0 (MEDIUM)".
MITRE record is https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7499
kramdown 1.10.0 released
This release brings the usual bug fixes but also support for the strikethrough
syntax in the GFM parser as well as some enhancements regarding the
specification of language names for syntax highlighting purposes.
Changes
* 4 minor changes:
o Support for the math-engine MathJax-Node was updated to use the new
mathjax-node package (fixes#313, pull request by Tom Thorogood)
o URL query parameters can now be appended to language names specified in
fenced code blocks if the syntax highlighting engine accepts them (fixes
#234)
o Added strikethrough syntax to the GFM parser (fixes#184 and #307; initial
pull request by Diego Galeota, updated by Parker Moore)
o Allow almost all characters in class names that are defined via a special
syntax (fixes#318, requested by cabo)
* 4 bug fixes:
o Fixed a problem where Kramdown::Document.new would only accept the symbol
:input but not the string ¡Æinput¡Ç as valid key (fixes#312, pull request
by Sun Yaozhu)
o Fixed inconsistent behavior: Empty link text is now also allowed for
normal links, not just images (fixes#305, reported by cabo)
o The HTML5 <mark> element is now recognized as span level element (fixes
#298, reported by Niclas Darville)
o Fixed problem where e-mail autolinks containing an underscore character
were not correctly recognized (fixes#293, reported by erikse)
* 3 other fixes:
o Fixed missing package update statement for Travis (by Parker Moore)
o Add some more documentation regarding MathJax (fixes#296, pull request by
Christopher Jefferson)
o Fixed bad link in API documentation (fixes#315, reported by Tom MacWright)
* SQL scanner: Allow $ signs in SQL identifiers [#164, thanks to jasir and Ben
Basson]
* SQL scanner: Fix open strings [#163, thanks to Adam]
* Ruby scanner: Accept number literal suffixes r and i (Ruby 2.1)
* Ruby scanner: Accept quoted hash keys like { "a": boss } (Ruby 2.2)
* Ruby scanner: Accept save navigation operator &. (Ruby 2.3)
* Ruby scanner: Accept squiggly heredoc <<~ (Ruby 2.3)
* Diff scanner: Prevent running out of regexp stack.
* HTML encoder: You can keep tabs intact now by setting tab_width: false.
* Alpha style: Tweaked colors for :function group with :content.
* File structure: One module per file, autoload CodeRay::Version, paths follow
namespace hierarchy.
CHANGES.txt:
0.13.9
#50, fix a space leak
#36, fix the demo examples
#35, make IsString a superclass of StringLike
#33, make flattenTree O(n) instead of O(n^2)
0.13.8
#30, add parse/render functions directly to the Tree module
0.13.7
#32, make sure upper case &#X works in lookupEntity
0.13.6
#28, some named entities require a trailing semicolon (e.g. mid)
0.13.5
#26, rename the test program to test-tagsoup
0.13.4
#24, add isTagComment function
Update the copyright year
0.13.3
Work on GHC 7.9
0.13.2
Remove all package upper bounds
Allow QuickCheck-2.6
Changelog:
* Noteworthy changes in release 2.24 (2016-03-10) [stable]
** Bug fixes
grep -z would match strings it should not. To trigger the bug, you'd
have to use a regular expression including an anchor (^ or $) and a
feature like a range or a backreference, causing grep to forego its DFA
matcher and resort to using re_search. With a multibyte locale, that
matcher could mistakenly match a string containing a newline.
For example, this command:
printf 'a\nb\0' | LC_ALL=en_US.utf-8 grep -z '^[a-b]*b'
would mistakenly match and print all four input bytes. After the fix,
there is no match, as expected.
[bug introduced in grep-2.7]
grep -Pz now diagnoses attempts to use patterns containing ^ and $,
instead of mishandling these patterns. This problem seems to be
inherent to the PCRE API; removing this limitation is on PCRE's
maint/README wish list. Patterns can continue to match literal ^
and $ by escaping them with \ (now needed even inside [...]).
[bug introduced in grep-2.5]
during the build:
---8<---
downloading ICU data library (icudt)
the files will be extracted to: /pkgsrc-obj/textproc/R-stringi/work/.destdir/usr/pkg/lib/R/library/stringi/libs
no icudt in a local repo
trying URL 'http://static.rexamine.com/packages/icudt55l.zip'
Warning in download.file(paste(href, fname, sep = ""), outfname, mode = "wb") :
unable to resolve 'static.rexamine.com'
Error in download.file(paste(href, fname, sep = ""), outfname, mode = "wb"): cannot open URL 'http://static.rexamine.com/packages/icudt55l.zip'
Ansifilter converts text containing ANSI terminal escape codes into
markup (HTML, LaTeX, TeX, RTF) or plaintext (stripping the escape codes).
Such text is produced for instance by the script(1) utility.
Colors, boldface, underline, italic and blink are supported.
Changelog:
2.40:
Major changes since 2.38:
* Use (and require) C++11.
(Murray Cumming, Kjell Ahlstedt, Mikhail Titov)
* SaxParser: Fix "double free or corruption" if a std::exception is thrown
by a handler method.
(Daniel Trebbien, Kjell Ahlstedt)
2.40.0 (unstable):
* Build improvements.
(Kjell Ahlstedt)
2.38.1 (stable):
* Fix the build with C++11 compilers, such as MS Visual C++ 2013 - Implicit
conversions from streams to bool are no longer allowed.)
(Mikhail Titov)
* Build: Disable deprecated API in dependencies if --enable-warnings=fatal
(Kjell Ahlstedt)
* Build: Require libxml2 2.7.7 or later
(Kjell Ahlstedt)
2.38.0 (stable):
This stable version is identical to the unstable version 2.37.2.
API additions since 2.36:
* Add Node::add_child_with_new_ns().
(Kjell Ahlstedt) Bug #737682 (Mathias Lorente)
* Add XsdSchema and XsdValidator classes. Deprecate Schema and SchemaValidator.
Add RelaxNGSchema and RelaxNGValidator.
(Kjell Ahlstedt) Bug #737712 (Michel Stam)
Thanks to Tjalling Hattink, who made initial versions of the RelaxNG classes.
* Parser: Add input operator>>(std::istream& in, Parser& parser).
(Kjell Ahlstedt) Bug #329281 (Pierre Thierry)
* Parser: Add [set|get]_include_default_attributes() and
[set|get]_parser_options().
(Kjell Ahlstedt) Bug #701674 (Bob Nolty)
2.36.0 (unstable):
* Element::set_namespace_declaration():
It is not an error to set the same URI twice.
(Kjell Ahlstedt) Bug #635846, comment 27.
* Require libxml-2.0 >= 2.7.3.
(Kjell Ahlstedt)
* Parser::initialize_context(): Call xmlCtxtUseOptions().
(Kjell Ahlstedt)
2.35.4 (unstable):
* Document:
- Add process_xinclude(), using new XIncludeStart
and XIncludeEnd classes, derived from Node.
(Kjell Ahlsted) Bug #338521.
- Make the Document(xmlDoc*) constructor public.
(Kjell Ahlsted) Bug #668980.
* Parser: Make it thread-safe.
(Kjell Ahlstedt) Bug #681467.
* Schema::set_document(): If the argument 'document' is 0 then
create an empty document, as the documentation says.
(Kjell Ahlstedt)
* Improve the error handling.
(Kjell Ahlstedt) Bug #635846.
* Documentation:
- Add incremental parsing to the SaxParser example program.
- DtdValidation and SchemaValidation: Print all exception information.
- Improve error descriptions.
(Kjell Ahlstedt)
2.35.3 (unstable):
* Node:
- Add eval_to_[boolean|number|string]() methods.
(Kjell Ahlstedt) Bug #316244
- Fix memory problems in import_node().
(Kjell Ahlstedt) Bug #672992
* Build:
- The examples are now built and run during make check.
(Kjell Ahlstedt) Bug #678390
- Define LIBXMLCPP_EXCEPTIONS_ENABLED unconditionally.
(Kjell Ahlstedt)
2.35.2 (unstable):
* Node: Add get_first_child().
(Murray Cumming, Based on a patch by Ilya Murav'jov in bug #648125)
* Build: Remove the --disable-api-exceptions configure option.
(Murray Cumming)
2.35.1 (unstable):
* Handle attributes with default values correctly.
(Kjell Ahlstedt) Bug #669635.
* Improved handling of entity references and processing instructions.
(Kjell Ahlstedt) Bug #669481
* Parser: Throw more detailed error messages.
(Kjell Ahlstedt) Bug #304020 (Virgile Devaux)
* Document: Make the Document(xmlDoc*) constructor protected.
(Murray Cumming) Bug #668980 (A. Pignotti).
Patch provided by Carsten Kunze via pkgsrc-wip.
Changes:
Release 160308
==============
2016-03-08
refer: Bug introduced in commit
89b1284c1de8071f3d7bb3a308cb080b8e2f311b fixed. (Reported by
Anthony J. Bentley (@OpenBSD))
iso-codes 3.66
--------------
Dr. Tobias Quathamer <toddy@debian.org>
Wed, 2 Mar 2016
[ General ]
* Start distributing JSON data files in /usr/share/iso-codes/json
[ ISO 639-5 translations ]
* Dutch by Freek de Kruijf (TP)
Changelog:
CHANGES IN Mini-XML 2.9
- mxmlLoad* did not correctly load value nodes with MXML_NO_CALLBACK
or MXML_TEXT_CALLBACK (Bug #502)
CHANGES IN Mini-XML 2.8
- Now call docsetutil using xcrun on OS X (Bug #458)
- mxmldoc did not escape special HTML characters inside @code foo@
comments.
- Fixed a memory leak in mxmlElementDeleteAttr (Bug #452)
- Added MXML_MAJOR/MINOR_VERSION definitions to mxml.h (Bug $461)
- Fixed a bug reading UTF-16 characters from a file (Bug #454)
- Fixed a memory leak when loading invalid XML (Bug #496)
- Fixed an XML fragment loading problem (Bug #494)
CHANGES IN Mini-XML 2.7
- Added 64-bit configurations to the VC++ project files (STR #129)
- Fixed conformance of mxmldoc's HTML and CSS output.
- Added data accessor ("get") functions and made the mxml_node_t and
mxml_index_t structures private but still available in the Mini-XML
header to preserve source compatibility (STR #118)
- Updated the source headers to reference the Mini-XML license and its
exceptions to the LGPL2 (STR #108)
- Fixed a memory leak when loading a badly-formed XML file (STR #121)
- Added a new mxmlFindPath() function to find the value node of a
named element (STR #110)
- Building a static version of the library did not work on Windows
(STR #112)
- The shared library did not include a destructor for the thread-
specific data key on UNIX-based operating systems (STR #103)
- mxmlLoad* did not error out on XML with multiple root nodes (STR #101)
- Fixed an issue with the _mxml_vstrdupf function (STR #107)
- mxmlSave* no longer write all siblings of the passed node, just that
node and its children (STR #109)
Changelog:
Version 1.12
~~~~~~~~~~~~
- Changes:
* Fix plist_from_bin() changing value nodes to key nodes in dictionaries
* Avoid exporting non-public symbols
* Prevent crash in plist_from_bin() when parsing unusual binary plists
* Fix crash in String|Key::GetValue() and actually make C++ interface work
* Fix memory leaks in new_xml_plist() and parse_real_node()
* Fix header guards to conform to C++ standard
* Update Cython based Python bindings and remove plist_new_key()
* Fix key nodes not being output correctly if they contained XML entities
* Fix handling and storage of signed vs. unsigned integer values
* Fix date handling to respect the "Mac Epoch" instead of "Unix Epoch"
* Remove plist_set_type() as it should not be used
* Fix deprecated macros to work with older LLVM/Clang
* Fix various shadowed declarations
* Add documentation to explicitly describe memory buffer ownership
* Fix memory leak in plist_from_bin()
* Add various test cases based on fixes
* Fix wrong timezone related date/time conversion of date nodes
* Fix endian detection on MIPS architecture
* Fix parallel build for autotools
Version 1.11
~~~~~~~~~~~~
- Changes:
* Deprecated plist_dict_insert_item() in favor of plist_dict_set_item()
* Updated cython bindings for Python 3.x
* Removed swig python bindings
* Changed build system to autotools
* Added new plist_dict_merge() function
* WIN32 (MinGW) + OSX compilation fixes
* Made base64 decoding thread safe
Version 1.10
~~~~~~~~~~~~
- Changes:
* Renamed plutil to plistutil to not mask Apple's plutil
* Fixed cython bindings (broken in 1.9)
* Added support for PLIST_UID node types to C++, cython, and swig bindings
- Important Note:
* Support for swig python bindings will be dropped with future releases.
The bindings will be kept in the source tree for now, but we suggest
to update your python code to use the cython bindings instead.
Version 1.9
~~~~~~~~~~~
- Changes:
* Add support for handling UID node types
* Fix crash when converting plists containing comments
* Fix Bug in plist_data_compare()
* Fix DST handling for PLIST_DATE
* Fix plist_dict_set_item() and plist_array_set_item()
* Fix cython String plist handling
* Fix invalid memory access in copy_plist_data()
* Fix several compiler warnings
2016/01/14 (diffstat 1.61)
+ add -T option to show amount of changes next to histogram.
+ if -S option is given, check for unmodified files and add those to
the report.
+ update configure macros
+ update config.guess, config.sub
Changelog:
Release 0.3.7:
--------------
- Fix Debian bug #766945: catch 'inskscape' not installed (Andreas Hoenen patch)
- Fix Debian bug #792898: improve the PDF metadata setup
- Fix Debian bug #684772 and SF bug #85: section @label is used to force
the section counter
- Fix Debian bug #684772: a chapter with an empty @label is not numbered
- Fix Debian bug #793077: allow to put a figure anchor at the top even if the
caption is at the bottom, thanks to the parameter figure.anchor.top.
- Add the parameters body.font.family, sans.font.family, and
monospace.font.family to mimic FO parameters, for xetex font setup
Release 0.3.6:
--------------
- Adapt the debug env_tex script for Windows
- Make dblatex work with Xindy, for xetex and pdftex backends. Xindy is selected
through the latex.index.tool parameter, and it's sorting is aware of the
language used that can be set through the latex.index.language parameter.
This is an answer to the Debian bug #756386.
- Allow the Texpost script to be a python plugin.
- Add the beginpage.as.pagebreak parameter to be able to inhibit the current
behaviour.
- Fix a bug in index escaping: '"' was not escaped.
- Fix a bug in <listitem> to prevent brackets side effects.
- Quick fix for <screenshot> SF bug #74.
- Fix SF bug #110.
- Fix Debian bug #771473 and #684393.
Release 0.3.5:
--------------
- Fix an HTML table bug when no <colgroup> or <col> is specified
- Fix an HTML table bug when cellpadding is expressed in percentage
- Fix Debian bug #720624 to have more greek letters correctly translated
- Fix bug #108 so that setup.py works even if intall-layout not supported
- Fix bug #107 to be compliant with frenchb v2.5 to remove shorthands
in listings
- Fix bug #106 to have equation label localized
- Fix bug #104 to have listings correctly displayed in <listitem>s
- Fix bug #103 to have indexes correctly working in db2latex style
- Fix Debian bug #682901 to have with XeTeX proper endash in indexes
- Fix Debian bugs #682936 and #684391 to support Norwegian Bokmål through
lang='nb'
- Fix Debian bug #683166 (SF bug #3553962/#98) to avoid chapters erroneously
included in parts.
- Fix Debian bug #684393 babel setup to allow quote chars for lang='nn'
- Adapt URL to work with texlive >= 2009.
- Some fixes to be able work with Saxon
- Improve setup.py to detect the installed texlive version only on
manual install.
- Include the package 'ucs' and configure listings to work with pdftex and
UTF-8 characters.
Release 0.3.4:
--------------
- Fix a bug in the missing characters display.
- Fix the global template to actually insert a backmatter tag before backmatter
elements.
- Fix bug #3520152 by changing a template xpath (looks like a libxslt
limitation).
- Improve the verbatim block display to be able to scale the block width to the
page width.
- Allow latex instructions within verbatim blocks through Processing
Instructions.
- Improve the setup script to be close to the debian install rules.
- Improve the hyphenation of the inlined literal elements.
- Add the parameter example.float.type to give the possibility to have
<example> not floating. The attribute 'floatstyle' is also taken into
account.
- Add the parameter hyphenation.format to specify the inlined format types
that must be hyphenated. It replaces the more limited monoseq.hyphenation
parameter.
Release 0.3.3:
--------------
- Fix incomplete image path conversion when subfigures are used.
- Fix unicode listings limitation to handle characters greater than 255.
- Fix <abstract> environment to prevent from page counter reset.
- Fix the <literallayout> limitations by using the same implementation than
<screen>.
- Fix a texlive 9 french babel and enumitem incompatibility.
- Fix to be robust to URL encoded image paths, and to non-latin1 paths.
- Fix missing cross-reference to <sidebar> and <qandaset>.
- Fix the <sidebar> box width to the actual context witdh.
- Fix a french babel bug (unexpected active chars) when used with XeTeX.
- Fix Debian bug #627501 to tell the priority policy of --xsl-user option.
- Fix Debian bug #632967 to return a non-null code when the compilation fails.
- Fix Debian bug #629514 to have draft watermark with XeTeX backend.
- Fix Debian bug #634563 to have safe pdftitle content (no images).
- Fix setup.py in order to work under Windows.
- Fix the HTML table support to correctly render the cells elements.
- Fix the HTML table support to correctly nested tables.
- Fix the Olink support to allow database user-specific renderings like italics
for <i> tags. Reuse of the DocBook Project implementation.
- Fix a setup failure that made the listings UTF-8 support failed
(extendedchars to set to "true").
- Fix --xslt-opts to be able to pass several arguments by using quotes
- Set the TexLive version to 2009 by default.
- Update to new Debian Error Handler API.
Improvements sponsored by Freexian (http://www.freexian.com) :
- Fix#3191550. Remove hard-coded paper size and add some parameters for page
layout setup:
* Parameters to define page sizes and margins.
* Parameters to have crop marks for pre-press PDF output.
- Add the parameters literal.environment and literal.extensions to allow the
user define its own listing environment.
- Add the parameter latex.engine.options to be able to pass options to the
TeX engine backend.
- Print out warnings about the characters not handled by the selected fonts.
- Image display improvements/fixes:
* Avoid unexpected paragraph indentation when displaying images.
* Strip spurious spaces between subfigures when @role='flow.inline'
* Prevents from empty tex subcaptions when no subfigure <caption> is defined.
- Add the ability to format <ulink> as a block when @type='block'.
- Pass @role to the latex sidebar environment.
- Add the literal.class parameter used when <literallayout> class attribute is
not set. Default is 'monospaced'.
- Add some @role to format literal elements, and literal.role parameter for
default role:
* Wrap: wrap lines when longer than text width (default)
* Overflow: do not wrap lines ; long lines overflow to the left
* Scale: automatically scale a listing to have its lines fit the page width
The special feature can be disabled with literal.extensions=0
Upstream changes:
podlators 4.06 (2016-01-31)
Handle scripts ending in .com on VMS systems and don't generate the
man page for perlpodstyle when built as part of Perl core. These are
hopefully the last two changes required to fully merge with Perl core
without core having to maintain a separate build system. Thanks,
Craig A. Berry.
During build, generate the pod2text and pod2man man pages from the
*.PL files rather than the generated scripts. This may be required
due to the different script extensions on VMS hosts.
Rename perlpodstyle back to perlpodstyle.pod, since we no longer need
the workaround for Module::Build's POD handling.
Upstream changes:
1.22 - 2016-02-23, H.Merijn Brand
* Small doc updates regarding blank_is_undef
* Precedence error in doc
* Add new method header
1.21 - 2016-01-06, H.Merijn Brand
* Add confusion option to rewrite example
* Alias %_ to row in hashref mode for csv function attributes
on_in and before_out
* Examples now use defined-or and thus require perl-5.10 or up
* Fix \r\n ending with allow_loose_escapes (reported by Bas Bloemsaat)
* It's 2016
* Clarify $csv->csv (...) documentation (RT#110941)
1.20 - 2015-10-09, H.Merijn Brand
* Use "say" in synopsis
* Remove needless special characters in doc section
* Change doc =item attributes for new to =head for index
* Add known_attributes function/method
* Add contributor notes
* Allow undef as value for aliased attributes
Upstream changes:
0.09 2015-10-20T10:05:00Z
- doc fixes from gsulivan@
- convert to Minilla
- put on Github with history imported from gitpan
0.08 Mon Oct 19 15:17:00 2015
- fix some Unicode issues
Changelog:
Release Notes: 1.79.1
The following is a list of changes that have been made since the 1.78.1
release.
Gentext
The following changes have been made to the gentext code since the 1.78.1
release.
• Robert Stayton: locale/hu.xml
Check in PubDate fixes from bug #1372
• Dongsheng Song: locale/zh.xml; locale/zh_cn.xml
Fix Auditlocale.pl warning.
• Robert Stayton: locale/en.xml
Add elements dialogue, drama, and poetry from DocBook Publishers.
• Robert Stayton: locale/pt.xml
updates from DocBook user.
• Robert Stayton: locale/en.xml
Fix wording.
• Robert Stayton: locale/en.xml
Fix line breaks.
• Robert Stayton: locale/en.xml
Add text message for unsupported video and audio.
• Jirka Kosek: xsl/xsl-primary-is-locale.xsl
Initial work on Ant build, common (L10N) directory handled so far
• Robert Stayton: locale/ur.xml
Add email address for contributor.
• Robert Stayton: locale/ur.xml
Check in contributed locale file from Wasif Hasan Baig,
contributed through SourceForge Patch # 187.
• kasunbg: locale/nl.xml
Committing Dutch translations of DocBook WebHelp. Patch provided by Marja van Waes.
• kasunbg: locale/ru.xml
Committing patch for Russian translations of webhelp. Patch provided by Alex Loginov and Yuri Chornoivan. Patch #1325
• kasunbg: locale/uk.xml
Committing Ukrainian translations for Webhelp. Patch by Yuri Chornoivan. Patch #1324
• tom_schr: locale/ca.xml; locale/da.xml; locale/cs.xml; locale/es.xml;
locale/fr.xml; local⋯
Added missing keycap context for ca, cs, da, es, et, eu, and fr
• tom_schr: locale/en.xml; locale/de.xml
Added option key for keycap context
• tom_schr: locale/de.xml
Added key="optional-step" as done in r9745
• Robert Stayton: locale/en.xml
Add key="optional-step".
Common
The following changes have been made to the common code since the 1.78.1
release.
• tom_schr: common.xsl
Added quotes around linkend to make spaces visible
• Jirka Kosek: build.xml
Added ant build for HTML stylesheets
• Jirka Kosek: build.xml
Initial work on Ant build, common (L10N) directory handled so far
• Robert Stayton: titles.xsl
Replace hardcoded English text for question and answer elements
in mode="title.markup" with localized templates.
• Robert Stayton: addns.xsl
Move addns.xsl module from releasetools to common in preparation
for switching to ns as the base stylesheets.
• Robert Stayton: l10n.xml; Makefile
Add new locale file ur.xml for Urdu.
• Robert Stayton: titles.xsl
Add missing template with match="toc" mode="title.markup".
• tom_schr: titles.xsl
Fixed problem when referencing empty ulinks; use @url instead
• stilor: olink.xsl
Make olink errors/warnings overridable in customizations.
• stilor: labels.xsl
Pass the object referenced as a parameter to mode="intralabel.punctuation"
template.
• stilor: olink.xsl
1. Make page citations on <xref/> to paragraphs conditional on a new parameter,
$insert.xref.page.number.para, default to 'yes' (before, page citations were
added unconditionally). Remove similar special-casing for <link/>.
2. Disable page citations for @xrefstyle="template:..." (if needed, they
can be added with %p in the template - but they can't be disabled).
• Robert Stayton: olink.xsl; titles.xsl; common.xsl
Pass referrer and target params to mode="xrefstyle" to allow customizations
to be more specific.
• Robert Stayton: olink.xsl; titles.xsl; common.xsl
Add mode="xrefstyle" to replace many instances of redundant
code determining the xrefstyle with xsl:apply-templates
select="." mode="xrefstyle". Also allows stylesheet
customization to specify an xrefstyle per element type.
• Robert Stayton: gentext.xsl; labels.xsl
Add support for procedure title contained in info or blockinfo.
• Robert Stayton: common.xsl
In person.name template, change 'style' variable to a param
so the name style can be selected by passing a param.
• Robert Stayton: gentext.xsl
Fix bug in collect.xref.targets that failed when $referrer template
param not set by olink's xref-to. Fixed using submitted patch.
FO
The following changes have been made to the fo code since the 1.78.1 release.
• Robert Stayton: lists.xsl
Fix bug #1368 "link to term with id does not work"
• Robert Stayton: block.xsl
Fix bug #1367 double attribution in epigraph.
• Robert Stayton: param.xweb; param.ent
Add missing profile.outputformat param.
• Robert Stayton: publishers.xsl
Fix namespace declarations.
• Robert Stayton: titlepage.xsl
Add default attribute-sets for new Publishers elements.
• Robert Stayton: param.ent
Fix typo
• Robert Stayton: titlepage.templates.xml
Add new DocBook Publishers elements.
• Robert Stayton: docbook.xsl
Add inclusion of new publishers.xsl module.
• Robert Stayton: publishers.xsl
Stylesheet module added to support new elements in DocBook Publishers.
• Robert Stayton: param.xweb; param.ent
Add the 9 new attribute sets for DocBook Publishers.
• Robert Stayton: xref.xsl
Fix bug #1355 glossseealso generates duplicate id in certain cases.
• Robert Stayton: xref.xsl
fix bug #1360 indexterm in varlistentry/term generates an error when xref to that term.
• Robert Stayton: inline.xsl
Fix bug #13598 inline.monoseq and other inline.*seq handle links incorrectly.
• Robert Stayton: pi.xsl
Fix bug in dbfo-need for admonitions, and get dbfo-need
working properly in FOP1.1.
• Robert Stayton: pagesetup.xsl
Remove obsolete hardcoded margin-left="0pt" for the block
containing header or footer.
• Robert Stayton: graphics.xsl
Fix bug #1336 to add support for recognizing
file:/ image URLs as absolute paths.
• Robert Stayton: autotoc.xsl
Add support in TOC for article as child of set.
• Robert Stayton: xref.xsl
Fix bug #1337 Elements with olink role do not behave as olink
elements.
• Jirka Kosek: build.xml
Added ant build for FO
• stilor: inline.xsl
Only count regular <emphasis> elements (without @role="bold", etc) when determining
whether nested emphasis needs to be displayed in italics or in regular; otherwise,
the order of nesting in <emphasis role="bold"> and <emphasis> affects the font
used.
• Robert Stayton: fop1.xsl; ptc.xsl
Apply patch #190 to include refsections in bookmarks for fop1 and
ptc.xsl.
• Robert Stayton: block.xsl
Change the epigraph template to support schema extensions
by processing all of its children instead of specific elements.
• tom_schr: pagesetup.xsl
Added "user.declarations" hook to implemented [#1330]
Added empty "user.declarations" template to make it easier for adding
custom fo:declaration elements. The template is empty by default.
• Robert Stayton: inline.xsl
Fix test for nested links.
• Robert Stayton: biblio.xsl
Now biblioset outputs its id if it has one.
• Robert Stayton: xref.xsl
pass xrefstyle param from link element to gentext.template so
optional page number can be formatted to a style.
• Robert Stayton: docbook.xsl
Streamline handling of namespace fixup in preparation for making
the namespaced version the source base.
• Robert Stayton: fo.xsl
FOP 1.1 now supports writing-mode="rl-tb", so add that change to the
$direction.mode parameter.
• Robert Stayton: autoidx.xsl
Add missing xlink namespace declaration to the root element.
• Robert Stayton: param.xweb; param.ent; autoidx.xsl
Add support for $autolink.index.see to automatically form links
between see and seealso index elements and primary elements
in the index.
• Robert Stayton: inline.xsl
Add element name to warning message for nested links.
• Robert Stayton: inline.xsl
Fix bug #1306: warn of nested links.
• Robert Stayton: component.xsl
Fix bug #1320 so template page.sequence tests $content to make
sure it is not empty.
• Robert Stayton: autotoc.xsl; refentry.xsl; param.xweb; docbook.xsl;
param.ent; component.x⋯
Add support for $show.bookmarks param to turn bookmarks on or
off.
• Robert Stayton: docbook.xsl
Add missing variable bookmarks.state.
• Robert Stayton: docbook.xsl
Add missing $document.element variable to new generate.bookmarks
template.
• Robert Stayton: autotoc.xsl; refentry.xsl; param.xweb; docbook.xsl;
param.ent; component.x⋯
Add support for standard XSL 1.1 bookmarks and parameter
$xsl1.1.bookmarks to turn them on or off.
• stilor: xref.xsl
Fix invalid href generated if $insert.olink.pdf.frag=0 and $fop1.extensions=1.
• stilor: autotoc.xsl; param.xweb; param.ent; toc.xsl
Replace literal space inserted next to fo:leader in ToC with a padding. This
works around a bug in FOP (see FOP-1444).
Make ToC fo:leader properties configurable via attribute set.
• stilor: titlepage.templates.xml
Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.
• Mauritz Jeanson: table.xsl
Bug #1246: added missing with-param.
• stilor: xref.xsl
Make olink errors/warnings overridable in customizations.
• stilor: param.xweb; param.ent; xref.xsl
1. Make page citations on <xref/> to paragraphs conditional on a new parameter,
$insert.xref.page.number.para, default to 'yes' (before, page citations were
added unconditionally). Remove similar special-casing for <link/>.
2. Disable page citations for @xrefstyle="template:..." (if needed, they
can be added with %p in the template - but they can't be disabled).
• stilor: fop1.xsl
Skip generating fox:destination on a footnote - id attribute on footnotes is not
passed to generated FO, so FOP complains about unresolved ID in destination.
• Mauritz Jeanson: lists.xsl
Fixed typo.
• tom_schr: lists.xsl
Fixed bug#1311 and added missing para.properties
• Robert Stayton: xref.xsl
Pass referrer and target params to mode="xrefstyle" to allow customizations
to be more specific.
• Robert Stayton: xref.xsl
Add mode="xrefstyle" to replace many instances of redundant
code determining the xrefstyle with xsl:apply-templates
select="." mode="xrefstyle". Also allows stylesheet
customization to specify an xrefstyle per element type.
• tom_schr: xref.xsl
Pass referrer and xrefstyle to "xref-to-suffix" and "xref-to-prefix"
modes (to use the same signature than "xref-to" mode) as discussed with
Bob on the mailinglist (2013-09-12)
• tom_schr: pi.xsl; verbatim.xsl
Fix for enhancement/bug#1312: Support font size in verbatim elements
• Robert Stayton: fop1.xsl
Unchanged, testing snapshot builds.
• Robert Stayton: docbook.xsl
No change, testing snapshot builds.
• Robert Stayton: block.xsl
No change, testing snapshot builds.
• Robert Stayton: block.xsl
No change, just checking snapshot build process.
• Robert Stayton: toc.xsl
Add missing template for tocdiv/title elements to fix bug #1310.
• Robert Stayton: docbook.xsl
Fix process.root template so document title can come from info as well.
• Robert Stayton: lists.xsl
Add support for procedure title when contained in blockinfo or info.
• Robert Stayton: fop1.xsl
Fix mode="fop1.foxdest" so only elements with id attribute get
a fox:destination in the output.
• Robert Stayton: fop1.xsl
Remove extraneous call from fop1.foxdest mode per patch submission.
• Robert Stayton: autotoc.xsl
Add toc.margin.properties attribute-set to list.of.titles so
it matches the TOC list.
• Robert Stayton: inline.xsl
Adjust exception for fop for menuchoice separator to
use the $symbol.font.family if it is set.
• Robert Stayton: division.xsl
Fix comment.
• Robert Stayton: param.ent
Fix typo that prevents param.xsl update.
• Robert Stayton: lists.xsl; param.xweb; param.ent
Add mark.optional.procedure.steps param.
• Robert Stayton: qandaset.xsl
Fix bug in question template that output empty list-item-label when
defaultlabel = 'none'.
HTML
The following changes have been made to the html code since the 1.78.1 release.
• Robert Stayton: block.xsl
Fix Bug #1367 epigraph attribution appears twice in html output.
• Robert Stayton: param.xweb; param.ent
Add missing profile.outputformat param.
• Robert Stayton: titlepage.xsl; docbook.xsl; titlepage.templates.xml
Add support for DocBook Publishers elements.
• Robert Stayton: publishers.xsl
New module to support new elements in DocBook Publishers schema.
• Robert Stayton: table.xsl
Fix bug #1348 where class of output table not being set correctly.
• Robert Stayton: table.xsl
A table emitted by tgroup template now calls "common.html.attributes"
to get the class attribute handled correctly.
• Robert Stayton: inline.xsl
Fix bug #13598 inline.monoseq and other inline.*seq handle links incorrectly.
• Robert Stayton: refentry.xsl
Add template for refpurpose in no.anchor.mode to generate
the dash separator in TOC line for the refentry when
the refpurpose contains a link or indexterm.
• Robert Stayton: inline.xsl
Add missing call to id.attribute template for orgdiv.
• Robert Stayton: xref.xsl
If a link or xref has an @id or @xml:id, then add a span to
include the id because simple.xlink no longer generates the
id attribute.
• Robert Stayton: inline.xsl
Remove call to id.attribute template in simple.xlink
because it produces duplicate ids in the output because
the element template calling simple.xlink generates the
id attribute.
• Robert Stayton: graphics.xsl
Check in fix for bug #1336 to support absolute file URLs
that start with file:/. Also consolidate code that determines
whether an image file path is relative into a new template
variable $is.relative.
• Robert Stayton: chunk-code.xsl
Add support for set nested inside set to recursive-chunk-filename.
• Robert Stayton: autotoc.xsl
Add support for set TOC to contain nested set or article
elements.
• Jirka Kosek: build.xml
Added clean targets
• Jirka Kosek: build.xml
Added ant build for HTML stylesheets
• Robert Stayton: glossary.xsl
Move any indexterms in glossentry to be inside dt, instead of
after dt which is invalid.
• Robert Stayton: htmltbl.xsl
Fix bug #1334 to copy through HTML table attributes @scope and @id.
• Robert Stayton: block.xsl
Change the epigraph template to support schema extensions
by processing all of its children instead of specific elements.
• Robert Stayton: titlepage.xsl
Fix bug in handling of multiple editors and "edited by" label.
• Robert Stayton: titlepage.templates.xml
Fix misnamed attribute in sidebar template.
• Robert Stayton: inline.xsl
Fix check for nested links.
• Robert Stayton: chunk-common.xsl; chunktoc.xsl; chunk-code.xsl
Adjust handling of namespace fixup to streamline distro builds.
• Robert Stayton: docbook.xsl
Adjust handling of namespace conversion to streamline distro
build.
• Robert Stayton: table.xsl
Fix bug #1298 where @rowheader = 'firstcol' incorrectly assigns
<th> to cell that is first in a row but not the first column due
to row span above.
• Robert Stayton: param.xweb; param.ent; autoidx.xsl
Add support for autolink.index.see param to link from see and
seealso element to primary element in index.
• Robert Stayton: inline.xsl
Fix bug #1306 warn of nested links, since not supported in the output.
• Robert Stayton: pi.xsl
Fixes bug #1323 where <?dbhtml-include?> paths were not being
interpreted relative to the XML.
• Robert Stayton: param.xweb
Add missing frag for new linke.to.self.for.mediaobject param.
• Robert Stayton: table.xsl
Fix bug in entry template where rowsep was incorrectly set to zero
for cell with @morerows in thead.
• Robert Stayton: synop.xsl
Restore conditional named anchor in output if dbcmdlist PI is not used.
• tom_schr: graphics.xsl
Fixed [#1317]: process alt in inlinemediaobject
• tom_schr: param.xweb; graphics.xsl; param.ent
Fixed ticket [#1315]: Add possibility to add a link to mediaobjects
• stilor: titlepage.templates.xml
Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.
• stilor: chunk-common.xsl; xref.xsl
Make olink errors/warnings overridable in customizations.
• stilor: param.xweb; param.ent
1. Make page citations on <xref/> to paragraphs conditional on a new parameter,
$insert.xref.page.number.para, default to 'yes' (before, page citations were
added unconditionally). Remove similar special-casing for <link/>.
2. Disable page citations for @xrefstyle="template:..." (if needed, they
can be added with %p in the template - but they can't be disabled).
• Mauritz Jeanson: index.xsl
Bug #1309: Added missing template for indexdiv/subtitle.
• Robert Stayton: xref.xsl
Pass referrer and target params to mode="xrefstyle" to allow customizations
to be more specific.
• Robert Stayton: xref.xsl
Add mode="xrefstyle" to replace many instances of redundant
code determining the xrefstyle with xsl:apply-templates
select="." mode="xrefstyle". Also allows stylesheet
customization to specify an xrefstyle per element type.
• tom_schr: xref.xsl
Pass referrer and xrefstyle to "xref-to-suffix" and "xref-to-prefix"
modes (to use the same signature than "xref-to" mode) as discussed with
Bob on the mailinglist (2013-09-12)
• Robert Stayton: chunk.xsl
No change, testing snapshot builds.
• Robert Stayton: toc.xsl
Add missing template for tocdiv/title elements to fix bug #1310.
• Robert Stayton: docbook.xsl
Remove a comment to test checkins and snapshot builds.
• Robert Stayton: lists.xsl
Add support for procedure title when contained in info or blockinfo.
• Jirka Kosek: chunk-code.xsl
Enumarete separate file for revhistory if generate.revhistory.link=1
• Robert Stayton: inline.xsl
Update the inline.charseq template to also call 'common.html.attributes'
instead of using local-name for class value.
• Jirka Kosek: docbook.xsl; html.xsl
Enabling ITS processing again
• Robert Stayton: its.xsl
Change syntax for selecting @its:* attributes so it works
in xsltproc (which should work with the original, but doesn't).
• Robert Stayton: docbook.xsl; html.xsl
Turn off its.xsl update which is generating attribute insertion errors.
• Jirka Kosek: its.xsl; docbook.xsl; html.xsl
Added basic support for ITS 2.0 markup. It gets propagated into HTML
For more info about ITS see http://www.w3.org/TR/its20/
• Robert Stayton: docbook.xsl
Added a comment line to test checkin process.
• Robert Stayton: xref.xsl
Fix bug in mode=remove-ids that put link content outside the <a> element.
• tom_schr: chunktoc.xsl
Fixed SF ticket#3611689: added missing DocBook namespace declarations
• Robert Stayton: chunker.xsl
Change the internal chunk.base.dir from a param to a variable.
• Robert Stayton: inline.xsl
Turn off id attribute on glossterm anchor, because it is on the element itself.
Manpages
The following changes have been made to the manpages code since the 1.78.1
release.
• Robert Stayton: block.xsl; lists.xsl
Fix bug #1363 synopsis in variablelist term mangles line breaks.
• Robert Stayton: other.xsl
Remove redundant and out-of-date xsl:strip-space element.
This is imported from common/common.xsl for all stylesheets.
• Jirka Kosek: build.xml
Added clean targets
• Jirka Kosek: build.xml
Added ant build for manpages
• Robert Stayton: inline.xsl
Fix bug #1340 by omitting indexterm and remark elements from the
output. Trying to include them as nroff comments resulted in extra
whitespace in certain instances, so they are omitted.
• Robert Stayton: table.xsl; docbook.xsl; tbl.xsl
Adjust man stylesheet to better handle namespace fixup during
distro builds.
• Robert Stayton: lists.xsl
Resolve ambiguous template match for remark.
• Robert Stayton: endnotes.xsl
Put internally generated earmark elements into own namespace to
avoid complications with namespace stylesheet builds. No change
of function.
• Robert Stayton: other.xsl
Fixed bug #1313 where write.stubs template mistakenly includes
$man.output.base.dir in the .so address.
• Robert Stayton: other.xsl
Escape text() nodes while also in no.anchor.mode for links.
Fixes bug #1322.
• Robert Stayton: utility.xsl
Fixed bug #1321, also taking into account fixing bug #1281.
• dleidert: info.xsl
Fix a typo (http://bugs.debian.org/698962).
Epub
The following changes have been made to the epub code since the 1.78.1 release.
• Robert Stayton: docbook.xsl
Fix bug #1341 Incorrect generation of content.opf for multiple
names in $html.stylesheet param. Backported the template
named css.item from the epub3 stylesheet.
• Robert Stayton: docbook.xsl
Fix handling of base.dir, chunk.base.dir, and epub.oebps.dir
combinations.
• Robert Stayton: docbook.xsl
Improve the handling of $chunk.base.dir when $base.dir contains
the OEBPS directory in its value.
• Robert Stayton: docbook.xsl
Fix the namespace fixup step to match the other stylesheets.
• tom_schr: docbook.xsl
Extended date template in mode opf.metadata
If a PI dbtimestamp is available, call datetime.format(date, 'Y-m-d'),
otherwise use the normalized string content
• dleidert: bin/spec/files
Fix svn:externals defintion.
• tom_schr: docbook.xsl
Introduced variable in opf.guide
• tom_schr: docbook.xsl
Improved modularization in opf.spine and created new spine.cover template
• tom_schr: docbook.xsl
Improved opf.spine with info variable
• tom_schr: docbook.xsl
Bugfix in opf.spine: removed double refentry entries
• tom_schr: docbook.xsl
* Template package-identifier: introduced $info variable to simplify
code (similar to the EPUB3 stylesheets)
* Template opf.calloutlist: only call opf.reference.callout if
callout.graphics is set
• tom_schr: docbook.xsl
Backported Bob's EPUB3 changes to EPUB2 from r9740 -> r9742 -> r9743:
* Implement base.dir/OEBPS using internal chunk.base.dir instead of
new param epub.base.dir.
* Additional changes, specific to this stylesheet:
- Construct parameter epub.metainf.dir from base.dir + 'META-INF/'
- Changed parameter epub.cover.filename epub.oebps.dir to
chunk.base.dir
- Template opf: concat base.dir with epub.opf.filename
- Replaced two subsequent xsl:value-of's with concat()
• Robert Stayton: docbook.xsl
Fix bug in author template generating a span element inside an attribute value.
HTMLHelp
The following changes have been made to the htmlhelp code since the 1.78.1
release.
• Jirka Kosek: build.xml
Added clean targets
• Jirka Kosek: build.xml
Extensions and other builds ported to Ant
• Robert Stayton: htmlhelp-common.xsl
Adjust namespace fixup to conform to the namespace source
conversion.
Eclipse
The following changes have been made to the eclipse code since the 1.78.1
release.
• Jirka Kosek: build.xml
Added clean targets
• Jirka Kosek: build.xml
Extensions and other builds ported to Ant
• Robert Stayton: eclipse.xsl
Adjust namespace fixup to conform to other conversions to
namespaced source.
JavaHelp
The following changes have been made to the javahelp code since the 1.78.1
release.
• Jirka Kosek: build.xml
Added clean targets
• Jirka Kosek: build.xml
Extensions and other builds ported to Ant
• Robert Stayton: javahelp.xsl
Adjust the namespace fixup to conform to the other namespaced source
conversions.
Slides
The following changes have been made to the slides code since the 1.78.1
release.
• Jirka Kosek: schema/relaxng/slides.rnc
Make speakernotes/handoutnotes optional as many presentations do not use them
• Robert Stayton: xhtml/plain.xsl; common/common.xsl; xhtml/slidy.xsl; xhtml/
s5.xsl; fo/plai⋯
Rename the docbook prefix in the declaration too.
• Robert Stayton: xhtml/plain.xsl; common/common.xsl; xhtml/slidy.xsl; xhtml/
s5.xsl; fo/plai⋯
Change the docbook db: prefix to d: prefix in preparation of svn update to namespaced
stylesheets.
• stilor: xhtml/plain-titlepage.xml; fo/plain-titlepage.xml
Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.
• dleidert: images/callouts/gen.sh
Leave executable permissions for script.
• dleidert: s5/ui/default/pretty.css; slidy/graphics/w3c-logo-blue.gif; s5/ui
/default/notes.⋯
Drop executable permissions from files.
• Jirka Kosek: doc/Makefile
Corrected path
Website
The following changes have been made to the website code since the 1.78.1
release.
• Jirka Kosek: build.xml
Added clean targets
• Jirka Kosek: build.xml
Extensions and other builds ported to Ant
• stilor: olink.xsl
Make olink errors/warnings overridable in customizations.
Webhelp
The following changes have been made to the webhelp code since the 1.78.1
release.
• Robert Stayton: xsl/titlepage.templates.xsl
Fix typo.
• Robert Stayton: xsl/titlepage.templates.xsl
Add XHTML missing default namespace.
• Robert Stayton: xsl/webhelp-common.xsl
Fix bug 1357 to avoid creating l10n.js file if only collecting olink data.
• Robert Stayton: docsrc/xinclude-test.xml; docsrc/readme.xml
Convert XML doc to DB5.
• Robert Stayton: xsl/webhelp-common.xsl
Fix error message for namespace fixup.
• Robert Stayton: xsl/webhelp-common.xsl
fix bug in namespace fixup syntax.
• Robert Stayton: xsl/webhelp-common.xsl
Adjust namespace fixup for namespace build process.
• stilor: xsl/titlepage.templates.xml
Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.
• Jirka Kosek: template/common/main.js
Fix for bug #1301
Params
The following changes have been made to the params code since the 1.78.1
release.
• Robert Stayton: autolink.index.see.xml
Improve the description for linking in index.
• Robert Stayton: prefer.internal.olink.xml
Fix bug in description
• Robert Stayton: dialogue.properties.xml
Fix typo.
• Robert Stayton: publishers.properties.xml
Fix typo.
• Robert Stayton: speaker.properties.xml; publishers.properties.xml;
inlinestagedir.properti⋯
New property sets for DocBook Publishers elements.
• Robert Stayton: table.frame.border.thickness.xml;
table.cell.border.thickness.xml
Fix bug #1291, make default values different for HTML and FO.
• tom_schr: profile.outputformat.xml
Added missing support for outputformat attribute
* Added missing parameter profile.outputformat in
params/profile.outputformat.xml
* Added missing lines to check for outputformat attribute in
profiling/profile-mode.xsl
• Jirka Kosek: table.frame.border.thickness.xml;
table.cell.border.thickness.xml
Changed default border thickness from 0.5pt to 1px. The reason is that Chrome rounds 0.5pt to 0px making borders invisible.
• Robert Stayton: list.block.spacing.xml
Fix typo in element name.
• Robert Stayton: autolink.index.see.xml
New param to control automatic links in index from see and
seealso to indexterm primary.
• Robert Stayton: show.bookmarks.xml
New param to turn off PDF bookmarks.
• Robert Stayton: xsl1.1.bookmarks.xml
Param to use standard XSL 1.1 bookmark elements.
• tom_schr: link.to.self.for.mediaobject.xml
Fixed ticket [#1315]: Add possibility to add a link to mediaobjects
• stilor: toc.leader.properties.xml
Replace literal space inserted next to fo:leader in ToC with a padding. This
works around a bug in FOP (see FOP-1444).
Make ToC fo:leader properties configurable via attribute set.
• Robert Stayton: list.block.spacing.xml; list.item.spacing.xml
Clarify that list.block.spacing is not used in nested lists.
• stilor: insert.xref.page.number.para.xml
Missed new file in previous checkin.
• Robert Stayton: mark.optional.procedure.steps.xml
New param to turn off Optional text for optional steps.
Profiling
The following changes have been made to the profiling code since the 1.78.1
release.
• Robert Stayton: profile.xsl
Add missing profile.outputformat param declaration.
• tom_schr: profile-mode.xsl
Added missing support for outputformat attribute
* Added missing parameter profile.outputformat in
params/profile.outputformat.xml
* Added missing lines to check for outputformat attribute in
profiling/profile-mode.xsl
• Robert Stayton: xsl2profile.xsl
Fix bug #1335 where profile-chunk.xsl was xsl:including
chunk-code.xsl instead of profile-chunk-code.xsl.
• Robert Stayton: xsl2profile.xsl
Fixed bug in handling of namespace fixup.
• Robert Stayton: xsl2profile.xsl
Adjust namespace fixup to match other templates.
Lib
The following changes have been made to the lib code since the 1.78.1 release.
• Jirka Kosek: build.xml
Added lib ant build support
Tools
The following changes have been made to the tools code since the 1.78.1
release.
• Jirka Kosek: build-shared.xml
Added lib ant build support
• Jirka Kosek: build-shared.xml
Added clean targets
• Jirka Kosek: lib/xml-apis.jar; lib/xercesImpl.jar; build-shared.xml; lib/
xalan.jar
Extensions and other builds ported to Ant
• Jirka Kosek: build-shared.xml
Added ant build for HTML stylesheets
• Jirka Kosek: licenses/saxon/JAMESCLARK.txt; lib/jython.jar; lib/
xercesImpl.jar; licenses/j⋯
Initial work on Ant build, common (L10N) directory handled so far
Template
The following changes have been made to the template code since the 1.78.1
release.
• Robert Stayton: titlepage.xsl
Remove the d: namespace declaration because it is
automatically added by the ns build process.
• Jirka Kosek: titlepage.xsl
Added missing namespace declaration
• Robert Stayton: titlepage.xsl
Remove d: namespace declaration from non namespaced version since
it is automatically added to build the namespaced version.
• Robert Stayton: titlepage.xsl
Set the db.prefix to blank until convert to ns build.
• Robert Stayton: titlepage.xsl
Fix handling of namespace declaration for conversion to NS sourcebase.
• Robert Stayton: titlepage.xsl
Modified to support roundtrip conversion between namespaced
version and non-namespaced version.
• stilor: titlepage.xsl
Remove autoguessing of the namespace for wrapper elements; determine namespace by prefix, if any.
Extensions
The following changes have been made to the extensions code since the 1.78.1
release.
• Jirka Kosek: build.xml
Added clean targets
• Jirka Kosek: build.xml
Extensions and other builds ported to Ant
1.44 2016-02-26 NEILB
- Fixed the handling of text without a trailing newline. This module now
adds the same text that the diff tool does, "\n\\ No newline at end of
file\n". Previously this module simply produced broken diffs when one or
both files had no trailing newline. Fixed by Dave Rolsky. GitHub #1.
Patch provided by Carsten Kunze via pkgsrc-wip and discussed with me via private
emails.
Changes:
Release 160217
==============
2016-02-17
tbl: Invalid memory access bug fixed. (When testing if a
line starts with '_' or '=' it did not check if the string is
empty.)
2016-02-16
.tr bugfix: When the first character given to .tr was un-
known, all character translations had been done wrong.
2016-02-11
tbl troff bug fixed: Height of table had been calculated
wrong. This could lead to graphics artifacts if a table is
at page bottom.
2016-02-10
Many changes to -man and -mdoc. Heirloom's manual page for-
matting is now quite compatible to groff.
2016-02-08
Operator 'v' added for ".if". (Some manpages using this.)
2016-02-02
-ms: Macros .QS and .QE added.
2016-01-29
Support for groff's notation \[uXXXX] added.
2016-01-26
nroff: Use of new names for .char now possible. (Up to now
only names found in the tab file could be used.)
2016-01-01
Spaces are now allowed in filenames of .cf, .fp, .lf, .nx,
and .so requests. The documentation stated that %20 could be
used to escape spaces. However this was not implemented.
The implementation has now been changed to allow spaces by
quoting the filename with '"'. Additionally character codes
up to 255 are allowed now in filenames. (Bug reported by
Jacob Parker (https://github.com/jacobp100).)
2015-12-23
groff's operator ".if F <font>" added.
2015-12-18
Support for groff's notation \[char<n>] added.
2015-12-10
File system case-sensitivity issue fixed. (Reported by Henry
McGilton.)
2015-10-28
Set previous font to current font in case of unknown font.
This is the groff behaviour. E.g. \fIfoo\fP \f(CWbar\fP blah
did underline "blah" in AT&T nroff.
2015-09-23
\n[.ns] implemented (had only been documented up to now).
2015-09-21
Basic HTML support added.
2015-09-18
Escape \I added (test if argument is a valid identifier). \I
is equivalent to groff's \A.
2015-07-14
PDFMark: \X'SetBorderStyle' added.
2015-07-08
Special groff compatibility mode for manual pages added which
is enabled when register .g is set to 1.
2015-06-24
.box bug fixed: .box did discard part of roff's state.
2015-06-22
mm(7): .PGFORM added to allow line length change inside docu-
ment.
2015-06-10
.ie-.el bug fixed. Up to now .ie-.el did not work fully re-
liable in AT&T roff. (Found during -mdoc debugging.)
2015-06-08
mdoc: Macro Lb with library definitions for FreeBSD and
NetBSD added.
2015-06-05
nroff -T37 (default), -Tlp and -Tlocale: Display of pic(7)
drawings implemented.
2015-06-04
troff -Tpost: All font description files now uppercase (for
use on case-insensitive file systems) and use of groff font
names instead of traditional names now possible with .ft and
\f.
2015-05-26
Bugfix: nroff: Local motions had not been local (did stay in
effect across line boundary).
nroff: Request \D'l ...' added.
2015-05-02
mdoc(7): .El: List type stack bug fixed.
cmark is the C reference implementation of CommonMark, a rationalized version
of Markdown syntax with a spec.
It provides a shared library (libcmark) with functions for parsing CommonMark
documents to an abstract syntax tree (AST), manipulating the AST, and rendering
the document to HTML, groff man, LaTeX, CommonMark, or an XML representation of
the AST. It also provides a command-line program (cmark) for parsing and
rendering CommonMark documents.
Originally packages in pkgsrc-wip/cmark by Kamil Rytarowski
Upstream changes:
0.4.1 2015-09-18 15:45:02+02:00 Europe/Oslo
Replaced Class::MOP::class_of() calls with Moose::Util::find_meta().
Added huge => 1 parameter to LibXML DOM parser, to support large
text nodes.
Upstream changes:
1.58 2016-02-08
- Merge a pull-request regarding the handling of isPermaLink:
- https://github.com/shlomif/perl-XML-RSS/pull/2
- Thanks to @dwmc15873 for the changes.
1.57 2015-12-13
- Update an old E-mail address for Shlomi Fish.
Upstream changes:
2.22 2015-12-05 11:08:20+13:00 Pacific/Auckland
- POD fix in link to package XML::SAX::ParseFactory (from Mohammad S Anwar)
- allow subclass to override attribute escaping (from Christopher Masto)
- POD fix adding NAME section to FAQ (RT#110080 from Bart Martens & gregor
herrmann of the Debian project)
- POD typo fix (RT#110082 from gregor herrmann of the Debian project)
- fix reference comparison operator used in checking for circular data
structures (RT#89553 from Laurent Dami)
- add better diagnostics from file handling code in test suite
2.21 2015-12-04 16:33:49+13:00 Pacific/Auckland
- Improved diagnostics - xml_in() will now catch parse exceptions and add
caller information via Carp::croak
- Switch to use lexical warnings (suppress with either 'no warnings;' or
'no warnings "XML::Simple";', rather than $^W = 0)
- POD fixes (from David Steinbrunner)
- Regex escaping fixes for Perl 5.22+ (from Kent Fredric)
- Add workaround for test failures on RHEL/CentOS 6.5 (RT#102115 from
Chris Drake, workaround from Tim Bunce)
- Remove some 'eval' calls from test suite which could mask root cause of
test failures
- Make each test script use unique filenames to allow tests to be run in
parallel (RT#101362 from Karen Etheridge & Kent Fredric)
- POD update: mention XML::Twig in 'STATUS' section (RT#79228 from Matt Trout)