new stylesheet and removal of japanese localization

This commit is contained in:
Lars Kühne 2003-02-04 20:34:11 +00:00
parent 6136db071d
commit c8a0d3e6d4
1 changed files with 8 additions and 0 deletions

View File

@ -63,6 +63,7 @@
<li class="body">Detect obsolete final modifier in interfaces (request 651121).</li>
<li class="body">Detect whitespace before ';' (request 521323).</li>
<li class="body">Added DTD for XML output (request 622157).</li>
<li class="body">Added an XSL stylesheet to convert XML output to plain text, contributed by Jon Scott Stevens.</li>
<li class="body">Added portuguese localization, contributed by Pedro Morais.</li>
<li class="body">Added finnish localization, contributed by Ville Skytt&auml;.</li>
<li class="body">Added french localization, contributed by Pierre Dittgen.</li>
@ -82,6 +83,13 @@
<li class="body">Ant Task: NullPointerException when type was not specified in formatter (bug 670321).</li>
</ul>
<p class="body">
Removed features:
</p>
<ul>
<li class="body">Removed support for japanese localization until we find a new maintainer.</li>
</ul>
<p class="body">
API changes (only relevant for IDE plugin authors):
</p>