ChangeLog for JavaStyle plugin
===========================================================================

Version 1.0
-----------
* new sort options
* better english (thanks to Steve Jakob)
* Bugfix: SettingNotFoundException if param/return tags were marked "not required"
* Bugfix: IllegalAccessError if compiled with IBM JDK 1.1.x
* requires jEdit 3.0final or higher


Version 0.4.1
-------------
* Bugfix: option "Spaces between JavaDoc star and text" changes were not saved
* Bugfix: option "Line up names and descriptions" didn't work
* requires jEdit 3.0pre5 or higher


Version 0.4
-----------
* new option panes for JavaDoc stubs, JavaDoc tags, and single line comments
* new option "Reformat when buffer is saved"
* new option "'throws' starts on a new line" (Chris Seguin)
* new option "Method brackets are on lines by themselves" (Chris Seguin)
* new option "Ignore lines shorter than xxx characters" on JavaDoc wordwrap (Chris Seguin)
* new option "Spaces between JavaDoc star and text" (Chris Seguin)
* new option "Additional space between JavaDoc tag and star" (Chris Seguin)
* new option "Line up names and descriptions" in JavaDoc comments (Chris Seguin)
* restores the current cursor position on reformat
* now regards jEdit3.0 indentSize property
* fixed newline bug (entire buffer is double spaced on save)
* updated to JREFactory 2.5.38
* requires jEdit 3.0pre5 or higher


Version 0.3.1
-------------
* updated to JREFactory 2.5.20
* requires jEdit 2.6pre7 or higher


Version 0.3
------------
* switched to the PrettyPrinter library, which is part of the
  JREFactory suite 2.5.10 by Chris Seguin <seguin@acm.org>.
* therefore a different set of formatting options
* new author and maintainer: Dirk Moebius <dmoebius@gmx.net>
* requires JDK 1.1.x and jEdit 2.5.1 or higher


Version 0.2
-----------
* bug fix for DOS end of lines (/n/r) which could raise troubles with jEdit
* more complete JavaDoc
* some error corrections on index.html
* requires JDK 1.1.x and jEdit 2.1pre3 or higher


Version 0.1
-----------
* initial release by Andreas Schaefer <andreas.schaefer@madplanet.com>
