2001-11-19  Jody Goldberg <jgoldberg@home.com>

	* Release 0.76

2001-11-05  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_sax_finish_parse_wb_names_name) : adjust to
	  changes in cellref_a1_get.
	(xml_sax_finish_parse_wb_names_name) : ditto.

2001-11-05  Jody Goldberg <jgoldberg@home,com>

	* Release 0.75

2001-10-29  Jody Goldberg <jgoldberg@home.com>

	* Release 0.74

2001-10-29  Jody Goldberg <jgoldberg@home.com>

	* Release 0.73

2001-10-27  Almer S. Tigelaar  <almer@gnome.org>

	* xml-sax-read.c (xml_sax_validation): New, Support for
	validation.
	(xml_sax_validation_end): Idem.
	(xml_sax_style_condition): New, Support for StyleCondition.
	(xml_sax_style_condition_chain): New, Helper function.
	(xml_sax_style_condition_expr): New, support for StyleCondition.
	(xml_sax_style_condition_constraint): Idem.
	(xml_sax_style_condition_flags): Idem.
	(xml_sax_start_element): Add validation and StyleCondition support.
	(xml_sax_end_element): Idem.

2001-10-25  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_sax_print_scale) : new function.

2001-10-23  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_sax_finish_parse_wb_names_name) : support
	  position for names.
	(xml_sax_finish_parse_sheet_names_name) : ditto.

2001-10-23  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_sax_attr_cellpos) : no need to pass dummy.

2001-10-18  Jody Goldberg <jgoldberg@home.com>

	* Release 0.72

2001-10-07  Jody Goldberg <jgoldberg@home.com>

	* Release 0.71

2001-09-26  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_sax_styleregion_start) : Add hidden & locked.

2001-09-25  Jon K Hellan  <hellan@acm.org>

	* .cvsignore: Add plugin.xml

2001-08-21  Zbigniew Chyla  <cyba@gnome.pl>

	* plugin.xml: Removed

	* plugin.xml.in: Copied from plugin.xml, prepared for localization.

	* Makefile.am: Use xml-i18n-tools to create plugin.xml (with
	translations merged from .po file).

2001-08-20  Jody Goldberg <jgoldberg@home.com>

	* Release 0.70

2001-08-11  Jody Goldberg <jgoldberg@home.com>

	* Release 0.69

2001-07-17  Jody Goldberg <jgoldberg@home.com>

	* Release 0.68

2001-07-16  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_sax_attr_cellpos) : new function.
	(xml_sax_sheet_layout) : new function.
	(xml_sax_sheet_freezepanes) : new function.
	(xml_sax_start_element) : handle the new states.

2001-07-14  Zbigniew Chyla  <cyba@gnome.pl>

	* xml-sax-read.c (xml_sax_file_open): Use gnumeric_io_error_string.

2001-06-28  Jody Goldberg <jgoldberg@home>

	* Release 0.67

2001-06-27  Jody Goldberg <jgoldberg@home.com>

	* Release 0.66

2001-06-21  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_not_used_old_array_spec) : patch some gcc3
	  warnings.

2001-05-29  Zbigniew Chyla  <cyba@gnome.pl>

	* xml-sax-read.c (xml_sax_file_probe): Added FileProbeLevel argument.

2001-05-26  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_sax_file_open) : If successful queue everything
	  for recalc.
	(xml_cell_set_array_expr) : no need to queue a recalc for arrays.

2001-05-22  Almer S. Tigelaar  <almer@gnome.org>

	* xml-sax-read.c (xml_sax_sheet_name): Don't create
	sheet here.
	(xml_sax_wb_sheetname): Create sheet here.
	(xml_sax_finish_parse_wb_names_name): Fix workbook level
	name reading.
	(xml_sax_start_element): Handle new sheetnameindex.
	(xml_sax_end_element): Idem.
	(xml_sax_characters): Idem.
	(xml_sax_wb): Small tweak for correct version reading.

2001-05-21  Almer S. Tigelaar  <almer@gnome.org>

 	* xml-sax-read.c (xml_sax_name): Add support for workbook and
 	sheet level names.
 	(xml_sax_finish_parse_wb_names_name): Idem.
 	(xml_sax_finish_parse_sheet_names_name): Idem.
 	(xml_sax_start_element): Idem.
 	(xml_sax_end_element): Idem.
 	(xml_sax_characters): Idem.

2001-05-21  Zbigniew Chyla  <cyba@gnome.pl>

	* xml-sax-read.c (xml_sax_file_probe, xml_sax_file_open):
	s/FileOpener/GnumFileOpener/

	* plugin.xml (<service>): Register only as importer.

2001-05-20  Jody Goldberg <jgoldberg@home.com>

	* Release 0.65

2001-05-18  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_sax_cell) : check value_type too.
	(xml_sax_cell_content) : correct value_type.

2001-05-18  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_sax_cell_content) : Use the shared expression map.

2001-05-11  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_sax_characters) : add sheet_merge.
	(xml_sax_start_element) : add sheet_merge, and sheet_merged_regions.
	(xml_sax_end_element) : call xml_sax_parse_merge.
	(xml_sax_parse_merge) : new function.
	(xml_sax_parse_sheet_end) : new function to set the zoom after the
	  content.
	(xml_sax_parse_sheet_start) : renamed from xml_sax_parse_sheet.
	(xml_parse_sheet_zoom) : just store the zoom don't set till later.
	(xml_sax_cols_rows) : new function.

2001-05-10  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_sax_parse_attr_bool) : new function.
	(xmlSaxParseSheet) : use it here.
	(xml_sax_parse_wb) : fix inverted cmp.
	(xmlSaxParseSheet) : no sheet yet here.  Just store the prefs for
	  later.
	(xmlSaxParseSheet) : use any saved prefs.
	(xml_sax_file_open) : typo.

