2000-03-23  Jody Goldberg <jgoldberg@home.com>

	* epsf.c (epsf_write_cell) : Add HALIGN_CENTER_ACROSS_SELECTION.
	* html.c (html_write_cell{32,40}) : Ditto.
	* latex.c (html_write_wb_latex) : Ditto.
	* roff.c (write_wb_roff) : Ditto.

2000-03-23  Jon K Hellan  <hellan@acm.org>

	* boot.c (html_init): Tag html savers as AUTO, the others as
	WRITE_ONLY.

	* html.c (html_read): Set save info, tag as AUTO.

2000-03-04  Jody Goldberg <jgoldberg@home.com>

	* Makefile.am : disable ps.[ch], epsf.[ch].
	  These are now somewhat behind the times and have been superceded
	  by gnome-print.
	boot.c : Disable epsf.

2000-02-26  Almer. S. Tigelaar.  <almer1@dds.nl>

	* html.c 
	* (html_write_cell_str, html_write_cell32, html_write_cell40) :
	* (html_write_wb_html32, html_write_wb_html40) :
	Adjusted so it now uses sheet_style_computer and puts <BR> 
	tags in empty cells, this way the cells will _always_ render
	in a browser so the 'style' information is not lost for
	empty cells.

2000-01-31  Jon K Hellan  <hellan@acm.org>

	* roff.c (write_wb_roff): Check missing style.
	(html_write_wb_roff_ps, html_write_wb_roff_dvi,
	html_write_wb_roff_pdf, html_write_wb_roff): Check popen result.
	(write_wb_roff): Add command context.

	* epsf.c (epsf_write_wb): Call gnumeric_error_save on
	failure.

	* html.c (html_write_wb_html32, html_write_wb_html40): Ditto.

	* latex.c (html_write_wb_latex, html_write_wb_latex2e)): Call
	gnumeric_error_save on failure. Dont't panic on missing style.

2000-01-29  Jon K Hellan  <hellan@acm.org>

	Megacommit.

	The purpose of the changeset is twofold:

	1. Use CommandContexts for error reporting for file read/save.
	2. This allows us to let FileFormatOpen return 0 on success, -1 on
	   failure, same as FileFormatSave. The convention to return NULL
	   on success was highly ideosyncratic.

	* epsf.h (epsf_write_wb): Add CommandContext.

	* epsf.c (epsf_write_wb): ditto.

	* latex.h (html_write_wb_latex, html_write_wb_latex2e): ditto

	* latex.c (html_write_wb_latex, html_write_wb_latex2e): ditto

	* roff.c (html_write_wb_roff_ps, html_write_wb_roff_dvi,
	html_write_wb_roff_pdf, html_write_wb_roff): ditto

	* roff.c (html_write_wb_roff_ps, html_write_wb_roff_dvi,
	html_write_wb_roff_pdf, html_write_wb_roff): ditto

	* html.h (html_read, html_write_wb_html40, html_write_wb_html32):
	ditto.
	(html_read): Return int.

	* html.c (html_read, html_write_wb_html40, html_write_wb_html32):
	ditto
	(html_read): Return 0 on success, -1 on failure. Use
	gnumeric_error_read to report errors.

1999-12-30  Jody Goldberg <jgoldberg@home.com>

	* html.c (html_read) : Return some error strings.

1999-12-18  Michael Meeks  <mmeeks@gnu.org>

	* html.c (html_get_color): implement helper.
	(html_write_cell32, html_write_cell40): use it + be more defensive.

1999-12-18  Jarl van Katwijk <jarl@casema.net>

	* html.c (html_write_cell32, html_write_cell40): fix stupid bug.

1999-11-21  Jeff Garzik  <jgarzik@mandrakesoft.com>
 
        * html.c (html_cleanup_plugin): free pd->title

1999-10-30  Michael Meeks  <mmeeks@gnu.org>

	* html.c (html_write_cell32): fix uninitialized usage.

1999-10-24  Michael Meeks  <mmeeks@gnu.org>

	* html.c (html_write_cell_str): move common code here.
	(html_read): Update style setting.
	(html_cell_bold, html_cell_italic): kill.
	(html_write_cell32, html_write_cell40): update style bits.

	* font.c (font_get_size): kill ( mstyle_get_font_size )
	(font_match): Move common code here.
	(font_is_helvetica, font_is_monospaced, font_is_sansserif): update.

	* epsf.c (epsf_write_cell): Kill 'Style'

1999-10-20  Michael Meeks  <mmeeks@gnu.org>

	* roff.c (write_wb_roff): kill leak.

	* latex.c (html_write_wb_latex, html_write_wb_latex2e): kill leaks.

	* epsf.c (epsf_write_cell): kill leak.

	* html.c (html_write_cell32): ditto.

1999-10-19  Michael Meeks  <mmeeks@gnu.org>

	* html.c (html_cell_bold, html_cell_italic, html_read): Update.

1999-10-03  Jody Goldberg <jgoldberg@home.com>

	* html.c (html_write_cell32, html_write_cell40) :
	  Bug #2512.  Emit a </TD> after a <TD>.
	  Use cell_get_horizontal_align to correctly handle
	  the case of a 'General' format.

1999-10-07  Michael Meeks  <mmeeks@gnu.org>

	* html.c (html_cell_bold): Update to new style api.
	(html_cell_italic, html_read): ditto.

1999-09-28  Michael Meeks  <michael@nuclecu.unam.mx>

	* html.c (html_write_cell32): Update style api.
	(html_cell_bold, html_read, html_write_cell40): ditto.

	* latex.c (html_write_wb_latex2e, html_write_wb_latex): 
	ditto.

	* roff.c (write_wb_roff): ditto.

	* epsf.c (epsf_write_cell): ditto.

1999-10-03  Jody Goldberg <jgoldberg@home.com>

	* html.c (html_write_cell32, html_write_cell40) :
	  Bug #2512.  Emit a </TD> after a <TD>.
	  Use cell_get_horizontal_align to correctly handle
	  the case of a 'General' format.

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

