2000-05-20  Jody Goldberg <jgoldberg@home.com>

        * Release 0.54

2000-05-09  Jody Goldberg <jgoldberg@home.com>

	* Release 0.53

2000-05-02  Michael Meeks  <michael@helixcode.com>

	* main.c (layout_factory_init): update for oaf.

	* sample.c (create_test): nicer activation.

2000-05-01  Jody Goldberg <jgoldberg@home.com>

	* main.c : include popt-gnome.h to define POPT_AUTOHELP so that
	  oaf_popt_options is gets declared.

2000-05-01  Michael Meeks  <michael@helixcode.com>

	* graph.oafinfo.in: kill the uuid == version idea, it was
	truly bad it seems; add version attribute.

2000-05-01  Michael Meeks  <michael@helixcode.com>

	* sample.c (create_test): Update object_activate.

	* Makefile.am: handle the oaf.

	* graph.oafinfo.in: add.

	* sample.c (main): oafize.

	* Makefile.am (-DGNUMERIC_GLADEDIR): kill.

	* main.c (init_server_factory): update for oaf.

2000-04-06  Jody Goldberg <jgoldberg@home.com>

	* graph.c (graph_compute_scatter_dimensions) : Minor patch to avoid
	  crashing on empty selection.
	* graph-view-scatter.c (graph_view_scatter_plot) : Ditto.
	(graph_view_line_plot) : Ditto.

2000-03-23  Miguel de Icaza  <miguel@helixcode.com>

	* graph-view.c (graph_view_update): Also handle DIRTY_DATA here.

	* graph-vector.c (impl_changed): Implement vector cache flushing
	on changes. 

2000-03-21  Miguel de Icaza  <miguel@helixcode.com>

	* graph-vector.c (destroy_notifier, setup_notifier): Added
	notifier support to the vectors.
	(graph_vector_new): Memory leak fix;  Duplicate the vector value on
	receiving. 

	* layout.c (impl_add_series): Set the notifier here.

	
2000-03-17  Michael Meeks  <michael@helixcode.com>

	* graph-vector.c (graph_vector_destroy): fix to notifier.
	(setup_notifier): emit a nasty warning.

2000-03-12  Miguel de Icaza  <miguel@helixcode.com>

	* layout.c (impl_set_with_labels, impl_get_with_labels): New
	methods to handle the setting or resetting of labels.

2000-02-24  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* sample.c (create_test): UPdate to new Bonobo

2000-02-10  Miguel de Icaza  <miguel@gnu.org>

	* graph-view-colbar.c (graph_view_colbar_draw): Pass a "last
	field" flags.
	(la_draw): Drive the plotting with flags.
	Use MAP_Y routines to map coordinates. 
	(graph_view_line_draw_nth_clustered): Do not map Y coordinates here.

2000-02-09  Miguel de Icaza  <miguel@gnu.org>

	* graph-view-colbar.c (graph_view_line_draw_nth_clustered): Added
	new graphics mode for column/bar mode (this actually implements
	"Lines" and "Areas" from Excel.
	(la_draw): Draws lines and areas
	(column_draw): Fix to draw correctly on exposes. 
	(graph_view_colbar_draw): For now render everything, the code that
	chose begin/end was broken.

2000-01-30  Miguel de Icaza  <miguel@gnu.org>

	* graph-view-scatter.c (graph_view_scatter_plot): Pass the proper
	GC to the init routine.

	* graph-view-util.c (setup_view_ctx): New function, replaces the
	old SETUP_VIEW_CTX macro.

2000-01-06  Miguel de Icaza  <miguel@gnu.org>

	* vector.c (init_vector_corba_class): Use new convention for EPV
	construction. 

	* layout.c (init_layout_corba_class): Use new convention for EPV
	construction. 

	* graph.c (init_graph_corba_class): Use new convention for EPV
	construction. 

1999-11-09  Michael Meeks  <mmeeks@gnu.org>

	* Makefile.am: Fixup graph.gnorba install

1999-11-07  Miguel de Icaza  <miguel@gnu.org>

	* graph-view-scatter.c: Wrote most of this file.

	* graph.c (graph_compute_stacked_dimensions): Initialize len here.

	* graph-view-colbar.c (column_draw): Add support for plotting
	columns and bars.
	Fixed the drawing order.
	(setup_gc): Picks a color for now, we need to make this consult
	the properties.
	(graph_view_colbar_draw_nth_clustered): Fix for negatives.

	* layout-view.c (layout_view_new): Use graph_bind_view here.

	* graph-view.c (graph_view_alloc_colors): Allocate a bunch of
	colors. 

	* graph-view-colbar.c (setup_gc): Assign a color to plot with.

	* vector.c (vector_new): Store the user data.

	* vector.h, vector.c: All callback functions now receive a
	Vector * argument.

	

1999-10-22  Miguel de Icaza  <miguel@gnu.org>

	* Makefile.am ($(GRAPH_CORBA_GENERATED)): Do not use BUILT_SOURCES
	as suggested by Tom.

1999-09-30  Miguel de Icaza  <miguel@gnu.org>

	* New ChangeLog file.