2001-04-27  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_sax_unknown_attr) : Start
	  de-studlification (what was I thinking ?).  Remove warning if the
	  versions do not match,  it is legal to have unknown attributes from
	  versions in the future.
	(xmlSaxParseWB) : Parse the version.
	(xml_sax_warning) : new function.

2001-04-26  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml_cell_set_array_expr) : oops accidentally backed
	  out a patch.

2001-04-25  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xmlSaxParseSheet) : Add flags for the outline
	  preferences.

2001-04-18  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c : s/xml2/xmlSax/ to correspond with naming
	  convention.

2001-04-15  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml2UnknownAttr) : warning.

2001-04-12  Jody Goldberg <jgoldberg@home.com>

	* xml-sax-read.c (xml2ParseColRow) : support the outline mode col/row
	  extensions.
	(*) : cleanly support elements with no attributes.

2001-04-09  Jody Goldberg <jgoldberg@home.com>

	* xml2.c (xml2ParseSheet) : support no args.  this should be handled
	  more generally.

	* plugin.xml : Add .xml.gz, and disable probe so that it can be used
	  as an importer while it is experimental.

2001-03-17  Jody Goldberg <jgoldberg@home.com>

	* Release 0.64

2001-03-08  Jody Goldberg <jgoldberg@home.com>

	* xml2.c (xml2ParseMargin) : Make units case sensitive.

2001-02-25  Zbigniew Chyla  <cyba@gnome.pl>

	* Makefile.am: Removed -DGNUMERIC_VERSION, the macro is already
	defined in config.h.

2001-02-23  Jody Goldberg <jgoldberg@home.com>

	* Release 0.63

2001-02-20  Jody Goldberg <jgoldberg@home.com>

	* xml2.c (xml2ParseStyleRegionStyle) : restore indent.

2001-02-19  Jon K Hellan  <hellan@acm.org>

	* xml2.c (xml2_open): Change file format level to
	FILE_FL_MANUAL_REMEMBER. Fix typo: FILE_SAVER_ID_INVAID ->
	FILE_SAVER_ID_INVALID.

2001-02-17  Jody Goldberg <jgoldberg@home.com>

	* xml2.c (xml2ParseSheet) : Support the new sheet attributes.

2001-02-16  Jody Goldberg <jgoldberg@home.com>

	* Release 0.62

2001-02-12  Karl Eichwalder  <ke@suse.de>

	* Makefile.am (EXTRA_DIST): New variable; add
	$(gnumeric_plugin_xml2_DATA).

2001-01-30  Almer S. Tigelaar  <almer1@dds.nl>

	* xml2.c
	(xml2ParseSelection): Rename sheet_selection_reset_only
	to sheet_selection_reset.

2001-01-07  Jon K Hellan  <hellan@acm.org>

	* xml2.c: Parse print margins.
	(enum xml2State): Add states for each print margin.
	(xml2_state_names): Add names fo each print margin.
	(xml2ParseMargin): New function: Parse a print margin.
	(xml2StartElement, xml2EndElement, xml2Characters): Add the print
	margin states.

2000-12-18  Jody Goldberg <jgoldberg@home.com>

	* plugins/xml2/xml2.c (xml2FinishSelection) : signature change
	  to sheet_set_edit_pos.

2000-12-17 Jody Goldberg <jgoldberg@home.com>

	* Release 0.61

2000-12-7  Jody Goldberg <jgoldberg@home.com>

        * Release 0.60

2000-11-18  Jody Goldberg <jgoldberg@home.com>

	* Release 0.59

2000-11-14  Jody Goldberg <jgoldberg@home.com>

	* xml2.c (xml2ParseCellContent) : ValueFormat is optional.

2000-11-13  Almer S. Tigelaar  <almer1@dds.nl>

	* xml2.c (xml2StartElement): Add loading of print
	repeat ranges.

2000-11-13  Jody Goldberg <jgoldberg@home.com>

        * Release 0.58

2000-11-11  Jody Goldberg <jgoldberg@home.com>

	* xml2.c (xml2ParseColRow) : support RLE encoded col/row sizes.

2000-10-30  Jody Goldberg <jgoldberg@home.com>

	* xml2.c (xml2ParseColRow) : Add the count attribute.

2000-10-29  Jody Goldberg <jgoldberg@home.com>

	* xml.c : Adjust to the signature changes for reading views
	  rather than workbooks.

2000-10-10  Jody Goldberg <jgoldberg@home.com>

        * Release 0.57

2000-09-06  Jody Goldberg <jgoldberg@home.com>

	* xml2.c (xml2ParseSheetZoom) : changes to signature of
	  sheet_set_zoom_factor.

2000-08-21  Jody Goldberg <jgoldberg@home.com>

	* xml2.c (xml2ParseCellContent) : changes to style_format_new_XL.

2000-08-18  Jody Goldberg <jgoldberg@home.com>

	* xml2.c (xml2ParseCellContent) : Update to newer DTD.

2000-08-09  Jody Goldberg <jgoldberg@home.com>

	* xml2.c (xml_cell_set_array_expr) : Use builtin Cell::pos rather than
	  the row/col infos.

2000-07-24  Jody Goldberg <jgoldberg@home.com>

	* xml2.c (xml2ParseSheetZoom) : Adjust to changes in sheet_set_zoom_factor.

2000-07-07  Jody Goldberg <jgoldberg@home.com>

	* xml2.c (xml2ParseStyleRegionBorders) : Make border color is optional
	  for style STYLE_BORDER_NONE.

