=== gazpacho 0.6.4 ===
2005-12-12  Mattias Karlsson  <matka134@student.liu.se>

	reviewed by: Johan Dahlin  <jdahlin@async.com.br>

	* gazpacho/widgets/base/notebook.py (NPagesProp.load): Override load, 
	fixes notebook problem seen in #320527

2005-01-09  Johan Dahlin  <jdahlin@async.com.br>

	* gazpacho/uimstate.py (WidgetUIMState._update_sizegroup_actions): 
	Fix for #326105, also filter out Placeholders. Modified patch
	by Mattias

2006-01-06  Mattias Karlsson  <matka134@student.liu.se>

	* gazpacho/clipboard.py: Make sure the clipboard sends the
	'selection-changed' signal when a widget has been added even if
	the clipboard dialog isn't visible. Fixes #326027.

2006-01-06  Mattias Karlsson  <matka134@student.liu.se>

	* gazpacho/commandmanager.py:
	* gazpacho/popup.py: Make sure that the undo/redo text for
	inserting a placeholder in a box is correct. Fixes #326043.

2006-01-07  Johan Dahlin  <jdahlin@async.com.br>

	* gazpacho/bugreportdialog.py (get_revision): Catch IOError and check in
	.svn/entries instead of just entries. Fixes #326048

2006-01-06  Ross Burton <ross@burtonini.net>

	reviewed by: Johan Dahlin  <jdahlin@async.com.br>

	* catalogs/base.xml: Add GtkFontButton and GtkFileChooserButton.
	Fixes #317901
	
2006-01-05  Johan Dahlin  <jdahlin@async.com.br>

	* tests/test_loader.py (InternalChildTest.testDialog): Re-enable, fixes 
	#325851
	
	* tests/test_widgets.py (SKIPPED): enable scrolled window test

	* tests/test_glade.py (SKIPPED): enable dialog test

	* gazpacho/project.py (Project.open): Load internal children

	* gazpacho/widget.py (Widget.guess_name): Only set name if it's unset.

	* gazpacho/properties.py (PropRegistry._create_type_from_pspec): 
	Set maximum and minimum of they're found in the pspec.
	Fixes #304392.

=== gazpacho 0.6.3 ===