1999-02-07    <michon@notonecte>

	* first public relase on my birthday. Let's
	shed a tear

1999-01-30    <michon@notonecte>

	* decided to write a macro to discard all those
	stupid ``might be used uninitialized'' warnings

	* now working with debian2.0, linux2.2

1999-01-22  exterminator  <michon@notonecte>

	* added a macro for an on-the-fly realloc
	of array 

1999-01-20  exterminator  <michon@notonecte>

	* decided to use cvs from now

1999-01-18  exterminator  <michon@notonecte>

	* ran the decision algorithm for the first
	time on a proof sheet. approx 70% correct
	recognition on perfectly drawn characters with
	as little as 4 classifiers. Disappointing:
	OVERXLINE and UNDERBASELINE are very difficult
	to control on real texts. I wonder if NHOLES
	is as good as I thought, since a ``s'' sometimes
	is reported to have 4 holes?!

1999-01-16  exterminator  <michon@notonecte>

	* tried QUEST decision tree package on a sample

	* wrote xet

	* wrote command-line code with getopt

1999-01-12  exterminator  <michon@notonecte>

	* youpi! correct_orientation, rotate, all connexity
	code working with correct memory allocation

1999-01-11  Emmanuel Michon  <michon@oreste.enst.fr>

	* beginning work on associating holes to characters

	* working code for finding paths, reassembling,
	smoothing, computing associated values.

1999-01-09  exterminator  <michon@notonecte>

	* MALLOC_CHECK_ also has interesting results

1999-01-08  Emmanuel Michon  <michon@iphigenie.enst.fr>

	* added a type parameter to my own malloc to compell
	user to specify it

	* implemented trivial macros for my own malloc debugging
	functions. Since asprintf and getline malloc themselves,
	I made two more tiny macros MYOWN_ASPRINTF and MYOWN_GETLINE

	* discovered the fact that you cannot really know
	how much size you have to alloc before sprintf in it
	(unless using the marvellous GNU asprintf) is a 
	real trouble in C programming as tells comp.lang.c faq.
	I will go on using asprintf and getline

1999-01-07  exterminator  <michon@notonecte>

	* implemented a so-called bool type 

	* discovered variadic macros. implemented MESSAGE

	* completely changed list types to speed up and allow
	connexity to recognize also non-closed paths

1998-12-27    <quinefaut@clipper.ens.fr>

	* beginning code for horizontal line cutting

	* created documentation images

	* _GNU_SOURCE allows getline, asprintf, comparison_fn_t
	without warnings

	* achieved a working code for slope correction

1998-12-21  exterminator  <michon@notonecte>

	* asprintf prototype missing causing warning
	



	