Skip to content
  • Miguel de Icaza's avatar
    The big GNUMERIC_PRINT merge into HEAD. · a5e65a30
    Miguel de Icaza authored
    
    
    The big GNUMERIC_PRINT merge into HEAD.
    
    Still some features are missing.  Check the TODO to see what is
    missing.
    
    1999-06-26  Miguel de Icaza  <miguel@nuclecu.unam.mx>
    
    	* src/pixmaps.h: Removed unused pixmaps.
    
    	* src/corba-sheet.c (Sheet_corba_class_init): Fill in some missing
    	values fomr the GNOME::Gnumeric::Sheet epv interface.
    
    	* src/expr.c (eval_funcall): Removed unused variable.
    
    	* src/workbook.c (workbook_sheets): prepend and reverse instead of
    	appending all the time.  It is more efficient.
    
    	* src/style.c (x11_font_compute_hints): Renamed as well.  Might be
    	useful in the future.
    
    	* src/gnumeric-util.c (x11_font_get_italic_name,
    	x11_font_get_bold_name, x11_font_change_component): Renamed these
    	functions to reflect their actual usage.
    
    	* src/expr.c (expr_tree_new_constant): Change style to use early
    	return to keep indentation of the rest of the code at tab-1.  This
    	is a trick to keep indentation nice with 8-tab spaces.  Liberal
    	use of early ret...
    a5e65a30