1999-03-04  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* configure.in: Check for libcpml and use it for all math stuff if
	available. ( libcpml - Compaq Portable Math library )
	Check for libg2c, so we can put it in front of FASTMATHLIBS.
	Increased version number to 0.8.4.

1999-02-16  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* configure.in: Fixed setting of BLASLIB in case there is no system
	wide -lblas available ( use \$(topdir) instead of $(topdir) :-).

	* acinclude.m4: Corrected error message if Qt-1.42 not found.

1999-02-14  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* INSTALL: Updated for BLAS usage. Also changed recommended KDE version
 	to KDE-1.0.

	* INSTALL, README: Changed email address to report bugs to
 	<krot-devel@bacchus.pc1.uni-duesseldorf.de>

1999-02-13  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* configure.in: Test wether BLAS library is available, use our generic
	one otherwise.

	* Makefile.am (SUBDIRS): Added blas, removed fftw.

	* blas: Added this subdirectory to contain an generic BLAS
 	implementation. This might be used as fallback if no BLAS is available
	on the target system.

1999-02-08  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* configure.in: Add test for availability of 'long double', add checks
 	for the sizes of 'char', 'short', and 'long double'.

1999-02-07  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* Makefile.am (kdoc): Added target to generate class documentation.

	* configure.in: Check for kdoc program. Needed for doc target.

	* acinclude.m4 (AC_CHECK_EGCS): Don't set the -fno-exceptions flag.

1999-02-06  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* Makefile.cvs (all): Modify for automoc, also I pt in some general
	comments to output before the target is made.

	* automoc: Get a new version from KDE. This one is really usable, so we
	go and change all subdirs to actually use it. That does actually make
	the Makefile.am files a lot easier, also make dist outside the srcdir
	works.

1999-01-19  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* configure.in: Put -lffm and -lfm in FASTMATHLIBS when available.

	* acinclude.m4: Check for Qt version number explicitly - needs to be
 	QTVERSION >= 142.
	Remove check for FORTRAN support library - autoconf now can do it by
 	itself.
	Tell the user when we are adding -fno-exceptions to compiler flags.

	* configure.in: Check for stdint.h include.

1999-01-09  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* copyright: Added 1999 to all my copyright notices.

1998-12-02  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* release: 0.8.2
	
1998-11-06  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* configure.in (topdir): Explicit substitute F77.

1998-10-12  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* release: 0.8.1
	
	* configure.in, krot.lsm: Increased version number to 0.8.1.

1998-10-09  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* release: 0.8
	
	* krot.lsm: Added this file to the repository.
	(Primary-site): ftp.kde.org is declared to be primary site now.

	* README.QT: Copied new README.QT from Qt-1.41 here. It's much shorter
 	and nicer than the old one.

1998-09-30  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* acinclude.m4 (AC_CHECK_LIBF2C): Put FORTRAN support lib in front of
	all already defined libs.

	* configure.in: Dont check for libm any more. It is looked up by every
	compiler automatically anyway.

1998-09-25  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* CITATION: 
	* Makefile.am (EXTRA_DIST): Added the file CITATION to the repository
	and the distribution.

1998-09-23  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* acinclude.m4 (all_includes): We need Qt-1.40 now.

1998-09-17  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* configure.in: explicitly add -lffm and -lfm to LIBS, if they are
 	found.

	* acinclude.m4 (LIBS): Stop configure with an error if we cannot
 	compile long FORTRAN lines.

1998-08-17  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* configure.in: Check for main in libffm and libfm, so the test are
	succesfull whenever these library are found.
	Check for egcs and turn on -fno-exceptions if it is used.

1998-08-14  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* .cvsignore: Added Makefile.in, configure, aclocal.m4 to cvsignore,
	since these are no longer pertinent in the repository.

	* configure.in: Check wether we have libffm or libfm and use them if
	possible. These are highly optimized ( lots of inline assembly ) math
 	libraries for Alpha CPUs, esp. 21164. Available from
 	http://people.frankfurt.netsurf.de/Joachim.Wesner/ .

