2002-03-09 Jody Goldberg * Release 1.0.5 2002-03-09 Jody Goldberg * src/func.c (copy_hash_table_to_ptr_array) : when dumping a function ensure that it has been loaded. * src/validation.c (validation_eval) : back port some fixes. * src/eval.c (micro_hash_init) : back port fix. 2002-03-05 Jody Goldberg * src/eval.c (dependent_unlink) : fix typo. 2002-03-02 Jody Goldberg * src/sheet-object-cell-comment.c (comment_get_points) : fix 1 pixel offset from right edge. 2002-02-28 Jody Goldberg * src/eval.c (handle_tree_deps) : disregard inactive names. 2002-02-26 Jody Goldberg * src/workbook-control-gui.c (workbook_control_gui_init) : handle the reording of ins col/row in the insert menu. 2002-02-25 Morten Welinder Back-port from HEAD: * src/mstyle.c (mstyle_to_string): Missing g_strdup added for sanity check, just in case. * src/summary.c (summary_item_as_text): Ditto. * src/value.c (value_get_as_string): Ditto. 2002-02-24 Almer S. Tigelaar http://bugzilla.gnome.org/show_bug.cgi?id=72416 http://bugzilla.gnome.org/show_bug.cgi?id=71783 * src/stf-export.c (stf_export_cell): Honor the 'never' quote setting and fix a subtle bug that caused the quoting character always be " 2002-02-21 Jody Goldberg * omf-install/Makefile.am : update. * configure.in : add the new doc dirs for the topic.dat files. * doc/Makefile.am : ditto. 2002-02-20 Morten Welinder * src/format.c (format_value): Missing g_strdup added for sanity check, just in case. 2002-02-19 Morten Welinder * src/regression.c (general_linear_regression): back-port cleanup from unstable branch. 2002-02-19 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=69362 * src/auto-correct.c (autocorrect_tool) : only upper case things if they are at the start of a word. 2002-02-19 Jody Goldberg From C. Scott Ananian * src/xml-io.c (xml_read_attributes) : fix import of WorkbookView attributes. 2002-02-15 Morten Welinder * src/regression.c (LUPDecomp): Use fabs, not abs. * src/validation.c (validation_eval): Ditto. 2002-02-11 Jody Goldberg * src/stf.c (stf_init) : improve naming of the text exporter. http://bugzilla.gnome.org/show_bug.cgi?id=71172 * src/validation.c (validation_eval) : keep the initial value around http://bugzilla.gnome.org/show_bug.cgi?id=69328 * src/expr-name.c (expr_name_remove) : If nothing is using the name then the unlink unrefs it and it was deleted before we could clear it. Add a ref wrapper to ensure that we can clear things. 2002-02-10 Jody Goldberg * src/commands.c (cmd_set_text) : doh! 2002-02-07 Andreas J. Guelzow * src/analysis-tools.c (anova_single_factor_tool) : be more careful with precision. * src/rangefuncs.c (range_sum) : improve precision through 2 pass algorithm (range_sumsq) : ditto 2002-01-31 Jody Goldberg * src/workbook-control.c (wb_control_parse_and_jump) : make defined names absolute. 2002-02-01 Jody Goldberg * version bump.