2002-01-15 Jody Goldberg * Release 1.0.2 2002-01-15 Andreas J. Guelzow * src/datetime.c (coup_cd_xl) : new function (XL compatible implementation of coup_cd. (coupdays) : add xl boolean parameter, call coup_cd or coup_cd_xl depending on xl. (coupdaybs) : ditto (coupdaysnc) : ditto * src/datetime.h (coupdays) : add xl boolean parameter (coupdaybs) : ditto (coupdaysnc) : ditto 2002-01-15 Jody Goldberg * src/xml-io.c (xml_read_cell) : be more robust when faced with shared expressions that we can not parse. And try really really hard to parse things that are not marked as values, see if we can parse them as expressions if we ignore the assigned format. 2002-01-14 Jody Goldberg * src/commands.c (cmd_set_text) : Be smarter about the undo label generated for text with embedded new lines or leading white space. * gnumeric.xsd : Add the tab color. * src/xml-io.c (xml_sheet_read) : read tab optional tab colours. (xml_sheet_write) : write the tab colour if it is set. 2002-01-14 Andreas J. Guelzow * src/datetime.c (coupdays) : moved from src/functions/fn-financial.c (coupdaybs) : ditto (days_between_dep_basis) : ditto (adjust_dates_basis) : ditto (coupncd) : ditto (couppcd) : ditto * src/datetime.h (coupdays) : moved from src/functions/fn-financial.c (coupdaybs) : ditto (days_between_dep_basis) : ditto (adjust_dates_basis) : ditto (coupncd) : ditto (couppcd) : ditto 2002-01-14 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=68661 * src/item-grid.c (item_grid_draw) : handle fully hidden merged regions that may trail off the endi of the visible region. * src/print-cell.c (print_cell_range) : ditto. 2002-01-13 Jody Goldberg * src/workbook-control.c (wb_control_parse_and_jump) : typo. 2002-01-13 Neil Booth * datetime.c (date_serial_19000228): Should be 59. (datetime_serial_to_g): Update accordingly. 2002-01-12 Jody Goldberg * src/workbook-control.c (wb_control_parse_and_jump) : support intersheet jumps. 2002-01-12 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=67425 * src/sheet-control-gui.c (cb_control_point_event) : reset cursor on exit. 2002-01-12 Jody Goldberg * src/xml-io.c (xml_write_style_condition_chain) : delete. (xml_read_style_condition_chain) : delete. (xml_write_style) : change validation support. (xml_read_style) : ditto. 2002-01-12 Jody Goldberg * src/workbook-control-gui.c (cb_sheet_label_changed) : Use editable_label_get_text. (wbcg_sheet_add) : init the tab colour. (wbcg_sheet_rename) : ditto. (wbcg_validation_msg) : new. (workbook_control_gui_ctor_class) : register wbcg_validation_msg. * src/workbook-control.c (wb_control_validation_msg) : new. * src/workbook-edit.c (wbcg_edit_validate) : delete. (wbcg_edit_finish) : improve validation. * src/validation.c : rework. In list is still missing. * src/sheet.c (sheet_new) : init tab colour. (sheet_destroy) : release the tab colour. (sheet_set_tab_color) : new function. * src/mstyle.c (mstyle_link_sheet) : disable linking of validations. They are no longer dependents. (mstyle_unlink) : ditto. 2002-01-11 Jody Goldberg * src/colrow.c (colrow_set_visibility_list) : when making a region visible we need to restore spans for the new content. 2002-01-09 Jody Goldberg * src/workbook-control-gui.c (wbcg_error_splits_array) : accept NULL as an array specification. * src/ranges.c (range_name) : add protection against NULL. * src/expr.c (expr_implicit_intersection) : handle blank inputs. 2002-01-11 Morten Welinder * src/plugin-util.c (MAP_FAILED): Compilation fix for sick systems. 2002-01-10 Andreas J. Guelzow * src/analysis-tools.c (fourier_fft) : Fast Fourier Transform (fourier_fft_inv) : Inverse Fast Fourier Transform (fourier_tool) : new tool 2002-01-10 Jon K Hellan * src/datetime.c (datetime_isoweeknum): Added. Return the ISO 8601 week number of date. (datetime_weeknum): Added. Return week number of date according to method. * src/datetime.h: define week numbering methods. Declare datetime_isoweeknum and datetime_weeknum. 2002-01-09 Andreas J. Guelzow * analysis-tools.c (histogram_tool) : implement calculated bins * analysis-tools.h : expand argument list for histogram_tool 2002-01-08 Jody Goldberg * src/expr.c (expr_eval_real) : merge eval_funcall into here. It was not adding much. * src/gnumeric-graph.c (gnm_graph_get_spec) : warning suppression. 2002-01-08 Morten Welinder * src/func.c (function_marshal_arg): When we want numbers, accept strings that parse to numbers also. Return a proper error. 2002-01-08 Morten Welinder * src/eval.h (DependentFlags): Kill comma before closing brace. * src/clipboard.h (CellCopyType): Ditto. * src/format-template.h (FreqDirection): Ditto. * src/sheet-object.h (SheetObjectDirection, SheetObjectAnchorType): Ditto. * src/symbol.h (SymbolType): Ditto. 2002-01-08 Andreas J. Guelzow * analysis-tools.c (average_tool) : calculate standard errors 2002-01-07 Jody Goldberg * src/formats.c (currency_symbol) : add RUR. * src/value.c (value_get_as_int) : be extra careful. 2002-01-07 Andreas J. Guelzow * analysis-tools.c (ranking_tool) : calculate rank for ties based on av_ties_flag 2002-01-07 Andreas J. Guelzow * analysis-tools.h : add autofit_flag to data_analysis_output_t * analysis-tools.c : insert lots of calls to autofit_columns (autofit_columns) : new procedure 2002-01-07 Morten Welinder * configure.in: check for ieee754.h 2002-01-06 Jody Goldberg * configure.in : post release bump.