* Fixes for builddir != srcdir
* Plural form rules for more languages, from Changwoo Ryu
* Fixed DOC_H_FILE build system, fixes#170680
* Updated licensing terms
* Made -p POFILE and -u POFILE work directly on PO file (Danilo)
* Made -p POFILE read directly PO file, instead of depending on msgfmt (Danilo)
* Updated translations:
rw (Steve Murphy)
hi (Rajesh Ranjan)
en_CA (Adam Weinberger)
da (Martin Willemoes Hansen)
pt_BR (Raphael Higino)
The "Lingua::EN::Sentence" perl module splits text into its
constituent sentences, based on a regular expression and a list of
built-in and provided abbreviations.
* Various kludge for DTD-less case.
* Use unibyte-char-to-multibyte if enable-multibyte-characters.
* (sgml-do-processing-instruction): new handling of <?PSGML> processing
instruction.
* (sgml-setup-doctype): add Predefined Entities for XML.
* catalog, catalog.xml: enable users to have "current" in schema URIs
in doc instances;
http://docbook.sourceforge.net/release/website/current/schema/
Yeah, I know that it's traditionally been the case that DocBook
doc instances contain public and system IDs for a specific version
of the DocBook DTD. But note that:
- all versions of DocBook 4 are backward-compatible
- doc instances don't actually need to contain any system or
public ID at all users employ RELAX NG-based tools
- for RELAX NG-based toolchain, users will probably be authoring
and validating their doc instances against whatever is the
current version of the RELAX NG schema for DocBook that that
they have installed
So enabling users to put "current" in their doc instances instead
of a specific version number means that they don't need to update
the URIs if/when they want to author/validate using a future
version of the DTD.
* AUTHORS, BUGS, COPYING, INSTALL, README, TODO: Added standard distro
files, to make life easier for packagers;
From README, moved copyright info to COPYING and install info to
INSTALL. README content is not just minimal how-to info. Added
BUGS and TODO, which are just pointers to SF trackers. Added
AUTHORS just for sake completeness.
* Makefile: generate RELEASE-NOTES.html/.txt
* RELEASE-NOTES.xml: New file.
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
changes:
-Enable building outside of srcdir
-Use bind_textdomain_codeset to set UTF-8 encoding for all translations
-Do not delete the GtkTextTag from the tag table (needed for shared
tag tables)
-bugfixes
-translations added
update BUILDLINK_DEPENDS on libxml2 to 2.6.17 (for module support)
noted by reed@
1.1.14: Apr 02 2005:
- bug fixes: text node on stylesheet document without a dictionary
(William Brack), more checking of XSLT syntax, calling xsltInit() multiple
times, mode values interning raised by Mark Vakoc, bug in pattern
matching with ancestors, bug in patterna matching with cascading select,
xinclude and document() problem, build outside of source tree (Mike
Castle)
- improvement: added a --nodict mode to xsltproc to check problems for
docuemtns without dictionnaries
This release include a number of bug fixes, some build fixes and more
improvements on the W3C XML Schemas validation from Kasimier Buchcik:
build fixes:
- drop .la from RPMs
- --with-minimum build fix (William Brack)
- use XML_SOCKLEN_T instead of SOCKLEN_T because it breaks with
AIX 5.3 compiler
- fixed elfgcchack.h generation and PLT reduction code on Linux/ELF/gcc4
bug fixes:
- schemas type decimal fixups (William Brack)
- xmmlint return code (Gerry Murphy)
- small schemas fixes (Matthew Burgess and GUY Fabrice)
- workaround "DAV:" namespace brokeness in c14n (Aleksey Sanin)
- segfault in Schemas (Kasimier Buchcik)
- Schemas attribute validation (Kasimier)
- Prop related functions and xmlNewNodeEatName (Rob Richards)
- HTML serialization of name attribute on a elements
- Python error handlers leaks and improvement (Brent Hendricks)
- uninitialized variable in encoding code
- Relax-NG validation bug
- potential crash if gnorableWhitespace is NULL
- xmlSAXParseDoc and xmlParseDoc signatures
- switched back to assuming UTF-8 in case no encoding is given
at serialization time
improvements:
- lot of work on Schemas by Kasimier Buchcik on facets checking and
also mixed handling.
This package was broken for a time, when the NO_BUILD that is set by
its Makefile broke the xmlcatmgr handling.
Increase the PKGREVISION now to have a known-good version of this package
again.