2000-07-18  Havoc Pennington  <hp@redhat.com>

	* src/template/gtk/widget.gen: Remove push/pop/set visual,
	those no longer exist in GTK.

	* src/template/gdk/event.gen: remove pressure/deviceid/source
	stuff from events, need to wrap new GTK approach to this

	* inti.spec: Remove locale stuff from file list, since we have no 
	translations.

2000-06-17  Havoc Pennington  <hp@pobox.com>

	* src/template/gdk/gc.gen: add protected default constructor

	* src/template/gdk/drawable.gen: add protected default constructor

2000-06-16  Havoc Pennington  <hp@pobox.com>

	* src/template/gdk/gc.gen: Add GC::unset_clip().

	* src/template/timedate.gen: Add TimeStamp::microseconds_since(),
	add Inti::current_timestamp().

	* src/template/gdk/drawable.gen: Fix indentation, and add 
	an overloading of draw_rectangle () that takes a Gdk::Rectangle.

2000-06-14  Havoc Pennington  <hp@redhat.com>

	* src/template/pango/context.gen: implement
	* src/template/pango/layout.gen: implement

2000-06-12  Havoc Pennington  <hp@redhat.com>

	* src/doc/inti-manual.sgml: Add stuff to manual

2000-06-09  Havoc Pennington  <hp@redhat.com>

	* src/template/gtk/widget.gen: Add the style-manipulation methods

2000-06-09  Havoc Pennington  <hp@redhat.com>

        I'm not doing a very good job putting all changes in the
	ChangeLog. :-(	

	* src/template/gtk/rc.gen: Wrap GtkRcStyle
	
	* src/template/gtk/style.gen: Finish implementing the vtable
	
	* src/template/gtk/frame.gen: add label widget and label align 
	getters/setters

2000-06-03  Havoc Pennington  <hp@pobox.com>

	* src/template/gtk/style.gen: Add get/set font description
		
2000-06-03  Havoc Pennington  <hp@pobox.com>

	* src/examples/gtk/hello.cc (on_destroy): handle multiple destroys
	properly

	* src/template/gtk/widget.gen (style_set_impl): allow for
	previous_style to be NULL

2000-05-26  Havoc Pennington  <hp@pobox.com>

	* src/template/gtk/marshal.gen: fix missing #include and 
	a variable name typo

	* src/template/gtk/widget.gen: fix broken forward declaration of
	Gdk::Selection (doesn't exist).

	* src/template/gtk/selection.gen (set): fix cast (I thought I
	already did this, but, whatever)
	(gtk_target_entry): fix another cast I thought I already fixed

2000-05-26  Havoc Pennington  <hp@redhat.com>

	* src/template/gtk/widget.gen: wrap style_set signal,
	wrap push/pop colormap/visual/style/compositechild,
	wrap gtk_widget_intersect.

2000-05-26  Havoc Pennington  <hp@redhat.com>

	* src/template/gdk/gdkbase.gen: Implement global non-method GDK
	functions from gdk.h

