Blob Blame History Raw
Changelog for linuxdoc-tools:

This package is no longer packaged as Debian native and this
Changelog will only contain changes after that happened.

For changes when this was packaged as a Debian native package,
please see "doc/CHANGES.Debian-native".


0.9.72:
======
 * Use a Makefile for final doc build, after choices validation.
 * Handle perl 5.22 deprecation of unescaped left brace in regular
   expressions inside fmt_latex2e.pl.
 * Upgrade deprecated latex2e commands in fmt_latex2e.pl:
   {\em  } -> \emph{} and {\tt } -> \texttt{}.
 * LinuxDocTools.pm::process_file: Fail if pipe to nsgmls fails (LP:#1552398).
 * Use generic ${MAKE} in doc/Makedoc.sh rather than harcoded
   "make". Thanks, Ilya Tumaykin.
 * Fix compilation with >=flex-2.6.1. Thanks, Ilya Tumaykin.
 * Makedoc.sh: Make sure ${PREFIX} is honoured where needed. Thanks
   Felix Palmen.
 * Makefile.in: Use ${INSTALL_SCRIPT} to install linuxdoc perl
   script. Thanks Felix Palmen.

0.9.71:
======
 * doc/Makedoc.sh: Really pass --filter to txt backend to strip control chars.

0.9.70:
======
 * Replace #include <malloc.h> with standard #include <stdlib.h> in
   rtf2rtf.l.
 * Build documentation in build target, not in install target
   (Debian #800537).
 * More versatile handling of doc formats, allowing explicit selection or
   full disabling. Add pdf format and built it instead of dvi+ps.
 * sgmlpre/sgmlpre.l: Fix some "type defaults to 'int'" warnings.
 * Add $main::isoentities_prefix/share/sgml/sgml-iso-entities-8879.1986/catalog
   catalog location.
 * doc/Makedoc.sh: Other changes,
   - Make dvips honour /etc/papersize if letter. a4 otherwise.
   - Do not preserve gzip timestamps when creating guide.ps.gz.
   - Make POSIX sh portable and use as such from Makefile.in.
 * The usual minor changes here and there.

0.9.69:
=======
 * Fix compilation with new flex. Thanks Martin Milata (Debian #700958).