Skip to content
  • Jody Goldberg's avatar
    Set LC_MONETARY and LC_NUMERIC. Ditto. (xml_workbook_read) : Ditto. · b5a85def
    Jody Goldberg authored
    
    2000-10-31  Jody Goldberg <jgoldberg@home.com>
    
    	* src/workbook-view.c (wb_view_auto_expr) : Set LC_MONETARY and
    	  LC_NUMERIC.
    	* src/xml-io.c (xml_workbook_write) : Ditto.
    	(xml_workbook_read) : Ditto.
    
    2000-10-31  Jody Goldberg <jgoldberg@home.com>
    
    	* src/dialogs/*.[ch] : WorkbookControlGUI is now required for gui
    	  operations.  A WorkbookView is required to know which sheet is the
    	  current.
    
    	* src/xml-io.c : We now load/save WorkbookViews.
    
    	* src/xml-io-autoft.c : Adjust to signature changes.
    
    	* src/workbook.c : Split the View into WorkbookView.
    	  Abstract the Controler interface, and move the GUI specific
    	  implementation of the Controler into WorkbookControlGUI.
    
    	* src/workbook-view.c : Complete rewrite with correct semantics.
    
    	* src/workbook-private.h : Move all the GUI specific stuff into
    	  WorkbookControlGUI were it belongs.
    
    	* src/workbook-private.c (workbook_private_class_init) : Fix typo.
    
    	* src/workbook-edit.c : These are now WorkbookControlGUI specific.
    	  We should rename the functions eventually.
    	* src/workbook-format-toolbar.c : Ditto.
    	* src/workbook-object-toolbar.c : Ditto.
    
    	* src/workbook-cmd-format.c : Adjust to signature changes.
    	  and use WorkbookControlGUI were necessary.
    
    	* src/style.c (style_font_new_from) : Delete dead code.
    
    	* src/solver-lp.c : Adjust to signature changes.
    	* src/sort.c : Ditto.
    	* src/stf.c : Ditto. Make dialog conditional on gui-ness.
    
    	* src/sheet.c (sheet_new_sheet_view) : IS_SHEET checks for NULL.
    	(sheet_detach_sheet_view) : renamed from sheet_destroy_sheet_view
    	  and only take a SheetView as argument.
    	(sheet_new) : Do not create a view by default.
    	(sheet_update_zoom_controls) : foreach control.
    	(sheet_update_editpos) : ditto.
    	(sheet_update) : handle multiple views and controls.
    b5a85def