08.06.99 Removed some errors from gtk_databox_destroy and gtk_databox_remove
	that resulted in loss of data or too early removal of shared X or Y
	data

23.09.99 Memory allocation bug fix in GTK_DATABOX_BARS
	freeing of segments pointer removed

19.05.99 gtk_databox_set_color() and gtk_databox_get_color now return 0 on  
        success and -1 on failure instead of void
        Drawing style of data may now be changed or investigated by two new
        functions 
        gtk_databox_set_data_style() and gtk_databox_get_data_style()

	Nothing special about that, I guess
	


11.05.99 Inconsistencies in LINES style have been removed.
	Former solution did not draw lines to points outside the drawing
	area to avoid possible overflow errors. 
	Now the points are connected by segments. If one or two points are
	outside the drawing area, the part of line between the points inside
	the drawing area is calculated and displayed. This might need some
	further effort to get really smooth, but at least it is much better
	than before :-)

09.05.99 Changed comments from // to /**/ to remove problems on some systems
	
	Several small bugs fixed
	(Remove data now returns -1 on error)

	Rulers and Scrollbars are now destroyed instead of hidden (much
	cleaner solution)




24.03.99 Licence has been changed to LGPL.
 
	Several bugs fixed, better implemetation of signals for use with
	Gtk--.
	
	Third party wrappers for Gtk-- and VDK have been developed
	and are now available. Take a look at the Web-Site for more
	information.
	http://www.eudoxos.net/gtk/gtkdatabox/
	http://www.eudoxos.de/gtk/gtkdatabox/

	A new drawing mode has been implemented.  The value of this drawing 
	type is GTK_DATABOX_BARS.
	Bars that rise (or drop)
	from X-Axis. An example has been added to the test program

11.03.99 Lots of bugfixes, added some signals
	gtk_databox_marked
	gtk_databox_selection_started
	gtk_databox_selection_changed
	gtk_databox_selection_stopped
	gtk_databox_selection_canceled
	Added an example for the signals to the test program
06.03.99 +
07.03.99 Rewrite of most functions, scrolling, rulers and display are now
	more clearly structured, fixed some memory leaks, the 3D-functions
	and data model have been dropped completely (too much inconsistency)
	data model is now hidden from the user, interface functions are now 
	available.
	Scrolling, zoom, rulers and cross are now optional to use.
	Complete rewrite of the example program.
	Some additions to the Makefile.am files that add the correct
	dependencies to the library (hopefully)

jan-mar 99 Unlogged changes, mostly notable the patch by Walter Brisken,
	(walterfb@puppsr5.Princeton.EDU) that adds rulers to the widget
17.12.98 Announcement of GtkDatabox on gtk-list and gtk-app-devel-list
	Thanks to Andreas Tille (tille@physik.uni-halle.de), who encouraged 
	me to create a nice example program and who rewrote the configure
	script so that GtkDatabox may be linked dynamically now.
08.12.98 Tearoff. GtkDatabox is it's own project now.
29.11.98 Incorporated slightly changed changes of Andreas Tille and his
	example program.
28.11.98 First Contact. Andreas Tille (tille@physik.uni-halle.de)
	introduces some changes to GtkDatabox.
	These are a function to set colors and a new style of representing
        data with coordinates. 
01.11.98 Using gdk_draw_points instead of gdk_draw_point speeds the program
	up, even with Win95
20.10.98 Succeeded to compile gfit with Windoze. Slow is the only word that
	fits.
05.10.98 Up to 7 columns of data are supported right now. Automatic color
	generation for more columns is planned (and necessary as the program 
	would die with more columns)
04.10.98 Opened the project for gtk-app-devel-list
30.09.98 GTK_TYPE_OPTION_MENU and Item Factory problems solved after some
	questions to gtk-app-devel-list
24.09.98 Changes for gtk+-1.1.2
	 Still have problems with GTK_TYPE_OPTION_MENU and Item Factory...
15.09.98 Creating databox widget with scrollbars
13.09.98 Start of the gfit project with gtk+-1.1.1
