1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
|
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.86
======
* Fix warnings: old-style function definition [-Wold-style-definition]
* {entity-map,iso-entities}/configure.ac: Use AC_OUTPUT without arguments.
* Update current maintainer here and there.
* man/*.1
- linuxdoc.1: Improve options format
- Remark that all this is LinuxDoc only. Fix and update dates.
- Start sentences in a new line.
- Some improvements after results of mandoc -T lint checks
* perl5lib/LinuxDocTools.pm:
- Better handling of allowed file suffixes and related error message.
- Add non dir check to ldt_searchfile.
0.9.85
======
* Honour --datarootdir.
* Do not hardcode docdir, use dir set from configure.
* Allow customization of package dtd dir location (--with-dtddir=dir)
* Improve no warranty/liability clause in copyright notice.
0.9.84
======
(Alireza Arzehgar)
* Enable Farsi as allowed language (currently only for html)
* Make Lang.pm language strings utf-8.
* Add Farsi translation for html navigation strings.01
* Add RTL support to project for html mode.
(Agustin Martin)
* Makefile.in::distclean:
- Remove entity-map/sdata/Makefile and doc/guide.pdf.
0.9.83
======
* sgmls-1.1:
- Avoid implicit ints/function declarations in configure.
- Deal with C23 making -Wstrict-prototypes error by default.
0.9.82:
=======
* latex2e backend:
- Add support for Korean uft-8.
- Some cleanup and code reorganization.
* doc/guide.html: Add missing semicolon to some entity names.
* entities/sdata/ISOnum.2html: Do not unconditionally convert £
to latin1 symbol, leave generic coding independent £
0.9.81:
=======
* latex2e backend:
- Add basic support for integrated makeindex run.
- Make 'platex' the default for euc-jp Japanese.
- Some improvements in Japanese support.
- Fix buggy comparison.
* New ldt_err_log function to print to STDERR and log file.
* Use compile time 'use VERSION' rather than runtime
'require VERSION'
* Some more cleanups and code upgrades.
0.9.80:
=======
* linuxdoc.in: Load modules after declaring lib. Thanks Felix
Palmen.
0.9.79:
=======
* Reorganize the entity maps build chain and section.
* latex backend: Make lang package selection more generic.
* Experimental and partial support for simplified Chinese.
* linuxdoc.in: Move ldt_which to Utils.pm.
* Update some documentation and headers.
0.9.78:
=======
* info backend: Better handling of tabular environments.
* rtf backend:
- Support utf-8 by translating utf8 to rtf unicode representation.
- Process sgml entities and replace them according to rtf
charmaps.
- ISOnum.2rtf: Use rtf escaped codes for sgml entities
translation.
- rtf2rtf.l: Increase reserved `outname' size by 6 bytes.
- Cosmetic changes and some logging.
0.9.77:
======
* lyx backend:
- Experimental support for UTF-8 (and may be euc-jp and euc-kr).
- Pass language and charset to generated lyx file.
* entity.map/: generate some UTF-8 mappings.
* fmt_latex2e.pl: Behave differently when --language is unset than
when set to English.
0.9.76:
======
* Html2Html.pm: Write charset meta line for all supported charsets.
* Write a logfile in temporary dir.
* Some improvements in Japanese+utf-8 support. Experimental.
* Convert latin1 to sgml entities only for html backend.
Complete latin1tosgml conversion tables. Reorganize.
* latex backend:
- Preliminary Japanese+utf-8 support.
- Use a single function for cleanup.
- Reorganize latex selection.
0.9.75:
======
* Fix wrong name in hash reference for options passed to Html2Html.pm.
* Basic support for UTF-8 string translations in html.
* Code reorganization and documentation improvements.
0.9.74:
======
* Preliminary implementation of utf-8 charset support.
* Make latex backend quiet by default. New --verbosity option for
verbosity selection.
* Pass @documentencoding to texinfo for supported charsets.
* entity-map/,iso-entities/:
- More configure.in to configure.ac renamings. Old name is deprecated.
- Refresh configure with recent autoconf.
* Remove more trailing whitespace and other cosmetic changes.
0.9.73:
======
* guide.sgml: Update some ancient www links and remove trailing
whitespace.
* LinuxDocTools.pm: Work around a bug in opensp when dtddecl support is
enabled. Use more explicit names for tempfiles.
* man/rtf2rtf.1: Typo fix.
* Rename configure.in to configure.ac. Old name is deprecated.
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 honor /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).
Local Variables:
tab-width: 1
left-margin: 1
End:
|