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

	* csv-io.c (csv_write_workbook, csv_read_workbook) : modified to use 
	new plugin-utils (src/plugin-util.[ch])

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

	* csv-io.c (csv_read_workbook): Set save info, tag as MANUAL.
	(init_plugin): Tag saver as MANUAL.

2000-02-26  Jody Goldberg <jgoldberg@home.com>

	* csv-io.c (csv_read_workbook) : Bug 5716.

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

	* csv-io.c (csv_write_workbook): Improve reporting.

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

	* csv-io.c (csv_write_workbook): Call gnumeric_error_save on
	failure.

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

	* csv-io.c (csv_read_workbook, csv_write_workbook,
	csv_parse_sheet, csv_parse_field): Add CommandContext. Return 0 on
	success, -1 on failure. Use gnumeric_error_read to report errors.

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

	* csv-io.c (csv_parse_sheet) : Minor adjustment to the previous
	  enhancement.
	(csv_parse_field) : Extend \r\n to embedded newlines also.

1999-12-28  Stephane Alnet <stephane@u-picardie.fr>

	* csv-io.c (csv_parse_sheet): Small fix to handle CRLF files. 

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

1999-11-19  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* csv-io.c (MAP_FAILED): Define MAP_FAILED for those systems that
	do not define it.

1999-11-18  Jeff Garzik  <jgarzik@mandrakesoft.com>

	* csv-io.c (csv_write_cell): Properly quote " chars.

1999-11-17  Jeff Garzik  <jgarzik@mandrakesoft.com>

	* csv-io.c (csv_parse_sheet):  Correct previous check-in;
	Return FALSE, not NULL.

1999-11-17  Jody Goldberg <jgoldberg@home.com>

	* csv-io.c (csv_parse_sheet) : Add some checks to handle
	  files with more than SHEET_MAX_COLS columns fail.

1999-11-17  Jeff Garzik  <jgarzik@mandrakesoft.com>

	* csv-io.c (csv_write_workbook/cell): new functions
	(init_plugin, csv_cleanup_plugin): add CSV export capability

1999-07-31  Morten Welinder  <terra@diku.dk>

	* libcsv.c (read_line): Make static.

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

	* csv-io.c (csv_read_workbook): Load here now.
	(init_plugin): Do not provide a probing routine.

1999-07-02  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* csv-io.c (init_plugin): Do not use for now.  it has a memory
	problem somewhere.

	* libcsv.c: Rewrote to use Alan's library.

1999-06-25  Morten Welinder  <terra@diku.dk>

	* csv-io.c (insert_csv_cell): Use g_free.  Cleanup the mess.
	(csv_init): Up priority to 1 -- we have slightly more structure
 	than plain text.
	(csv_parse_file): Fix off-by-one error.  Fix \r logic.  Handle
 	foreign locales with more grace.  Handle mmap failures by
 	reverting to good old read.

1999-06-14  Morten Welinder  <terra@diku.dk>

	* csv-io.c (csv_read_workbook): Make static.
	(csv_read_workbook): Make static.
	(csv_init): Make static.
	(csv_cleanup_plugin): Fix type.

	* csv-io.h: Fix includes.

1999-04-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* csv-io.c (csv_cleanup_plugin): Return proper value.

1999-02-22  Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>

	* csv-io.c (insert_csv_cell): Do not test pointer for > 0, but for
	NULL. 

1999-02-06  Vincent Renardias <vincent@ldsol.com>

	* csv-io.h, csv-io.c: A few fixes.
