1998-12-13    <gowen@ma.man.ac.uk>

	* Makefile: Added code and -D option for an ugly statusbar.

	* process.c: Introduced copy of command line data to avoid writing 
	over original data.

	* data_handlers.c: Moved functions for handling different data
	types to own file for clarity.

	* process.c: segmentation faults due to dynamic memory allocation.

1998-12-12    <gowen@ma.man.ac.uk>

	* process.c: Added compulsory field checking.

1998-12-11    <gowen@ma.man.ac.uk>

	* process.c (add_xterm_info): Moved some code from start_process
	into this function.

	* All: Changed all references to realloc() to g_realloc(), for
	consistency. 
	
	* pack.c (setup_program): relocated code into
 	create_gui_functions.c

	* create_gui_functions.c: Created this file to hold general widget 
	creation functions, and moved code from setup_program() into it.

1998-12-08    <gowen@ma.man.ac.uk>

	* All: Used enum in switch/case statements for
	expansion/clarity

1998-12-07    <gowen@ma.man.ac.uk>

	* file.c (file_ok_sel): Fixed memory problems.

	* All: Changed to g_free() and g_malloc(), removed efence linking.
  	Didn't bloody help anyway.

1998-11-10    <gowen@ma.man.ac.uk>

	* file.c (get_filename): Abandoned modality for changing
	sensitivity of dialog boxes and blocking signal handlers.  Changed 
	the structures passed to the callbacks to facilitate unblocking.

1998-11-09    <gowen@ma.man.ac.uk>

	* General: Upgraded to gtk+-1.0.6

	* Makefile: Added -lefence to LDFLAGS for debugging purposes

1998-11-06    <gowen@ma.man.ac.uk>

	* file.c: Started changing file dialog modality to use recursive
 	gtk_main() calls instead of gtk_grab_add().

	* glaunch.c: Added emacs local variables

