Blame ChangeLog

Packit 9741aa
Changelog for linuxdoc-tools:
Packit 9741aa
Packit 9741aa
This package is no longer packaged as Debian native and this
Packit 9741aa
Changelog will only contain changes after that happened.
Packit 9741aa
Packit 9741aa
For changes when this was packaged as a Debian native package,
Packit 9741aa
please see "doc/CHANGES.Debian-native".
Packit 9741aa
Packit 9741aa
Packit 9741aa
0.9.72:
Packit 9741aa
======
Packit 9741aa
 * Use a Makefile for final doc build, after choices validation.
Packit 9741aa
 * Handle perl 5.22 deprecation of unescaped left brace in regular
Packit 9741aa
   expressions inside fmt_latex2e.pl.
Packit 9741aa
 * Upgrade deprecated latex2e commands in fmt_latex2e.pl:
Packit 9741aa
   {\em  } -> \emph{} and {\tt } -> \texttt{}.
Packit 9741aa
 * LinuxDocTools.pm::process_file: Fail if pipe to nsgmls fails (LP:#1552398).
Packit 9741aa
 * Use generic ${MAKE} in doc/Makedoc.sh rather than harcoded
Packit 9741aa
   "make". Thanks, Ilya Tumaykin.
Packit 9741aa
 * Fix compilation with >=flex-2.6.1. Thanks, Ilya Tumaykin.
Packit 9741aa
 * Makedoc.sh: Make sure ${PREFIX} is honoured where needed. Thanks
Packit 9741aa
   Felix Palmen.
Packit 9741aa
 * Makefile.in: Use ${INSTALL_SCRIPT} to install linuxdoc perl
Packit 9741aa
   script. Thanks Felix Palmen.
Packit 9741aa
Packit 9741aa
0.9.71:
Packit 9741aa
======
Packit 9741aa
 * doc/Makedoc.sh: Really pass --filter to txt backend to strip control chars.
Packit 9741aa
Packit 9741aa
0.9.70:
Packit 9741aa
======
Packit 9741aa
 * Replace #include <malloc.h> with standard #include <stdlib.h> in
Packit 9741aa
   rtf2rtf.l.
Packit 9741aa
 * Build documentation in build target, not in install target
Packit 9741aa
   (Debian #800537).
Packit 9741aa
 * More versatile handling of doc formats, allowing explicit selection or
Packit 9741aa
   full disabling. Add pdf format and built it instead of dvi+ps.
Packit 9741aa
 * sgmlpre/sgmlpre.l: Fix some "type defaults to 'int'" warnings.
Packit 9741aa
 * Add $main::isoentities_prefix/share/sgml/sgml-iso-entities-8879.1986/catalog
Packit 9741aa
   catalog location.
Packit 9741aa
 * doc/Makedoc.sh: Other changes,
Packit 9741aa
   - Make dvips honour /etc/papersize if letter. a4 otherwise.
Packit 9741aa
   - Do not preserve gzip timestamps when creating guide.ps.gz.
Packit 9741aa
   - Make POSIX sh portable and use as such from Makefile.in.
Packit 9741aa
 * The usual minor changes here and there.
Packit 9741aa
Packit 9741aa
0.9.69:
Packit 9741aa
=======
Packit 9741aa
 * Fix compilation with new flex. Thanks Martin Milata (Debian #700958).