Tue Sep  2 13:38:20 1997  Jean-Guy Speton  <speton@jasper.CS.ORST.EDU>

	* Percolator-beta3 released.

	* The break lines option is now active.  Percolator will only
	break lines between tokens which are normally separated by a
	space.  Line breaks in method declaration parameter lists occur
	only on commas.

	* Statements continued on subsequent lines are now indented an
 	additional amount to offset them from separate statements.

	* Minor fixes.
	
Mon Sep  1 12:55:53 1997  Jean-Guy Speton  <speton@jasper.CS.ORST.EDU>

	* Implemented "Sort Methods" and "Sort Interface Implementations"
 	switchable options which were previously locked on.

	* Added separate brace placement options for classes/interfaces,
 	methods (including static/instance initializers) and statements
	(including array initializers).

	* Minor per-token formatting improvements.

	* Saved files terminate lines with \n\r under Windows platforms
 	and with \n under all other platforms (previously all platforms).

	* All Percolator-generated comments are now prepended with a
 	special tag to differentiate these comments from user comments.
  	The tag is also used by Percolator to identify and remove existing
 	generated comments from source files when re-Percolating such
 	files.

	* Percolator is now much more selective about when it will try to
	qualify an identifier as an imported class.  This corrects errors
	resulting from using imported class names as declared class names,
	variables, etc. (a legal but generally confusing practice).

	* No longer improperly interprets constructor call parameters in
	field initializers as additional field declarations.

	* 'synchronized' keyword now properly preserved in method
	declarations.

	* Minor fixes.

Thu Aug 21 14:36:18 1997  Jean-Guy Speton  <speton@jasper.CS.ORST.EDU>

	* Percolator now looks for superclasses within the same source
	file.  It will not look beyond top-level classes.

Fri Aug 08 13:37:29 1997  Jean-Guy Speton  <speton@jasper.CS.ORST.EDU>	

	* Percolator-beta2 released.
	
	* Anonymous classes now handled properly.
	
	* Multi-line fields handling improved.

	* Exported files have spaces converted to tabs.
	
	* Added options for placement and cuddling of braces.

	* File->Save menu option now works.
	
	* Percolator now properly remembers the directory where source
 	files were loaded.