gnumeric r15672 - in trunk: . plugins/excel plugins/fn-info plugins/fn-stat plugins/sample_datasource plugins/sylk samples samples/sylk src src/dialogs



Author: jody
Date: 2007-07-22 17:30:54 +0100 (Sun, 22 Jul 2007)
New Revision: 15672
ViewCVS link: http://svn.gnome.org/viewcvs/gnumeric?rev=15672&view=rev

Added:
   trunk/samples/sylk/
   trunk/samples/sylk/test.sylk
Modified:
   trunk/BUGS
   trunk/ChangeLog
   trunk/INSTALL
   trunk/gnumeric.xsd
   trunk/plugins/excel/ChangeLog
   trunk/plugins/excel/boot.c
   trunk/plugins/excel/ms-excel-read.c
   trunk/plugins/excel/ms-excel-write.c
   trunk/plugins/excel/ms-obj.c
   trunk/plugins/excel/xlsx-read.c
   trunk/plugins/excel/xlsx-write.c
   trunk/plugins/fn-info/functions.c
   trunk/plugins/fn-stat/ChangeLog
   trunk/plugins/fn-stat/functions.c
   trunk/plugins/sample_datasource/sample_datasource.c
   trunk/plugins/sylk/ChangeLog
   trunk/plugins/sylk/sylk-write.c
   trunk/plugins/sylk/sylk.c
   trunk/src/commands.c
   trunk/src/dialogs/dialog-formula-guru.c
   trunk/src/dialogs/dialog-workbook-attr.c
   trunk/src/item-bar.c
   trunk/src/parse-util.c
   trunk/src/selection.c
   trunk/src/sheet.c
   trunk/src/sheet.h
   trunk/src/wbcg-actions.c
   trunk/src/workbook-control-gui.c
   trunk/src/workbook.c
   trunk/src/workbook.h
   trunk/src/xml-io.c
   trunk/src/xml-sax-read.c
   trunk/src/xml-sax-write.c
Log:
2007-07-13  Jody Goldberg <jody gnome org>

	* ms-obj.c (ms_obj_read_biff8_obj) : send the actual record, not
	  the 4 byte header that loses 4 trailing bytes.
	(ms_obj_map_forms_obj) : Use existing tools to properly handle
	 longer names and objects with data sources (combos/lists).

	* xlsx-write.c (xlsx_write_calcPR) : new.

2007-07-13  Jody Goldberg <jody gnome org>

	* sylk.c (sylk_next_token) : initial version of accent support.  pango
	  does not handle it well.

2007-07-22  Jody Goldberg  <jody gnome org>

	* src/sheet.c (PROP_CONVENTIONS) : new property.
	(PROP_USE_R1C1) : made this a convenience wrapper for
	(sheet_set_conventions) : rename.
	(sheet_get_conventions) : renamed from sheet_conventions.

	* src/workbook.c (RECALC_MODE) : new property.

	* src/xml-sax-read.c (gnm_xml_attr_int) : make more rigorous.
	(xml_sax_calculation) : add DateConvention.
	(xml_sax_old_dateconvention) : new.
	(xml_sax_sheet_start) : store the name of the expr conv.
	(xml_sax_sheet_name) : assigned the named expr conv.

	* src/xml-sax-write.c (xml_write_sheet) : Use an enum in place of a
	  bool to store R1C1, for future expandability
	(xml_write_calculation) : Store the DateConvention here, rather than
	  in a magic element missing from the schema.
	* src/xml-io.c (xml_sheet_read) : support new ExprConvention hook.
	(xml_workbook_read) : support DateConvention in Calculation.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]