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

	* Release 0.67

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

	* Release 0.66

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

	* applix-read.c (applix_read_view) : patch some gcc3 warnings.

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

	* boot.c (applix_file_probe): Added FileProbeLevel argument.

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

	* boot.c (applix_file_probe, applix_file_open):
	s/FileOpener/GnumFileOpener/
	s/FileSaver/GnumFileSaver/

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

	* Release 0.65

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

	* applix-read.c : suppress warnings.

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

	* Release 0.64

2001-02-25  Zbigniew Chyla  <cyba@gnome.pl>

	* Makefile.am: Removed -DGNUMERIC_VERSION, the macro is already
	defined in config.h.

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

	* Release 0.63

2001-02-19  Jon K Hellan  <hellan@acm.org>

	* boot.c (applix_load): Change file format level to
	FILE_FL_MANUAL_REMEMBER. Fix typo: FILE_SAVER_ID_INVAID ->
	FILE_SAVER_ID_INVALID.

2001-02-16  Jody Goldberg <jgoldberg@home.com>

	* Release 0.62

2001-02-12  Karl Eichwalder  <ke@suse.de>

	* Makefile.am (EXTRA_DIST): New variable; add
	$(gnumeric_plugin_applix_DATA).

2001-02-09  Jody Goldberg <jgoldberg@home.com>

	* applix-read.c (applix_read_cells) : Adjust to new signature for
	  parser.

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

	* applix-read.c (applix_parse_style) : remove the border shifting
	  cruft.  This will be taken care of in the primary system.

2000-12-29  Jody Goldberg <jgoldberg@home.com>

	* applix-read.c (applix_read) : fix cut-n-pate-o

2000-12-17 Jody Goldberg <jgoldberg@home.com>

	* Release 0.61

2000-12-7  Jody Goldberg <jgoldberg@home.com>

        * Release 0.60

2000-11-18  Jody Goldberg <jgoldberg@home.com>

	* Release 0.59

2000-11-13  Jody Goldberg <jgoldberg@home.com>

        * Release 0.58

2000-11-07  Jody Goldberg <jgoldberg@home.com>

	* applix-read.c (applix_read_impl) : Some files do not appear to have
	  the 'Currect Doc Real Name:' field.
	(applix_parse_style) : Move the skiping of the seperator up here.

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

	* applix-read.c : Adjust to the signature changes for reading views
	  rather than workbooks.
	* boot.c : ditto.

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

        * Release 0.57

2000-09-19  Morten Welinder <terra@diku.dk>

	* applix-read.c (applix_read_colormap): isdigit takes unsigned
 	chars, not chars.
	(applix_parse_style): Ditto.
	(applix_read_impl): Ditto.

2000-09-06  Jody Goldberg <jgoldberg@home.com>

	* applix-read.c (applix_get_sheet) : changes to signature of
	  sheet_set_zoom_factor.

2000-07-31  Jody Goldberg <jgoldberg@home.com>

	* applix-read.c (applix_parse_style) : Implement quick and simple
	  translations of number formats.

2000-07-31  Jody Goldberg <jgoldberg@home.com>

	* applix-read.c (applix_parse_style) : Support font names.
	(applix_read) : Ditto.
	(applix_read_typefaces) : Implement.

2000-07-24  Jody Goldberg <jgoldberg@home.com>

	* applix-read.c (applix_get_sheet) : Adjust to changes in sheet_set_zoom_factor.

2000-07-08  Jody Goldberg <jgoldberg@home.com>

	* applix-read.c (applix_read_views) : Fix.  The Current view uses a
	  different syntax than normal views.  Ignore it.
	(applix_read_view) : Implement row/col sizes, custom and default.
	(applix_read_cells) : Fix bottom/right borders.
	(applix_parse_style) : Add font size and font colour. Ignore 'fg'
	  directives.  What are they ??
	(applix_get_line) : Implement.
	(applix_read_impl) : Fix off by one error in column bound check.

2000-07-07  Jody Goldberg <jgoldberg@home.com>

	* applix-read.c (applix_read_cells) : Fix array formulas.
	(applix_read_views) : Implement a bit more.
	(applix_read_view) : new function.

