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.
