2004-05-15  Jody Goldberg <jody@gnome.org>

	* Release 1.9.1

2004-05-04  Jody Goldberg <jody@gnome.org>

	* Release 1.9.0

2003-09-12  Jody Goldberg <jody@gnome.org>

	* Release 1.8.2

2003-06-15  Jon K Hellan  <hellan@acm.org>

	* python/__init__.py: Update to recent conventions.

	* gsfgnome.override: Remove orbit-python.h

2003-06-07  Jody Goldberg <jody@gnome.org>

	* Release 1.8.1

2003-05-11  Jody Goldberg <jody@gnome.org>

	* Release 1.8.0

2003-01-28  Jody Goldberg <jody@gnome.org>

	* Release 1.7.2

2002-12-11  Jody Goldberg <jody@gnome.org>

	* Release 1.6.0

2002-10-26  Jody Goldberg <jody@gnome.org>

	* Release 1.5.0

2002-09-30  Jody Goldberg <jody@gnome.org>

	* Release 1.4.0

2002-09-19  Jon K Hellan  <hellan@acm.org>

	* gsf.defs (GsfIOContext.error_occurred,
	GsfIOContext.error_message, GsfIOContext.push_error,
	GsfIOContext.pop_error): Remove.
	(GsfOutfileZip.set_compression_method): Add.

	* gsf-arg-types.py: Handle GsfZipCompressionMethod.

2002-09-13  Jon K Hellan  <hellan@acm.org>

	* gsf.override (GSF_TYPE_OUTFILE_ZIP): Define.
	(_wrap_gsf_xml_parser_context): Add.

	* gsf.defs (gsf_outfile_msole_new): Fix typo.
	(gsf.OutfileZip, gsf_outfile_zip_new): Add.
	(gsf_xml_parser_context): Add.

	* ex-out-zip.py: Add.

2002-08-25  Jody Goldberg <jody@gnome.org>

	* Release 1.3.0

2002-08-21  Jon K Hellan  <hellan@acm.org>

	* Makefile.am15: Use gsf-arg-types when generating code.

	* gsf-arg-types.py: Added char* variants to gnome-python - remove
	from here.

2002-08-20  Jon K Hellan  <hellan@acm.org>

	* gsf-arg-types.py: Handle declaration variations not handled in
	gnome-python.

	* gsfgnome.override (_wrap_gsf_input_bonobo_new): Initialize Gnome
	VFS.

	* gsfgnome.defs (gsf_input_gnomevfs_new, gsf_output_gnomevfs_new):
	Fix typo.

2002-08-20  Jon K Hellan  <hellan@acm.org>

	* Makefile.am15 (_gsfmodule_la_LIBADD): -lgsf-gnome-1 should not
	be included here.

2002-08-19  Jon K Hellan  <hellan@acm.org>

	* gsf.defs (GsfInput.seek, GsfOutput.seek):
	s/GsfSeekType/GSeekType/.

	* gsf.override (_wrap_gsf_input_seek, _wrap_gsf_output_seek): Ditto.

2002-08-19  Jon K Hellan  <hellan@acm.org>

	* Makefile.am15: Different CFLAGS and LIBADD for gsf and gsf.gnome
	modules.

	* gsfgnome.override: Change include path for gsf-gnome headers.

2002-08-18  Jon K Hellan  <hellan@acm.org>

	* README-python: Update build procedure description. With todays
	changes, it's simpler and should actually work.

	* Makefile.am15: Add, so that people who have Automake 1.5 can
	actually build the thing. See README-python.
	
	* .cvsignore: Add gsfgnome.c

2002-08-18  Jon K Hellan  <hellan@acm.org>

	* gfs.defs: Split out bonobo and gnome-vfs dependency into
	gsf.gnome module.

	* gsfmodule.c: Ditto.

	* gfs.override: Ditto.

	* __init__.py: Added to split into gsf and gsf.gnome modules.
	
	* gfsgnome.defs: Ditto.

	* gsfgnomemodule.c: Ditto.

	* gfsgnome.override: Ditto.

2002-08-15  Jon K Hellan  <hellan@acm.org>

	* gsf.defs (GsfInput.size, GsfInput.remaining, GsfInput.tell,
	GsfOutput.size, GsfOutput.tell): Change return type to gsf_off_t.
	(GsfInput.seek, GsfOutput.seek): Change type of offset parameter
	to gsf_off_t, of 'whence' to GsfSeeType.
	(GsfInput.set_size): Change type of size parameter to gsf_off_t.
	(gsf_input_memory_new): Change type of length parameter to
	gsf_off_t.
	(GsfInfileZip.get_ooname): Remove.
	(GsfMetaDataBag): Was commented out. Now remove. Original is still
	in CVS.
	(GsfOutputBonobo, GsfOutputMemory): Not built in C library, so
	remove.

	* gsf.override: Include orbit-python.h. Don't ignore io-context.
	(_wrap_gsf_input_size, _wrap_gsf_input_remaining,
	_wrap_gsf_input_tell, _wrap_gsf_output_size,
	_wrap_gsf_output_tell): Check for overflow from gsf_input_size.
	(wrap_gsf_input_seek, _wrap_gsf_output_seek): Copy offset to a
	gsf_off_t before calling gsf_input_seek
	(_wrap_gsf_input_memory_new): Cast to suppress warning.
	(_wrap_gsf_infile_zip_get_ooname): Remove.
	(_wrap_gsf_output_tell): Add.

	* gsfmodule.c (initgsf): Suppress warnings.

2002-08-05  Jon K Hellan  <hellan@acm.org>

	* gsf.override: (GsfInputBonobo, GsfInputGnomeVFS, GsfIOContext,
	GsfOutfile, GsfOutfileMSOle, GsfOutputBonobo, GsfOutputGnomeVFS,
	GsfOutputMemory, GsfOuputStdio): Add.
	(_wrap_gsf_input_read): Use correct type of gsf_input_size.
	(_wrap_gsf_input_seek, _wrap_gsf_input_tell,
	_wrap_gsf_input_memory_new): Kill warning.
	(_wrap_gsf_input_stdio_new, _wrap_gsf_input_mmap_new,
	_wrap_gsf_input_textline_utf8_gets,
	_wrap_gsf_infile_name_by_index, _wrap_gsf_infile_child_by_name):
	Remove. Improved pygtk-codegen?
	(_wrap_gsf_input_bonobo_new, _wrap_gsf_output_size) 
	(_wrap_gsf_output_seek, _wrap_gsf_output_seek) 
	(_wrap_gsf_output_write, _wrap_gsf_output_bonobo_new): Add.

	* gsf.defs (GsfInput.uncompress, GsfInfileZip.get_ooname,
	GsfInputBonobo, GsfInputGnomeVFS, GsfIOContext, GsfOutfile,
	GsfOutfileMSOle, GsfOutputBonobo, GsfOutputGnomeVFS,
	GsfOutputMemory, GsfOuputStdio): Add.
	(GsfInput.name): Correct type.
	
2002-08-12  Jody Goldberg <jody@gnome.org>

	* Release 1.2.0

2002-07-21  Jody Goldberg <jody@gnome.org>

	* Release 1.1.0

2002-06-23  Jon K Hellan  <hellan@acm.org>

	* README-python: Update build instructions.

2002-06-20  Jon K Hellan  <hellan@acm.org>

	* README-python: Explain how to build.

