2002-01-30 Jody Goldberg * Release 1.0.4 2002-01-30 Jody Goldberg * src/dialogs/dialog-autoformat.c (templates_load) : changes to category_group_get_templates_list. * src/xml-io-autoft.c (gnumeric_xml_write_format_template) : take a context not a control to clarify things. (gnumeric_xml_read_format_template) : ditto. * src/workbook.c (workbook_persist_file_save) : changes to wb_view_save_as. * src/io-context.c (io_context_destroy) : impl is a command context now. (gnumeric_io_context_new) : weaken requirements so that all we need is a command context. Not strictly necessary, but makes it less likely that people will get confused. * src/workbook-view.c (wb_view_save_as) : Take a command context not a workbook control to avoid confusing what we are saving. (wb_view_save) : ditto. (wb_view_selection_desc) : Implement using an explicit control. (wb_view_open_custom) : add a missing precondition. * src/gui-file.c (do_save_as) : changes to wb_view_save_as. (gui_file_save_to_stream) : changes to gnumeric_io_context_new. * src/file-autoft.c (category_get_templates_list) : take a command context, not a workbookcontrol. (category_group_get_templates_list) : ditto. * src/format-template.c (format_template_new) : ditto. (format_template_new_from_file) : ditto. 2002-01-28 Jody Goldberg * src/style.c (style_font_new_simple) : __FUNCTION__ is non portable. (style_font_ref) : ditto. (style_font_unref) : ditto. 2002-01-29 Duarte Loreto * src/workbook-control-gui.c : Fixed misspell of variance (was "varince") * src/GNOME_Gnumeric.xml: Same as previous 2002-01-28 Jody Goldberg * src/workbook-control-gui.c : List Column actions before Row actions. * src/GNOME_Gnumeric.xml : ditto. 2002-01-28 Jody Goldberg * src/sheet-object-widget.c (sheet_widget_checkbox_user_config) : create the table. 2002-01-27 Jody Goldberg * src/sheet-object-widget.c (sheet_widget_scrollbar_read_xml) : simple fix for reading scrollbars. A better fix is in HEAD. 2002-01-25 Andreas J. Guelzow * src/cell.h (cell_get_render_color) : new * src/rendered-value.c (cell_get_render_color) : new 2002-01-24 Jody Goldberg * src/number-match.c (format_create_regexp) : We already escape the thousands sep and decimal point. Don't double escape them. 2002-01-23 Jody Goldberg * src/sheet-object-widget.c (sheet_widget_scrollbar_set_sheet) : don't eval. We've already set the value. 2002-01-23 Jody Goldberg * configure.in : restore the missing lines. Add omf-install/Makefile 2002-01-22 Jody Goldberg * src/sheet-autofill.c (autofill_create_fill_items) : Use list_prepend, and reverse in palce of append. 2001-01-22 Kevin Breit * Makefile.am: Added omf-install/ * omf-install: Added directory for OMF stuff * omf-install/Makefile.am: Copied that in 2002-01-22 Rodrigo Moya * README: * configure.in: increased minimum libgda versions