Skip to content
  • Jody Goldberg's avatar
    disconnect the combo handlers before we destroy the state so that their · 613f3562
    Jody Goldberg authored
    2001-10-06  Jody Goldberg <jgoldberg@home.com>
    
    	* dialog-graph-guru.c (graph_guru_state_destroy) : disconnect the
    	  combo handlers before we destroy the state so that their callbacks
    	  don't trigger during destruction.
    	(vector_state_set_entry) : merge back into.
    	(vector_state_fill) : here.  Use the index rather than a cached
    	  xmlNode *.
    	(vector_state_new) : rename 'index' to 'dim_index' to be clearer.
    	(graph_guru_select_plot) : store the index rather than an xmlNode *.
    	(graph_guru_select_series) : store the index rather than an xmlNode *.
    	(graph_guru_init_data_page) : the graph caches the spec, not us.
    	(graph_guru_get_plot) : new utility.
    	(cb_plot_selection_changed) : use the new utility.
    	(graph_guru_get_series) : new utility.
    	(cb_series_selection_changed) : use the new utility.
    	(cb_series_entry_changed) : support lookup, and warn about renaming.
    	(cb_plot_entry_changed) : support lookup, and warn about renaming.
    	(cb_graph_guru_focus) : use graph_guru_get_series.
    	(dialog_graph_guru) : init the combos to NULL in case we destroy
    	  before initializing them.
    
    2001-10-07  Jody Goldberg <jgoldberg@home.com>
    
    	* configure.in (EXTRA_GNOME_{CFLAGS,LIBS}) : rename to something
    	  clearer like GNUMERIC_{CFLAGS,LIBS})
    	* **/Makefile.am : Use them in place of EXTRA_* and GNOME_INCLUDEDIR.
    
    2001-10-06  Jody Goldberg <jgoldberg@home.com>
    
    	* src/gnumeric-graph.c (gnm_graph_get_spec) : Add a force_update.
    	(gnm_graph_series_delete) : new
    	(gnm_graph_series_set_dimension) : new
    	(gnm_graph_exception) : new.
    	(gnm_graph_vector_from_string) : delete.
    613f3562