2019-10-24 20:22:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 24 20:21:24 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
- update to version 7.8:
|
|
|
|
* textwrap.c, langinfo.c, hxnormalize.c: Added knowledge about
|
|
|
|
languages that do not use spaces between words. In such languages,
|
|
|
|
a newline should not be converted to a space in outc() in
|
|
|
|
textwrap.c, but only to a break opportunity.
|
|
|
|
* hxtoc.c: The element to group headings in HTML5 is called
|
|
|
|
HGROUP, not HEADER. The heading of a section (SECTION, ARTICLE,
|
|
|
|
etc.) need not be the first element, there may be non-header
|
|
|
|
elements before it.
|
|
|
|
* hxwls.c: Print "longdesc", "classid" or "codebase" in the second
|
|
|
|
column for the corresponding attribute. Also recognize srcset
|
|
|
|
(somewhat).
|
|
|
|
* hxnormalize.c: Added option -X to indicate the input is XML
|
|
|
|
instead of HTML. Handle conversion of CDATA elements to XML by
|
|
|
|
escaping < and & instead of adding <![CDATA[. Added corresponding
|
|
|
|
test normalize13.sh.
|
|
|
|
|
2018-07-14 19:58:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 14 19:44:10 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Cut overly long description and trim bias.
|
|
|
|
|
2018-05-27 08:47:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 27 08:45:43 UTC 2018 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
- update to version 7.7:
|
|
|
|
* dtd.hash: Don't include the arguments in the forward declaration
|
|
|
|
of lookup_element(), because those arguments differ slightly
|
|
|
|
depending on which version of gperf is used to generate dtd.c:
|
|
|
|
"unsigned int" in gperf 3.0 vs "size_t" in gperf 3.1.
|
|
|
|
* conficgure.ac: Check for libiconv with the AM_ICONV macro (from
|
|
|
|
gettext) instead of AC_SEARCH_LIBS. (Advice from Christian
|
|
|
|
Weisgerber, received via Anthony Bentley). That in turn requires
|
|
|
|
adding config.rpath to the EXTRA_DIST in Makefile.am.
|
|
|
|
* hxindex.c: Replaced fgets() by getline(), to allow lines of
|
|
|
|
arbitrary length in the term database.
|
|
|
|
|
2018-02-18 17:14:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 18 17:03:55 UTC 2018 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
- update to version 7.6:
|
|
|
|
* fix read uninitialized memory bug
|
|
|
|
- update to version 7.5:
|
|
|
|
* bugfixes
|
|
|
|
* Added support for HTML5 elements (source, audio, video)
|
|
|
|
|
2017-12-31 04:18:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 30 11:18:16 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
- initial package for version 7.4
|