####################
Known Bugs of FUDGIT
####################

- The plotting pipe cannot support cbreak mode and thus does not
	behave properly on help and other cbreak mode states of GNUPLOT.
	The only alternative for the moment is to use the built-in
	pager of GNUPLOT, i.e., the value of PAGER is undefined
	(in src/plot.c) before GNUPLOT is called.

- This version uses the Singular Value Decomposition method
	from Numerical Recipes. This algorithm seems to be known to
	have a bug and the next version of FUDGIT should use some other
	algorithm. I did comparison with other methods and did not find
	any difference (?!).

