Sun Jan 31 23:28:45 1999  Jarda Benkovsky  <benkovsk@pha.pvt.cz>

	* uploaded the thing to GIMP registry as ver 19990131. Uh oh.
	

Sun Jan 31 21:10:04 1999  Jarda Benkovsky  <benkovsk@pha.pvt.cz>

	* variables.c: float vars enabled. Dunno if it works.

	* RAW.h,
	  data.c,
	  RAW.c,
	  variables.c: renamed variable_get_int() to variable_get_num().

	* FORMAT: description of field types
	

Tue Dec  8 00:40:58 1998  Jarda Benkovsky  <benkovsk@pha.pvt.cz>

	* header.c: renamed read_header (), create_header () to
	  header_load (), header_save (). Separated the fn's
	  to generalize the things.

	* RAW.c: adjusted load_image () a save_image () accordingly to
	  header_(load|save) change.

	  Implemented ASK_SCALE, ASK_TOGGLE argument presentation types.
	  ASK_NUM and ASK_TEXT combined to universal ASK_ENTRY.

	* subplugin.c: adjusted to ASK_* changes.
	
	* expression.c: renamed expression_new () to 
	  expression_from_string (). Systemization of fn names.

	* RAW.h: adjusted to above mentioned fn and enum changes.
	
	* Makefile: extended dist version number from 98...
	  to 1998... to be Y2K compliant :-).


Sat Dec  5 18:08:55 1998  Jarda Benkovsky  <benkovsk@pha.pvt.cz>

	* expression.c: added expression_copy ().
	  added string_(un)escape ().
	  Variable-related fn's moved to their own file.

	* variables.c: created. Variable-related fn's moved here
	  from expression.c.

	* RAW.h: added EXP_FLOAT expression type. Not implemented yet.
	  Renamed ExpressionTypes and AskTypes to singular.
	
	* all: started cleaning and polishing the things a bit

	* RAW.c: corrected behaviour when double clicking in format 
	  selection dialog  and when canceling subplugin args dialog.
	
	
Thu Dec  3 21:27:34 1998  Jarda Benkovsky  <benkovsk@pha.pvt.cz>

	* subplugin.c: added fn's to load and save subplugin data
	  through PDB
	
	* RAW.c: save and load subplugin data through PDB in run ()

	
Wed Nov 11 23:03:18 1998  Jarda Benkovsky  <benkovsk@pha.pvt.cz>

	* subplugin.c: started work to get subplugin args load and save in PDB.
	  Added fns subplugin_get_args_from_string () and 
	  subplugin_set_args_to_string ().

	* expression.c: added expression_dump () 

	* RAW.H: added declarations for above fns.

	* TODO: Expression strings should be kept escaped
	

Mon Oct 19 00:23:20 1998  Jarda Benkovsky  <benkovsk@pha.pvt.cz>

	* changed some fn names

	* minor code polishing
	

Thu Sep 17 23:57:33 1998  Jarda Benkovsky  <benkovsk@pha.pvt.cz>

	* added file subplugin.c with functions from RAW.c which deal with the 
	  creation of format subplugins.

	* started working on arguments passed to subplugins in noniteractive 
	  mode.

	* solved the old bug 'save handler "file_raw2_load_colorcube" does
	  not have standard save handler arguments. Ugh, it was stupid.
	

Thu Sep 17 00:08:17 1998  Jarda Benkovsky  <benkovsk@pha.pvt.cz>

	* added main directory to the distribution

	* added directive syntax to FORMAT file
	

Mon Sep 14 23:41:58 1998  Jarda Benkovsky  <benkovsk@pha.pvt.cz>

	* added lots of comments into RAW.h

	* changed numeric expression and variable types from glong to 
	  VarNum (gint)

	* removed some compiler warnings (at least for me)

	* added ChangeLog file

	* introduced TODO and FORMAT file

	
Mon Sep 14 01:00:00 1998  Jarda Benkovsky  <benkovsk@pha.pvt.cz>

	* released first semi-public development version


Mon Jul 00 01:00:00 1998  Jarda Benkovsky  <benkovsk@pha.pvt.cz>

	* started work on the RAW plugin
	


