2001-12-24  Jody Goldberg <jody@gnome.org>

	* Release 0.99.1

2001-12-15  Jody Goldberg <jody@gnome.org>

	* Release 0.99.0

2001-12-12  Jody Goldberg <jody@gnome.org>

	* python-loader.c (call_python_function_nodes) : Use ExprList.

2001-11-05  Jody Goldberg <jgoldberg@home,com>

	* Release 0.75

2001-10-29  Jody Goldberg <jgoldberg@home.com>

	* Release 0.74

2001-10-29  Jody Goldberg <jgoldberg@home.com>

	* Release 0.73

2001-10-23  Jody Goldberg <jgoldberg@home.com>

	* python-loader.c (call_python_function_nodes) :
	s/eval_expr/expr_eval/

2001-10-18  Jody Goldberg <jgoldberg@home.com>

	* Release 0.72

2001-10-10  Jody Goldberg <jgoldberg@home.com>

	* py-gnumeric.c (py_mstyle_merge_method) : delete.
	(py_MStyle_object_methods) : remove mstyle_merge.

2001-10-07  Jody Goldberg <jgoldberg@home.com>

	* Release 0.71

2001-09-25  Jon K Hellan  <hellan@acm.org>

	* .cvsignore: Add plugin.xml

2001-08-28  Morten Welinder  <terra@diku.dk>

	* python-loader.c (initialize_python_if_needed): Avoid segfaults
 	with buggy pythons.

2001-08-21  Zbigniew Chyla  <cyba@gnome.pl>

	* plugin.xml: Removed

	* plugin.xml.in: Copied from plugin.xml, prepared for localization.

	* Makefile.am: Use xml-i18n-tools to create plugin.xml (with
	translations merged from .po file).

2001-08-20  Jody Goldberg <jgoldberg@home.com>

	* Release 0.70

2001-08-11  Jody Goldberg <jgoldberg@home.com>

	* Release 0.69

2001-07-17  Jody Goldberg <jgoldberg@home.com>

	* Release 0.68

2001-07-14  Zbigniew Chyla  <cyba@gnome.pl>

	* python-loader.c (gnumeric_plugin_loader_python_func_file_open,
	gnumeric_plugin_loader_python_func_file_save): Use gnumeric_io_error_string.

2001-06-29  Zbigniew Chyla  <cyba@gnome.pl>

	* py-gnumeric.c (create_python_interpreter): Call PySys_SetArgv after
	creating new interpreter (some modules assume that sys.argv is always
	set).

	* python-loader.c (gnumeric_plugin_loader_python_load): Marked two
	strings for translation.

2001-06-28  Jody Goldberg <jgoldberg@home>

	* Release 0.67

2001-06-28  Jody Goldberg <jgoldberg@home.com>

	* py-gnumeric.c (py_sheet_get_extent_method) : changes to
	  sheet_get_extent.

2001-06-27  Jody Goldberg <jgoldberg@home.com>

	* Release 0.66

2001-05-29  Zbigniew Chyla  <cyba@gnome.pl>

	* python-loader.c (gnumeric_plugin_loader_python_func_file_probe): Added
	FileProbeLevel argument.

2001-05-21  Zbigniew Chyla  <cyba@gnome.pl>

	* python-loader.c (gnumeric_plugin_loader_python_func_file_probe,
	gnumeric_plugin_loader_python_func_file_probe,
	gnumeric_plugin_loader_python_func_file_save):
	s/FileOpener/GnumFileOpener/
	s/FileSaver/GnumFileSaver/

2001-05-20  Jody Goldberg <jgoldberg@home.com>

	* Release 0.65

2001-05-17  Jody Goldberg <jgoldberg@home.com>

	* py-gnumeric.c (py_Cell_render_value_method) : delete.  This should
	  not be wrapped.

2001-04-19  Jody Goldberg <jgoldberg@home.com>

	* py-gnumeric.c (py_Workbook_get_sheets_method) : free the list of
	  sheets.

2001-03-31  Zbigniew Chyla  <cyba@gnome.pl>

	* py-gnumeric.c (destroy_python_interpreter): Fixed typo.

2001-03-31  Zbigniew Chyla  <cyba@gnome.pl>

	Patch from drk@sgi.com

	* py-gnumeric.c: Added function declarations for object methods
	to avoid declaring forward references for an unsized PyMethodDef
	arrays.

2001-03-17  Jody Goldberg <jgoldberg@home.com>

	* Makefile.am (SOURCES) : Add missing header.

2001-03-06  Zbigniew Chyla  <cyba@gnome.pl>

	* py-gnumeric.[ch], python-loader.c:
	Replaced #include "Python.h" with #include <Python.h>.

2001-03-06  Jon K Hellan  <hellan@acm.org>

	* py-gnumeric.c, py-gnumeric.h, python-loader.c: Fix include path
	  for Python.h.
	  
	* .cvsignore: Add it.
	
2001-03-05  Zbigniew Chyla  <cyba@gnome.pl>

	* Makefile.am, plugin.xml, py-gnumeric.c, py-gnumeric.h,
	python-loader.c, README-IMPORTANT:
	New plugin, loader for Python plugins.
