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

	* Release 1.1.4

2002-05-11  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* src/tools/auto-correct.c (autocorrect_shutdown) : change
	  gnm_gconf_rm_notification_autocorrect to gnm_gconf_rm_notification

2002-05-03  Morten Welinder  <terra@diku.dk>

	* goal-seek.c (fake_df): More debug.  Handle things that come out
	NaN.
	(goal_seek_newton): Better xstep calculation for the
	fake_df case.

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

	* Release 1.1.3

2002-04-23  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* src/tools/dao.[ch] (dao_get_colrow_state_list) : new
	(dao_set_colrow_state_list) : new

2002-04-15  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* auto-correct.[ch] : switch from gnome-config to gconf and make
	  preserve autocorrect exceptions. Make exception lists into 
	  GSList

2002-04-13  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* dao.c (dao_command_descriptor) : use cmd_range_to_str_utility

2002-04-05  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* random-generator.[ch] : make undoable

2002-03-31  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* analysis-tools.c : adjust includes
	* random-generator.c : ditto

2002-03-31  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* Makefile.am : added tools.h
	* analysis-tools.c : use inheritance over #define
	* analysis-tools.h : use inheritance over #define
	* dao.h : delete labels_flag from dao (it's not an output option)
	* random-generator.c :  use inheritance over #define
	* tools.h : new

2002-03-31  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* analysis-tools.[hc] : make regrssion tool undoable

2002-03-31  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* analysis-tools.c : make histogram undoable
	* analysis-tools.h : include the analysis-tools.c specific
	  header info (rather than putting that into tools.h)
	* random-generator.h : include tools.h, contain random_tools
	  prototype
	* dao.c (dao_set_cell_value) : plug leak

2002-03-30  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* random-generator.[ch] : new files extracted from
	  analysis-tools.[ch]
	* analysis-tools.[ch] : some code moved to 
	  random-generator.[ch]
	* Makefile.am : added random-generator.[ch]
	  
2002-03-30  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* analysis-tools.c : make F-, z- and t-tests undoable
	* analysis-tools.h : add selector
	
2002-03-30  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* analysis-tools.c :  make fourier analysis, moving averages, 
	  rank and percentile, and sampling tools undoable
	* dao.c (dao_set_style) : new
	(dao_set_percent) : use offsets by calling dao_set_style
	(dao_set_italic) : ditto

2002-03-29  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* analysis-tools.c : make Fourier Analysis Tool undoable

2002-03-28  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* analysis-tools.c : make Descriptive Stats Tool undoable

2002-03-28  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* analysis-tools.c : make Covariance Tool undoable

2002-03-28  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* analysis-tools.c : make Correlation Tool undoable

2002-03-28  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* analysis-tools.c : make 2-factor ANOVA's undoable

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

	* Release 1.1.2

2002-03-12  Jukka-Pekka Iivonen  <jiivonen@hutcs.cs.hut.fi>

	* autocorrect.c, analysis-tools.c: Added GPL clause.

	* dao.[ch] (dao_set_bold): New function.  Moved from
	src/tools/solver/reports.c.
	(dao_set_underlined): Ditto.

2002-03-11  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* dao.[hc] : new files, code extracted from 
	  src/tools/analysis-tools.[ch] and 
	  src/dialogs/dialog-analysis-tools.c, various
	  functions renamed (prepended dao_)
	* analysis-tools.[ch] : some code moved to
	  src/dialogs/dao-gui-utils.[hc] and dao.[hc], change of 
	  names of utility functions now in 
	  src/dialogs/dao-gui-utils.[hc] or dao.[hc]
	* Makefile.am : added dao.[hc]

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

	* Release 1.1.1

2002-03-10  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* analysis-tools.c (dao_range_name) : new utility
	(dao_command_descriptor) : new utility
	(dao_adjust) : new utility
	(prepare_output) : set all variables to sensible values
	  to avoid unneccessary type checks elsewhere
	(format_output) : utility clearing output range as
	  appropriate.
	(anova_single_factor_tool) : change into an engine
	  callable by cmd_analysis_tool, renamed to 
	  analysis_tool_anova_single_engine_run
	(analysis_tool_anova_single_engine_clean) : new
	(analysis_tool_anova_single_engine) : selector function
	* analysis-tools.h : some rearrangments, new 
	  analysis_tool_engine_t type, added fields to 
	  data_analysis_output_type_t

2002-03-08  Morten Welinder  <terra@diku.dk>

	* analysis-tools.c (dao_set_cell_comment): New function.
	(regression_tool): Set a comment on the P-value header.

	* analysis-tools.c (fourier_fft_inv): Eliminate.
	(fourier_fft): Handle inverse case also.  Make n and skip
	parameters.  Eliminate fourier_t.  Constify.

2002-03-07  Morten Welinder  <terra@diku.dk>

	* analysis-tools.c (set_cell_value): Safety checks.

2002-03-07  Jukka-Pekka Iivonen  <jiivonen@hutcs.cs.hut.fi>

	* goal-seek, Makefile.am: Moved goal seek into this directory.

	* stat-analysis, Makefile.am: Moved analysis tools into this
	directory.

2002-03-06  Jukka-Pekka Iivonen  <jiivonen@hutcs.cs.hut.fi>

	* solver: Moved Solver into this directory.

	* Makefile.am: Created.
