13/07/99 (rasca)

	* latex.c: small fixes to use the right font for latex2e output

	* ps.c: added code to draw an object simular to an ellipse :)

12/07/99 (rasca)

	* epsf.c, ps.c: added some code to draw lines

11/07/99 (rasca)

	* font.c: changed functions to meet the new font names in gnumeric

	* epsf.c, ps.c: right alignment for text

10/07/99 (rasca)

	* added experimental EPSF support

	* added PDF support by using groff and ghostscript

	* merged in parts of miguels changes from gnumeric 0.28

09/07/99 (rasca)
	- export latex2e: added font colors
	- added latex2e export funktion
	- export latex: support for monospaced (\tt) font
	- export troff/ps: support for helvetica font
	- export troff: put font size information into the troff file
	- export troff: support for fixed font formated cells
	- export html: use TT-tag for fixed font
	- minor improvements to the troff export filter

08/07/99 (rasca)
	- added first prototype for exporting as TROFF
	- exporting html: fixed a bug which ignored empty cells
	- exporting html: added caption to every table
	- exporting latex: fixed a bug which ignoerd empty cells

1999-07-07  Miguel de Icaza  <miguel@gnu.org>

	* html.c: Split the code in manageable chunks.

	* html.c: Removed useless pieces of code.

07/07/99 (rasca)
	- added first latex export code
	- minor code clean ups
	- import horizontal cell alignment (right and center)
	- support for exporting fore- and background colors
	- correct email address in README
	- added file_format_unregister_open()
	- reading now honors italic and bold

07/07/99 (rasca)
	- minor changes to the writing code, so that the cell could
	  also have values like "<hello>"
	- simple html read function which does not recognize alignment
	  or bold/italic ..

06/07/99 (rasca)
	- right and left alignment, bold and italic seems to work :)
	- started to write a html plugin to save a sheet as a raw html file

