2001-08-23  jacob berkman  <jacob@ximian.com>

	* README (FAQ): updates

	* configure.in: 
	* NEWS: 0.2

	* libgnomefilesel/gnome-file-selector-util.c (listener_cb):
	cleanups for doing things w/o a filesel struct
	(create_control):
	(create_bonobo_selector): split some things out of the main
	function
	(ok_clicked_cb):
	(cancel_clicked_cb):
	(create_gtk_selector): implement a gtk file selector fallback
	(run_file_slector): simplify a bit.  skip trying to make a bonobo
	file sel if GNOME_FILESEL_DISABLE_BONOBO is set in the
	environment, and fallback on a gtk file sel if the bonobo one
	couldn't be created.
	(gnome_file_selector_open): 
	(gnome_file_selector_open_multi): 
	(gnome_file_selector_save): add a title argument

	* tests/file-sel-demo.c (load_file): 
	* tests/test-libfilesel.c (get_files): update to new api

2001-08-20  jacob berkman  <jacob@ximian.com>

	* tests/test-libfilesel.c (get_files): test the default dir stuff

	* libgnomefilesel/gnome-file-selector-util.c: add arguments for
	setting the default directory, file name, whether gnome-vfs should
	be enabled, and mime types

	* docs/: api docs

	* tests/: some tests / example code

2001-08-19  jacob berkman  <jacob@ximian.com>

	* initial import of a small wrapper for the new file selector