1998-08-13  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* Makefile.cvs: Added one more autoheader run to the end, since it will
	invoced by make otherwise. We don't want that behaviour in a
	distribution ( the user might not have autoheader ) !

1998-08-04  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* Makefile.cvs: Added 'touch stamp.h.in'.

1998-08-03  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* configure.in: Restructured this file to make it more readable.
	Added testing for sizeof( int ) and sizeof( long ).

1998-07-29  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* configure.in: Add FORTRAN support to automake/autoconf procedure.

1998-07-17  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* cvs: Moved Makefile.dist to Makefile.cvs.

	* INSTALL.generic: File added to repository and distribution.

1998-06-01  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* cvs: Moved repository to bacchus disk to let other people access the
 	repository.

1998-04-27  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* cvs: Put the project under cvs control. This is to make it easier to
	work on the same projects on work and at home.
	The repository resides on a ZIP disk, hope that doesn't crash to often.
	

1998-04-24  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* release 0.7

1998-03-27  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* general: Started to put ChangeLog files into each directory and
	to separate stuff through these files.

1998-03-26  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* release: 0.6

1998-03-02  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* release: 0.5 

	* functionality: Voigt folding implemented - based on
	Humliceks 12 point formula (others will follow later on).

1998-02-27  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* functionality: Lorentz folding implemented; analogous to Gauss
	folding.

	* programming: created a new class Constants of which exactly one
	instance is created to store numerical constants in.
	This is to keep these away from global namespace.

	* functionality: Gauss folding working, Simulation::gauss() needs to be
 	reimplemented to use the FWHM parameter correctly.
	Also it should store the main area in an static array and to use that
	for accelerated lookup (instead of recalculation all time).
	

1998-02-25  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* functionality: Gauss folding implemented (in principle).
	We dont find the correct set to fold right now (to call
	Simulation::fold from DialogFoldSet::fold.) Needs to be fixed first !

1998-02-18  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* functionality: "Clear All" is working.

1998-02-17  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* functionality: added new file/class dialogFoldSet.
	This is to let the user change the sets folding parameters.

1998-02-10  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* release: 0.4
 	make a first public release to let the people check my file
 	handling/build procedure. Importing and exporting is working,
 	averaging is working, deleting sets is possible.

	* release/version policy: will put in a note after I released
	a version, not when starting it.
	
	* general: the automake/autoconf stuff is adjusted properly,
	make dist produces (hopefully) exactly what it is supposed to:
 	a working distribution file.

1998-01-30  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* global: since all the stuff did not work out, I recreated an
	global pointer to an object of type Global which can be used
	to reach the global data from everywhere.

	* global: access through kapp requires dynamic_casts everywhere,
	so I created an global object mw, which points to the MainWindow.

1998-01-29  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* global: no global object of type Global used any more, but now
	MainWindow inherits Global. So there is access through this data
	from everywhere through kapp.

1998-01-26  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* global: switched from inheriting vector<DataSet> to two
	members vector<Simulation> and vector<Simulation> to store DataSets.
	Many other parts of the code need adjustment.

1998-01-23  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* documentation: started commenting source code with java-style
 	comments and to generate html-documentation by kdoc.

	* documentation: started with locale support, created German
 	help file and translation file po/de.po.


1998-01-22  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* programming: autoconfiscated the package ( switched build-procedure
 	to automake + autoconf/configure ).

	* version: 0.4


1998-01-15  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* assignments: rudimentary implementation of assignment-process.

	* version: 0.3


1997-01-01  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* editing: on import of data user can (has to) select a set color.

	* editing: sets can be deleted.

	* file-handling: import Arnirot lines-files implemented.

	* version: 0.2


1997-12-01  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* view: Actual cursor-frequency is shown in statusbar.

	* view:  Intensities are always scaled to exactly scan the full window
 	height.

	* file-handling: This version can import/export xy-data and view it
 	correctly, including averaging.

	* programming: made the program egcs-clean.


1997-11-01  Jochen Kpper  <jochen@uni-duesseldorf.de>

	* general: Starting all over from scratch, changing toolkit to Qt,
	trying to use more object-oriented features.

	* version: 0.1
