File octave-forge-generate_html.changes of Package octave-forge-generate_html
-------------------------------------------------------------------
Thu Aug 13 10:36:28 UTC 2015 - dmitry_r@opensuse.org
- Update to version 0.1.9
* Bugfix release
-------------------------------------------------------------------
Sat May 2 21:00:14 UTC 2015 - dmitry_r@opensuse.org
- Update to version 0.1.8
* Bug fixes
- html_help_text.m, texi2html.m: Fix a bug that was the cause of unmatched
</p> tags in the HTML output.
- get_html_options.m: Fix default header (add !DOCTYPE, charset, etc.)
and Octave Forge header (unordered <ul> </ul> lists are not allowed to be
nested in <p> </p> blocks).
* Other changes
- html_help_text.m: Now entirely based on texi2html.m
- texi2html.m: Use <dt class="deftypefn"> </dt> blocks both with TexInfo 4.x
and with TexInfo 5.x.
-------------------------------------------------------------------
Wed Apr 8 08:05:39 UTC 2015 - dmitry_r@opensuse.org
- Update to version 0.1.7
* Bug fixes
- Omit the "News" link if there is no NEWS file, instead of generating an
error (the NEWS file is optional, according to the manual)
- Fix broken links on the NEWS, COPYING and overview pages (the link that
was supposed to point to the index.html of the package)
- Protect symbols <, > and & by replacing them with the corresponding HTML
entity (<, > and &) everywhere it makes sense
- get_txi_files.m: Update the list of ignored *.texi files
- generate_package_html.m: Let email addresses appear if they exist in
DESCRIPTION (they were previously hidden because of the < > delimiters)
- generate_package_html.m: Fix anchor names
- html_help_text.m: Hide figures only if gnuplot is in use (bug#33180)
- html_help_text.m: Prevent empty <pre> </pre> blocks (bug#44451)
* New features
- Introduce a new %charset variable for header template, which defaults to
utf-8 (instead of the hard-coded iso-8859-1 that was previously in use)
* Documentation
- Add generate_operators to the INDEX
- Provide minimal (one-line) help text for generate_html_manual
* Cleanup
- Remove obsolete function generate_alphabet
- Remove unused "docbrowser" style
-------------------------------------------------------------------
Thu Feb 26 16:06:43 UTC 2015 - dmitry_r@opensuse.org
- Split from octave-forge package, version 0.1.6