2002-04-29  Jody Goldberg <jody@gnome.org>

	* Release 1.1.3

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

	* Release 1.1.2

2002-03-22  Jon K Hellan  <hellan@acm.org>

	* python-loader.c: Include expr-impl.h

2002-03-11  Jon K Hellan  <hellan@acm.org>

	* py-gnumeric.c (create_python_interpreter,
	py_CellPos_get_tuple_method, py_CellPos_object_getattr,
	py_Range_get_tuple_method, py_mstyle_set_font_bold_method,
	py_mstyle_get_font_bold_method, py_mstyle_set_font_italic_method,
	py_mstyle_get_font_italic_method,
	py_mstyle_set_font_strike_method,
	py_mstyle_get_font_strike_method, py_mstyle_set_font_size_method,
	py_mstyle_get_font_size_method, py_mstyle_set_wrap_text_method,
	py_mstyle_get_wrap_text_method, py_Cell_set_text_method,
	py_Cell_get_mstyle_method, py_Cell_get_value_method,
	py_Cell_get_value_as_string_method,
	py_Cell_get_rendered_text_method, py_Cell_get_entered_text_method,
	py_sheet_cell_fetch_method, py_sheet_style_get_method,
	py_sheet_style_apply_range_method,
	py_sheet_style_set_range_method, py_sheet_style_set_pos_method,
	py_sheet_get_extent_method, py_sheet_rename_method,
	py_sheet_get_name_unquoted_method, py_sheet_subscript,
	py_Workbook_get_sheets_method, py_GnumericFuncDict_subscript,
	py_PluginInfo_get_dir_name_method, py_PluginInfo_get_id_method,
	py_PluginInfo_get_name_method,
	py_PluginInfo_get_description_method, py_gnumeric_Boolean_method,
	py_gnumeric_CellPos_method, py_gnumeric_Range_method,
	py_gnumeric_MStyle_method, py_initgnumeric):

	* python-loader.c (gnumeric_plugin_loader_python_load,
	gnumeric_plugin_loader_python_func_file_probe,
	gnumeric_plugin_loader_python_func_file_open,
	gnumeric_plugin_loader_python_func_file_save,
	(gnumeric_plugin_loader_python_func_get_full_function_info):
	Python API doesn't expect arguments to be declared const. So cast
	constants to non-const to silence warning.
	(python_function_get_gnumeric_help) Return const gchar **.
	(gnumeric_plugin_loader_python_func_get_full_function_info):
	Change signature to match
	PluginServiceFunctionGroup::plugin_func_get_full_function_info
	prototype

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

	* Release 1.1.1

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

	* python-loader.c (gnumeric_plugin_loader_python_load): Add final
	NULL to g_build_filename.

2002-03-07  Jon K Hellan  <hellan@acm.org>

	* python-loader.c (call_python_function_args,
	call_python_function_nodes): Substitute ei->func_call->func for
	ei->func_def and adapt pointer checks accordingly.


2002-02-18  Jody Goldberg <jody@gnome.org>

	* Release 1.1.0

2002-01-23  Jody Goldberg <jody@gnome.org>

	* python-loader.c (gnumeric_plugin_loader_python_load) : Use the new
	  glib2 style file tests.

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

	* Release 1.0.3

2002-01-15  Jody Goldberg <jody@gnome.org>

	* Release 1.0.2

2002-01-06  Jody Goldberg <jody@gnome.org>

	* Release 1.0.1

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

	* Release 1.0.0

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.
