2003-09-15 Jody Goldberg * Release 1.2.0 2003-09-15 Jody Goldberg * configure.in : Call it 1.2.0 * src/style.c (gnm_font_find_closest_from_weight_slant) : put in some fallbacks. * schemas/gnumeric-general.schemas.in : return to using 'Sans' rather than 'Sans Regular'. The later does not make gnome-print any happier and it is not listed in the default fontconfig list. * src/graph.c (cb_assign_val) : Only clip empty cells, not invalid cells. We might be interested in the strings even if they're not useful as numbers. This can happen when using a vector of strings as the X axis in a scatter plot. 2003-09-14 Andreas J. Guelzow * src/gui-file.c (make_format_chooser): expect to receive the correct list of formats. (gui_file_save_as): filter out FILE_SAVE_RANGE savers 2003-09-14 Andreas J. Guelzow * src/style.c: fix format warnings (gnm_font_find_closest_from_weight_slant): new * src/style.h (gnm_font_find_closest_from_weight_slant): new 2003-09-13 Andreas J. Guelzow * src/print-info.c (render_path): &[PATH] should not include basename 2003-09-13 Andreas J. Guelzow * src/print-info.h: remove unused enumeration items * src/print-info.c (render_tab): simplify default name (render_file): show basename only and provide default (render_path): new (render_opcode): remove unused code, don't strip and forget subformatting, don't use g_ascii_strcasecmp on tranlated text. 2003-09-13 Jody Goldberg * src/graph.c (gnm_go_data_vector_load_values) : typo broke horizontal data. * src/workbook-control-gui.c (cb_graph_dim_entry_unmap) : only fire if the widget is sensitive. We have have data displayed that the user did not enter. 2003-09-13 Jon K Hellan * src/workbook-control-gui.c (cb_graph_dim_entry_unmap): New name for cb_graph_dim_entry_destroy. We now connect it to the "unmap" signal. (wbcg_data_allocator_editor): Connect cb_graph_dim_entry_unmap to the "unmap" signal. 2003-09-13 Jody Goldberg * gnumeric.spec.in: * README : * configure.in : require gsf 1.8.2 to ensure that libole2 based gnumeric-1.0.x can read our xls files. 2003-09-12 Jon K Hellan * src/workbook-control-gui.c (cb_graph_dim_editor_destroy): New callback invoked when expr entry is destroyed. (wbcg_data_allocator_editor): Use it. 2003-09-12 Andreas J. Guelzow * src/print.c (print_range_down_then_right) equalize the scaling parameters (print_range_right_then_down): ditto 2003-09-12 Jody Goldberg * gnumeric.spec.in : install the plugin schema too. 2003-09-12 Andreas J. Guelzow * src/print.c (compute_scale_fit_to): adjust for the case that some columns may not fit on a page. 2003-09-12 Jody Goldberg * src/style.c (font_init) : be more verbose when we can't find fonts. 2003-09-12 Andreas J. Guelzow * src/print.c (compute_scale_fit_to): only use real range 2003-09-11 Jody Goldberg * src/workbook-view.c (wb_view_sendto) : the gnm-sendto dir is what we're creating, do not assume it exists. 2003-09-11 Andreas J. Guelzow * src/print.c (compute_group): don't scale already scaled values 2003-09-11 Jody Goldberg * src/sheet-object-cell-comment.c (cell_comment_finalize) : only attempt to clear the state if we are connected to some views. 2003-09-10 J.H.M. Dassen (Ray) * README: Updated Debian package names. 2003-09-10 Christian Neumair * src/sheet-object-graphic.c (sheet_object_graphic_user_config): Add ATK relation information. (sheet_object_filled_user_config): ditto. 2003-09-10 Jody Goldberg * src/gui-util.c (gnm_setup_label_atk) : weaken requirement to GtkWidget from GtkLabel for Manny. 2003-09-10 Jody Goldberg * configure.in : bump to 1.1.91 just in case