2006-03-15 20:31  lacasta

	* gtk-hst/gtkhistogram.c: Handles properly the color settings
	  before the widget is realized

2006-03-15 20:29  lacasta

	* test/tstHistogram.c: Adds new tests to check multiple curves in a
	  histogram

2006-03-15 19:39  lacasta

	* python/Makefile.in, test/Makefile.in: [no log message]

2006-03-15 19:38  lacasta

	* python/hst.defs: THis file is automatically generated, and it now
	  includes the functions to set and retrieve function names

2006-03-15 17:01  lacasta

	* gtk-hst/Makefile.in: [no log message]

2006-03-15 16:59  lacasta

	* gtk-hst/: gtkhistogram-protected.h, gtkhistogram.c,
	  gtkhistogram.h: A GtkHst1D can now plot different curves
	  assigning one color to each of them and drawing a legend to the
	  right.

	  Also added the posibility to dump a histogram into a jpeg image.
	  This can be done  through the popup menu of the histogram.

2006-03-15 16:55  lacasta

	* gtk-hst/: function.c, function.h: I have added th eproperty name
	  to the functions, so that it can be displayed when plotting more
	  that one function in the same histogram

2006-02-22 00:22  lacasta

	* gtk-hst/: gtkhistogram-protected.h, gtkhistogram.c: Handle
	  properly the axis drawing in logarithmic mode X0 and Y0 are show
	  properly in the canvas

2006-02-22 00:20  lacasta

	* Makefile.am, gtkhst.spec: Added rpm creation in the makefile

2006-02-22 00:19  lacasta

	* configure.in: Increase release number to 3.  Added rpm creation
	  in the makefile Handle better axis drawing in logarithmic mode

2005-12-15 17:24  lacasta

	* ChangeLog, Makefile.am, gtkhst.spec.in: Added the release nubmer
	  to the distribution file name

2005-12-15 17:23  lacasta

	* gtk-hst/: graph.c, graph.h: Fixed a couple of bugs

2005-12-15 17:23  lacasta

	* gtk-hst/gtkhistogram.c, gtk-hst/gtkhistogram.h, python/hst.defs:
	  Added remove_curves

2006-02-22  Carlos Lacasta

	* gtkhst1d.c, gtkhst-protected.h: 
	A number of minor changes to draw properly  the axis in log mode. 
	Added gtk_hst1d_set_curve_colors to set the colors of different
	functions drawn in the same gtkhistogram.

2005-09-09 11:34  lacasta

	* Move to version 0.2.0
	* gtk-hst/: graph.c, graph.h: Added  HstGraph

2005-09-05 18:17  lacasta

	* gtk-hst/gtkhistogram.c: Fix hst1d_update being void instead of
	  gboolean that made the histogram monitoring stop after the first
	  updates...

2005-08-23 15:04  lacasta

	* ChangeLog: Update ChangeLog

2005-08-23 15:00  lacasta

	* configure.in: Change release number to 2

2005-08-23 14:57  lacasta

	* gtk-hst/gtkhistogram.c: Change strncmp to strcmp in
	  gtk_hst1d_set_colors Make hst1d_button_press and
	  hst1d_button_release return FALSE always

2005-04-27  Carlos Lacasta  <Carlos.Lacasta@ific.uv.es>

	* python: A few minor changes in the python bindings that allow 
	  running on the RedHat 9 distribution. 
	
