2002-04-13 Jody Goldberg * Release 1.0.6 2002-04-12 Jody Goldberg * src/func.c (copy_hash_table_to_ptr_array) : back port the plugin doc dumping operation. * src/main.c (main) : ditto. * src/sheet-control-gui.c (scg_object_update_bbox) : back port fix. * src/main.c (handle_paint_events) : disable warning for old versions. 2002-04-12 Jon K Hellan * plugins/Makefile.am (SUBDIRS_FILE_FORMATS): Plan Perfect plugin got installed, but not built. Don't do either. 2002-04-09 Jon K Hellan * configure.in: Test for isfinite as a macro. Test for * acconfig.h: Test for isfinite as a macro. * src/stf-parse.c: Include only if present. 2002-04-02 Morten Welinder * src/mathfunc.c (gnumeric_fake_trunc): Backport fix from head. 2002-03-31 Andreas J. Guelzow * src/analysis-tools.c (set_cell_value) : plug leak 2002-03-20 Jody Goldberg * src/cellspan.c (cell_calc_span) : Fix span calc when spanning through hidden columns with content there was a typo, and a logic error. No need to change the margin for an invisible column. 2002-03-18 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=75193 * src/xml-io.c (xml_sheet_read) : look at the right node. 2002-03-15 Jody Goldberg * src/expr.c (cellref_relocate) : don't use the ultra safe reference checks here, we WANT to know if things are out of bounds. back port some relocation fixes : We need to bounds check in->in rel movement.