2002-01-21 Jody Goldberg * Release 1.0.3 2002-01-21 Jody Goldberg * src/item-acetate.c : trivial new object to provide a rectangle with clear interiors that still collects events. * src/sheet-control-gui.c (set_item_x_y) : optionally hide a point. (scg_object_update_bbox) : hide middle control points when the bounds are too close together. (set_acetate_coords) : use new simpler item-acetate, and provide a cute stipple to make things clearer. * src/application.c (application_init) : Add scrollbar. * src/sheet-object-widget.c : Add scrollbars. (sheet_widget_checkbox_user_config) : Use gnumeric_table_attach_with_label. (gnumeric_table_attach_with_label) : new util, does no belong here. * src/workbook-object-toolbar.c (cmd_create_scrollbar) : new. 2002-01-20 Jody Goldberg * src/gnumeric-graph.c (gnm_graph_subscribe_vector) : Pass a place holder for the format. * idl/GNOME_Gnumeric_Graph.idl (Manager::addVector) : ditto. * gnumeric.xsd : Add SheetLayout. 2002-01-21 Jakub Steiner * gnome-gnumeric.png: simplified the icon upon usability people's request 2002-01-20 Jody Goldberg * src/gnumeric-graph.c (gnm_graph_add_vector) : auto probe for date vectors too. (gnm_graph_vector_eval) : support dates. (impl_scalar_vector_value) : ditto. (gnm_graph_vector_corba_init) : ditto. (gnm_graph_vector_corba_destroy) : ditto. 2002-01-19 Jody Goldberg * src/GNOME_Gnumeric.xml : move the tabulate and random numbers into Edit -> Fill * src/workbook-control-gui.c : ditto. * src/xml-io.c (xml_read_cell_copy) : handle content with and without the 'Content' node. (xml_read_cell) : do the version checks before the strcmps. * gnumeric.xsd : Add MergedRegions, do not require the Cell's Content node. 2002-01-19 Andreas J. Guelzow * src/workbook-control-gui.c : new cb_tool_... functions, add analysis tools menu to non-bonobo menu section, define BONOBO_UI_UNSAFE_VERBs for all analysis tools (cb_tools_data_analysis) : deleted * src/GNOME_Gnumeric.xml : add analysis tools menu items 2002-01-19 Jon K Hellan * src/datetime.c (datetime_g_free): New function to free GDate. Can be called with NULL without complaining. (coupdays, coupdaybs, coupdaysnc): * src/sheet-autofill.c (autofill_compute_delta, autofill_cell): Use datetime_g_free instead of g_date_free. 2002-01-19 Jody Goldberg * src/gnumeric-graph.c (gnm_graph_vector_seq_scalar) : handle blanks better. * src/item-grid.c (item_grid_event) : call gnumeric_expr_entry_end_of_drag when a rangesel drag finishes. 2002-01-18 Andreas J. Guelzow * src/datetime.c (adjust_dates_basis) : removed (days_between_BASIS_MSRB_30_360) : new, calculate delta for BASIS_MSRB_30_360 (days_between_BASIS_30E_360) : new, calculate delta for BASIS_30E_360 (days_between_BASIS_30Ep_360) : new, calculate delta for BASIS_30Ep_360 (days_between_basis) : replaces days_between_dep_basis, extremely simplified (coup_cd_xl) : removed (coupdays) : delete attempt to be XL compatible (coupdaybs) : delete attempt to be XL compatible (coupdaysnc) : delete attempt to be XL compatible * src/datetime.h : change basis_t enumeration slightly and change arguments for days_between_basis, coup_cd, coupdays, coupdaybs and coupdaysnc 2002-01-18 Jody Goldberg * src/eval.c : Add a new dependency hashing scheme but leave it disabled until 1.1 so thet we can get it tested. 2002-01-18 Jody Goldberg * src/gnumeric-graph.c (gnm_graph_range_to_vectors) : be smarter about handling vectors rather than ranges. vectors maintain orientation. 2002-01-18 Zbigniew Chyla * src/bonobo-io.c (gnumeric_bonobo_write_workbook, gnumeric_bonobo_read_workbook): Use xmlRootNode for libxml1/libxml2 compatibility. 2002-01-17 Jody Goldberg * src/sheet-object-widget.c (sheet_widget_checkbox_get_ref) : handle references without an explicit sheet. (sheet_widget_checkbox_set_link) : new. 2002-01-16 Jody Goldberg * src/item-cursor.c (item_cursor_draw) : fix some ancient Miggy bugginess that was borking the gnome2 port. 2002-01-15 Jody Goldberg * src/workbook-control-gui.c (cb_tools_tabulate) : Pass the sheet in directly. 2002-01-16 Andreas J. Guelzow * src/datetime.c : change oem to eom (days_between_dep_basis) : fix basis == 0, add `in_order' flag (adjust_dates_basis) : fix basis == 0 (coupdays) : fix basis == 2, 3 and partially fix to basis == 1 2002-01-15 Morten Welinder * src/GNOME_Gnumeric.xml, src/workbook-control-gui.c: support tabulation tool. 2002-01-15 Jody Goldberg * configure.in : post release version bump.