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

	* src/scripts/Makefile.am (EXTRA_DIST): add new files

	* src/examples/Makefile.am (SUBDIRS): remove typing-game for now

	* configure.in: Update to 0.6preview

	* inti.spec: Update version

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

	* src/scripts/create.py (conditionally_update): Don't overwrite
	the generated source files unless they actually changed, to avoid
	gratuitous builds

	* src/template/gtk/textbuffer.gen (TextBuffer): Create a
	textbuffer wrapper

2000-11-27  Havoc Pennington  <hp@redhat.com>

        * src/template/utf-string.gen: add constructors with length arg

	* src/template/gtk/entry.gen: fix to include stuff from editable
	interface
	
	* src/examples/gtk/testinti-gtk.cc: update to reflect Inti changes

2000-11-27  Havoc Pennington  <hp@redhat.com>

        All files: use ustring for args in addition to return values,
	when the string should be a Unicode string
	
	* src/template/gtk/label.gen: remove get/set pattern, since
	it's deprecated.

2000-11-27  Havoc Pennington  <hp@redhat.com>

	* src/scripts/argtypes.py: add gunichar support

	* src/template/error.gen: fixups

	* src/template/utf-string.gen: don't derive from std::string

	* src/template/gtk/entry.gen: fixups
	
2000-11-27  Havoc Pennington  <hp@redhat.com>

	* src/template/text.gen: use defs file to derive 
	Inti::UnicodeType
	
        * src/template/Makefile.am: use glib.defs file
	
	* src/template/gtk/entry-class.gen: Fix this up

	* src/scripts/update-defs.sh: Script to run h2defs.py and extract
	the defs files.

2000-11-27  Havoc Pennington  <hp@redhat.com>

        * src/template/glib.defs: add defs file for GLib (not used yet
	though)
	
	* src/template/timedate.gen (microseconds_since):
	s/G_MICROSEC/G_USEC_PER_SEC

	* src/template/text.gen: s/unicode_char/gunichar/g

	* src/template/object-class.gen (proxy_type): update to reflect
	g_type_register_static() change

	* src/template/gtk/editable.gen, 
	src/template/gtk/entry.gen: Remove Editable from class hierarchy

	* src/template/gdk/window-class.gen (proxy_type): update to
	reflect g_type_register_static() change

	* src/template/gdk/pixmap-class.gen (proxy_type): update to
	reflect g_type_register_static() change
	
	* src/template/pango/font.gen (operator=): Change
	pango_font_description_compare() to pango_font_description_equal()

2000-10-18  Havoc Pennington  <hp@pobox.com>

	* src/template/gtk/widget.gen (set_parent): Make this wrap
	gtk_widget_set_parent
	(reparent): implement
	Fool with docs a bit.

	* src/doc/manual/doxygen.conf: Moving to doxygen for docs, it
	seems a lot better than my stupid hack now that it handles
	templates, etc.

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

	* src/doc/whitepaper.sgml: "Finish" whitepaper

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

	* src/template/error.gen: Error/exception object

	* src/template/i18n.gen: Add Private::_ to translate in our domain

	* src/inti/Makefile.am (INCLUDES): define INTI_TRANSLATION_DOMAIN 
	symbol

	* configure.in (TRANSLATION_DOMAIN): add translation domain
	variable

	* src/template/xml/xml.gen: start on XML module	

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

	* src/template/utf-string.gen: Finished typing in string 
	stuff; very unlikely to compile, less likely to work

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

	* src/doc/ustring.sgml: notes about string class

	* src/doc/whitepaper.sgml: start on white paper

	* src/template/utf-string.gen: more doodling with string 
	class

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

