== PyGTK 2.7.4 ==
2005-08-24  Johan Dahlin  <jdahlin@async.com.br>

	* NEWS: Update

	* README: Update

2005-08-24  John Ehresman  <jpe@wingide.com>

	* setup.py: Added sources so gobject module will compile, fixed
	enable/disable thread support, and changed default so thread 
	support is enabled unless --disable-threading is specified
	
	* gobject/gobjectmodule.c, gobject/pygobject.c: Set 
	PyGObject_MetaType.tp_base in module initialization to keep
	VC++ happy

2005-08-24  Johan Dahlin  <jdahlin@async.com.br>

	* tests/test_conversion.py (Tests.testUIntArg): Add test for
	Table.attach which takes uint arguments.

	* codegen/argtypes.py (UIntArg.write_param): 
	One more take on fixing #300012, this time unsigned int conversion,
	patch by Gustavo.
	
2005-08-18  John Finlay  <finlay@moeraki.com>

	* gtk/gtk.override (_wrap_gtk_selection_data_get_targets) 
	(_wrap_gtk_drag_dest_get_target_list) 
	(_wrap_gtk_drag_dest_set_target_list) 
	(clipboard_request_contents_cb) 
	(_wrap_gtk_clipboard_request_targets) 
	(_wrap_gtk_drag_source_set_target_list) 
	(_wrap_gtk_target_list_add_image_targets) 
	(_wrap_gtk_target_list_add_uri_targets) :
	* gtk/gdk.override (_wrap_gdk_event_tp_getattr) 
	(_wrap_gdk_gc_new_with_values, _wrap_gdk_property_get) 
	(_wrap_gdk_property_change): 
	* gtk/gtkmodule.c (add_atom): Fix memory leak with gdk_atom_name()
	Fixes #313861 (Christian Persch)

2005-08-16  Stepan Kasal  <kasal@ucw.cz>

	* pygobject-2.0.pc.in, pygtk-2.0.pc.in: Add datarootdir
	variable, for compatibility with future Autoconf releases.
	* codegen/pygtk-codegen-2.0.in: Likewise.

2005-08-16  Johan Dahlin  <johan@gnome.org>

	* gtk/gtkcontainer.override: Override gtk.Container.do_forall.
	* examples/gtk/bin.py: Simple example how it should work.

2005-08-12  Christopher Aillon  <caillon@redhat.com>

	* gtk/gtk.defs:
	gtk.accelerator_get_default_mod_mask () returns a
	GtkModifierType, not a guint.

2005-08-12  Christopher Aillon  <caillon@redhat.com>

	* gobject/pygtype.c:
	pyg_flags_get_value () should accept longs as input

2005-08-10  Johan Dahlin  <jdahlin@async.com.br>

	* configure.in: Post release version bump