2000-07-27  Pauli Virtanen <pauli.virtanen@saunalahti.fi>
	* Moved more list definitions to finnish_data.cc.
	* Made potential negative and imperative forms to use no suffix
	  particles.
	* Made verb passive 3rd infinitive instructive not to use any
	  suffix particle.
	* Released version 0.6.

2000-07-25  Pauli Virtanen <pauli.virtanen@saunalahti.fi>
	* Modified the '-a' command line option to cause suffix particles to
	  be added also to the possessive suffixed word forms. (This is now
	  disabled by default.) It doesn't disable miscellaneous things
	  anymore.
	* Made adjectives to produce different flags for comparative and
	  superlative, because it reduces the amount of output *much*.

2000-07-15  Pauli Virtanen <pauli.virtanen@saunalahti.fi>
	* Added command line options, which specify whether to use possessive
	  suffixes and suffix particles.
	* Moved files around, and moved to GNU Automake build system.
	* Moved Finnish global data to finnish_data.cc.
	* Made verbs.cc to produce also the passive present form of verbs
	  without suffix particles.

2000-07-14  Pauli Virtanen <pauli.virtanen@saunalahti.fi>
	* Completed the verb output functions: they produce now *all*
	  Finnish verb forms.

2000-07-14  Pauli Virtanen <pauli.virtanen@saunalahti.fi>
	* Reassigned some flags -> existing dictionaries must change!
	* Verbs have now three basic stems on which I build.
	  -> Splitted verb flag creation to three functions.
	* Added suffix particles to past forms in do_verb_declination_stem
	* Added do_verb_infinitive_stem, which outputs many verb forms.

2000-07-12  Pauli Virtanen <pauli.virtanen@saunalahti.fi>
	* Now output suffix forms from tables instead of just coding them:
	  the advantage is that front vowel versions can now be produced
	  very easily from the back vowel versions. It also cleans up the code.
	* Added generation of 3rd active infinitive, 1st active partiticipe,
	  most 3rd active singular and plural imperfect, and all active
	  conditional forms. Phew.

2000-07-08  Pauli Virtanen <pauli.virtanen@saunalahti.fi>
	* Added noun output functions, and a verb output function 
	* Made the adjective output function not to use suffix particles

2000-06-19  Pauli Virtanen <pauli.virtanen@saunalahti.fi>
	* Project began.
	* Wrote many helper functions and the adjective output functions.

before:
	* Some (poor) perl scripts and other attempts were made.
