Skip to content
  • JodyGoldberg's avatar
    Export the xlp5 colours too · 9bdc4656
    JodyGoldberg authored
    2004-09-03  Jody Goldberg <jody@gnome.org>
    
    	* ms-excel-write.c (palette_init) : Export the xlp5 colours too
    
    	* ms-obj.c (ms_obj_read_pre_biff8_obj) : remove some unnecssary
    	  pre-conditions that got confused when there was no name even when we
    	  were not expecting one.
    	(excel_get_default_palette) : get a corrected palette for biff7.
    
    	* ms-excel-read.c (ms_sheet_realize_obj) : merge the realization of
    	  text/label/rectangle/oval they all inherit from sheet-object-filled.
    
    	* ms-escher.c (ms_escher_read_OPT) : Make some headway understanding
    	  booleans and use that to fix outline and fill handling.
    
    2004-09-02  Jody Goldberg <jody@gnome.org>
    
    	http://bugzilla.gnome.org/show_bug.cgi?id=151618
    	* plugins/excel/ms-chart.c (BC_R(end)) : Add the plot to the chart
    	  before setting it up so that the initial setup does not override the
    	  formating
    
    2004-08-31  Jody Goldberg <jody@gnome.org>
    
    	* ms-biff.c (ms_biff_crypt_seq) : Add some bounds checking
    	  We need more docs in here.
    
    2004-09-03  Jody Goldberg <jody@gnome.org>
    
    	* configure.in : expand the --with-gtk tests and make --with-gnome
    	  conditional on --with-gtk
    
    2004-09-02  Stepan Kasal  <kasal@ucw.cz>
    
    	* configure.in: start implementing --with-gui via the WITH_GTK
    	  conditional.  Check also for pango, which is required even if no GUI
    	  is used.  We use gtk+-2.0 >= 2.4.0 which requires pango >= 1.4.0; so
    	  we ask pango >= 1.4.0 too.
    	* src/Makefile.am: Conditionalize solver, start using WITH_GTH.
    	* plugins/Makefile.am: compile the mps plugin only if ENABLE_SOLVER
    	  is set; --enable-plugins can override the plugin list.
    	* src/solver.h: Don't declare anything if not !ENABLE_SOLVER; supply
    	  a few stub macros instead.
    	* src/wbcg-actions.c: Conditionalize on ENABLE_SOLVER.
    	* src/xml-io.c (xml_read_solver, xml_write_solver): Likewise.
    
    2004-08-31  Jody Goldberg <jody@gnome.org>
    
    	* src/tools/dao.c : Remove unnecessary include of gtk/gtk.h
    
    2004-07-31  Stepan Kasal  <kasal@ucw.cz>
    
    	* configure.in: Gnomish autogen.sh uses ACLOCAL_FLAGS, if some of the
    	  macros are in nonstandard places.  If you touch configure.in then,
    	  aclocal.m4 is regenerated, but without ACLOCAL_FLAGS.  This change
    	  ensures that ACLOCAL_FLAGS is propagated to the Makefile.
    	* Makefile.am: ACLOCAL_AMFLAGS = @ACLOCAL_FLAGS@
    
    	* src/ssconvert.c: s/exporter/importer/
    9bdc4656