2002-06-03 Jody Goldberg * Release 1.0.7 2002-06-01 Jody Goldberg * src/mathfunc.c (affine_init) : fix and minor simplification. (affine_scale) : increase buffer size. * src/workbook-format-toolbar.c (cb_format_with_thousands) : Apply the accounting format rather than the numeric version for Keelyn. * src/workbook-control : Add set_sensitive. * src/workbook-control-gui.c (wbcg_set_sensitive) : new. * src/workbook-view.c (wb_view_open_custom) : Use wb_control_set_sensitive. http://bugzilla.gnome.org/show_bug.cgi?id=83794 * src/stf.c (stf_read_workbook_auto_csvtab) : simple autodetection of tab delimited vs csv http://bugzilla.gnome.org/show_bug.cgi?id=81897 * src/stf-parse.c (stf_parse_is_valid_data) : actually disable wide character checking if it is not available. http://bugzilla.gnome.org/show_bug.cgi?id=83823 * gnumeric.desktop.in : Patch in preparation for gnome2 2002-05-23 J.H.M. Dassen (Ray) * src/analysis-tools.c: fix warning regarding qsort comparison function. * src/expr.c: include for abort(). * src/file.c (gnum_file_saver_save_to_stream_real): fixed signedness of 'buf'. * src/format-template.c: include for strcmp(). * src/gnumeric-graph.c: casts to fix signedness and format warnings. * src/mathfunc.c: define _SVID_SOURCE and _BSD_SOURCE for random(). (See http://bugs.debian.org/108619 for why it's not just _BSD_SOURCE) * src/rangefunc.c: include for mempcpy(). * src/stf.c (stf_preparse): fixed signedness of 'c'. * src/validation.c: include for strlen(). 2002-05-25 Jody Goldberg * src/sort.c (sort_permute) : remove PASTE_EXPR_RELOCATE, it just confuses things in the more compilcated cases. * src/clipboard.c (clipboard_paste_region) : ditto. 2002-05-04 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=80784 * src/sheet.c (sheet_colrow_get_default) : new. * src/commands.c (cmd_ins_del_colrow_redo) : Use it. * src/gnumeric-simple-canvas.c (gnm_simple_canvas_grab) : fix. 2002-05-02 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=79925 * src/sheet-control-gui.c (scg_colrow_select) : flag failures to initiate a selection * src/item-bar.c (item_bar_event) : only grab if the selection is successful. 2002-05-04 Almer S. Tigelaar * src/sheet.c (sheet_clone_colrow_info_item): Correct typo s/src/info. 2002-05-01 Andreas J. Guelzow * src/print.c (compute_sheet_pages) : don't overwrite number of pages from previous sheets. 2002-04-29 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=77682 * src/gnumeric-pane.c (gnumeric_pane_header_init) : set a non-contraining scrollregion here in case something scrolls before we are realized and a real region is assigned. 2002-04-29 Jody Goldberg * src/item-cursor.c : remove the flushes in here. * src/gnumeric-simple-canvas.c (gnm_simple_canvas_ungrab) : add a flush here. (gnm_simple_canvas_grab) : and here so that long running events change grab state immediately. 2002-04-29 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=80134 * src/sheet.c (sheet_duplicate) : clone freeze status too. (sheet_clone_colrow_info_item) : simplify and use colrow_copy. 2002-04-14 Jody Goldberg * configure.in : post release version bump