1999-10-04  Manuel M. T. Chakravarty  <chak@is.tsukuba.ac.jp>

	* gtk/GtkStyle.hs: first definitions with support from Armin

	* gtk/GtkWidget.hs: gtkWidgetGetParentWindow,
	gtkWidgetSetParentWindow, and some other functions; with support
	from Armin Groesslinger

	* gdk/Gdk.hs: Some more routines; with support from Armin
	Groesslinger <agrde@gmx.net>  
	
	* gdk/{GdkTypes,GdkWindow,GdkDrawable,GdkPixmap}.hs: Basic definitions;
 	with support from Armin Groesslinger <agrde@gmx.net> 

	* gtk/GtkFrame.hs: Newly implemented

	* examples/{LabelTest,IdleTest}.hs: Added; with support from
	Armin Groesslinger <agrde@gmx.net> 

1999-10-03  Manuel M. T. Chakravarty  <chak@is.tsukuba.ac.jp>

	* gtk/GtkLabel.hs (gtkLabelGet): Debugged 
	Completed the binding of this widget

	* version 0.6.0
	
== Pre-Gnome-CVS change log in different format

0.5.0
~~~~~
25Sep99 `GtkSignal.GtkConnection' now also stores the callback address and all 
	signal disconnection routines free the callback address with
	`freeHaskellFunctionPtr'; implemented the `GtkTable' widget; nearly
	completed `GtkWindow'; some more widget routines; added in `GtkObject' 
	the routines `gtkObjectRef', `gtkObjectUnref', `gtkObjectDestroy';
	complete `GtkMain.hs' and added most of the available functionality to
	`GtkMainSignal' (modified patches from Armin)
20Sep99 Corrections from Sven Panne
 
0.4.0
~~~~~
19Sep99 `ext/gtglarea/examples/Simple.hs': Simple illustration of using GTK+HS 
	with HOpenGL - Sven Panne's OpenGL library for Haskell; and all the 
	configure/Makefile stuff needed to make the combination work
18Sep99 Added `GtkCompat.hs' and `GtkWidget.GtkAllocation' plus some
	marshaling routines; 
	`GtkToggleButton.gtkToggleButtonSetState'
	  -> `...gtkToggleButtonSetActive'; 
	`GtkContainer.gtkContainerBorderWidth'
	  -> `...gtkContainerSetBorderWidth';
	added `GtkMain.gtkQuitAddDestroy'; and extended signal handling of
	`GtkWidget' 

0.3.6
~~~~~
16Sep99 Started `ext/gtglarea/examples/Simple.hs' plus some infrastructure

0.3.5
~~~~~
03Sep99 `GtkMainSignal.hs' by Michael Hobbs <hobbs1@acm.org> plus
	ideas from Armin Groesslinger <agrde@gmx.net> mixed with my own hack
	for freeing the Haskell closure of timeout callbacks in `GtkTypeUtils'
03Sep99 Havoc Pennington <hp@redhat.com> points out that we have to statically 
	link with -lgtkHS -lgdkHS -lglibHS (instead of the opposite order);
	`GtkButton' now derives from `GtkBin' (reflecting a change in GTK+
	1.2) 

0.3.4
~~~~~
05Jul99 improved configure.in and added `ThreadTest.hs'

0.3.3
~~~~~
04Jul99 polished configuration & added `GLib.gThreadInit'
03Jul99 Autoconf-based configuration
29Jun99 Added GDK thread routines

0.3.2
~~~~~
22Apr99 Support for `GtkGLArea' (in ext/), some `Gdk' bits, and two more events
	in `GtkWidgetSingal'
17Apr99 Added `GtkDrawingArea'

0.3.1
~~~~~
14Apr99 Fixed distribution to include mk/common.mk
13Apr99 Switching to GTK+ 1.2

0.3.0
~~~~~
13Apr99 Separate GLib, GDK, and GTK+ support; common makefile definitions in
	mk/common.mk; gtk/GtkConfig -> glib/GConfig

0.2.2
~~~~~
11Feb99 Bug fix in `GtkMarsh.flagsMask'; completed the routines to set and get 
	the components of `GtkAdjustment'

0.2.1
~~~~~
10Feb99 `GtkObject' & `GtkWidget' flags; some additional widget functionality;
	fixed bug found by Sven Panne in `ButtonTest'

0.2.0
~~~~~~
04Feb99 Separator
31Jan99 Range widgets (range, scales, scrollbars, and adjustment)

0.1.0
~~~~~~
20Jan99 Alpha release
