2000-08-21  Havoc Pennington  <hp@redhat.com>

	* src/template/pango/Makefile.am (EXTRA_DIST): put 
	GEN_FILES in EXTRA_DIST

	* configure.in: bump version to 0.5preview

2000-08-20  Havoc Pennington  <hp@pobox.com>

	* src/inti/gdk/Makefile.am (intigdkinclude_HEADERS): put gc.h in
	the headers, reported by Ken Seymour

	* src/examples/gtk/adjustment.cc: Fixes so it can think about
	compiling, breakage noted by Ken Seymour. I didn't try it yet
	though.

	* src/examples/gtk/object.cc: Remove this, since I deleted 
	Gtk::Object

	* src/examples/gtk/Makefile.am (simple_hello_LDADD): remove
	object.cc example
	
2000-08-19  Havoc Pennington  <hp@pobox.com>

	* src/template/pango/layout.gen: fix some missing "return",
	reported by Joseph Rabinoff

2000-08-13  Havoc Pennington  <hp@pobox.com>

	* configure.in: Bump version to 0.4preview

	* src/inti/pango/Makefile.am (intipangoinclude_HEADERS): Install 
	the headers that are supposed to be installed

2000-08-11  Havoc Pennington  <hp@pobox.com>

	* src/template/pango/attributes.gen: Implement constructors from
	PangoAttribute*

2000-08-10  Havoc Pennington  <hp@redhat.com>

        * src/template/timedate.gen: inline Inti::usleep
	
        * src/template/text.gen: Don't use isalnum etc. those are macros
	in the libc headers.
	
	* src/template/gtk/radiobutton.gen (get_active): ->active is in
	toggle button not check button

	* configure.in: check for pkg-config not experimental-pkg-config

	* inti.spec: upgrade, install testinti-gtk and sample source

	* configure.in: bump to 0.3preview

2000-08-10  Havoc Pennington  <hp@redhat.com>

	* src/template/utf-string.gen: working on a new version of this,
	but for now it's commented out

	* src/template/gtk/text.gen, src/template/gtk/textbuffer.gen:
	working on text widget wrapper
	
2000-08-03  Havoc Pennington  <hp@pobox.com>

	* src/doc/Makefile.am (EXTRA_DIST): add process.sh

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

	* src/template/timedate.gen: provide usleep

	* src/template/threads.gen: wrap most of the GThread stuff

2000-08-02  Havoc Pennington  <hp@pobox.com>

	* src/checks: Directory to hold STL concept check headers from 
	libstdc++v3
	
2000-08-02  Havoc Pennington  <hp@pobox.com>

	* src/template/gtk/radiobutton.gen: Add get_active() method to
	Group

	* src/template/gtk/radiomenuitem.gen: Add get_active() to Group

	* src/template/text.gen: wrap more Unicode utils from glib

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

	* src/template/pango/Makefile.am: Add context.gen, attributes.gen,
	layout.gen

	* src/template/pango/layout.gen: wrap PangoRectangle and
	PangoLogAttr; wrap layout stuff related to getting log attrs and 
	pixel locations

	* src/template/gdk/gdkbase.gen (Rectangle): Add constructor from
	PangoRectangle

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

	* configure.in: Use pkg-config for the build (this requires 
	a version of GTK from my local hard drive)

	* src/template/object-class.gen (proxy_type): Name the proxy with
	underscore instead of ::

	* src/examples/gtk/object.cc: Make this compile again

	* src/examples/gtk/testinti-gtk.cc (class ProgressBarTest): Test
	for ProgressBar

	* src/template/gtk/progressbar.gen: Implement Gtk::ProgressBar

	* src/template/gtk/editable.gen: A lot of the signals in here were
	only signals because they are used with GtkBindingSet; make them
	plain virtual functions.	

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

