Sat Jul 19 16:56:13 CDT 1997  Mumit Khan <khan@modi.xraylith.wisc.edu>

	* Makefile.in (XCFLAGS): Use -DUSE_SHADOW_LIBRARY to not create
	stubs for SHADOW common block variables (eg., as done in GUI).

	* namelist.c, common.h: Now GUI and Batch SHADOW (cnamelist)
	use the same files. Precision (sprintf, etc) changed to "%-.17g" 
	from "%-.15g".

Thu Jul 10 22:01:25 CDT 1997  Mumit Khan <khan@modi.xraylith.wisc.edu>

	* common.h (NAMES): Added file_scr_ext variable that tracks the
	external filename with screen aperture coords.
	(SCREENS): Added cx_slit and cz_slit for centering slit objects.

	* namelist.c (nml_oe_list): Ditto.

Wed Jun 11 12:23:41 CDT 1997 Sangeet Singh <singh@gatekeeper.xraylith.wisc.edu>

	* common.h (LIGHT): added new variables Rl1..RL10 which are the 
	relative intensities of photon energies PH1..PH10

	* namelist.c (nml_source_list): Ditto.

Mon Apr  7 18:36:58 1997  Mumit Khan <khan@modi.xraylith.wisc.edu>

	* Makefile.in (EXTRA_LIBRARIES): Need -lgcc when driver is not
	g77 and C compiler is gcc to resolve __main, __eprintf calls 
	generated by gcc.

Sun Apr  6 06:11:23 1997  Mumit Khan <khan@modi.xraylith.wisc.edu>

	* namelist.h, namelist.c (make_namelist, clone_namelist): New 
	functions.

	* nml-compare.c: New file/program to compare 2 namelists.

Wed Mar 19 13:41:03 1997  Mumit Khan <khan@modi.xraylith.wisc.edu>

	* namelist.c (sprint_value, get_float, get_double): Changed
	precision of floating point to %-.15g to avoid truncation. Fixed
	the bug in incorrectly converting NML to GFILE formats.

Thu Sep 12 13:40:38 1996  Mumit Khan <khan@modi.xraylith.wisc.edu>

	* namelist.h, namelist.c (write_gfile_f, read_gfile_f): Added
	FORTRAN callable routiens to read/write gfiles from NAMELIST.

	* namelist.c (do_change_value): Temp pointer assignment didn't
	work on rs6000k.

Wed Sep 11 15:51:23 1996  Mumit Khan <khan@modi.xraylith.wisc.edu>

	* nml-modify.c: New tool to modify Namelist files.

	* namelist.c (oe_nml_list): FILE_ABS->FILABS HP f77 hack is only
	for FORTRAN. G files maintain the original name.

	* common.h (FLAGS, SEGMENT): Move F_SEGMENT from SEGMENT to
	FLAGS to sync with FORTRAN common block. This WAS A BUG!

	* namelist.c (nml_oe_list): Ditto.

	* common.h: long int -> int. This was also a bug!

	* namelist.c (nml_oe_list): Fix spelling error for holo_r1 and
	holo_r2.

Tue Sep 10 22:54:25 1996  Mumit Khan <khan@modi.xraylith.wisc.edu>
	
	* common.c, namelist.c: Fix typo in HP_F77_BUGGY_NAMELIST #define.

	* namelist.c: Choose different way of representing FORTRAN array
	element in Gfiles, either a(i) or a_i. Default is a(i).

Mon Jul 15 16:27:53 1996  Mumit Khan <khan@modi.xraylith.wisc.edu>

	* common.h: Added SOURCE COMMON BLOCK member PLASMA_ANGLE for Dense
	Plasma source model.

	* namelist.c: Added TSOUR NAMELIST member PLASMA_ANGLE for Dense
	Plasma source model.

Sat Jul 13 01:34:07 1996  Mumit Khan <khan@modi.xraylith.wisc.edu>
	
	* g-to-nml.c, nml-extract.c, nml-to-excon.c, nml-to-g.c: Fix
	__main when f77 links gcc main() code. Not just on sunos.

	* Makefile.in: Add HOST_FFLAGS_C_MAIN to XCPPFLAGS (eg., OSF 
	f77 needs -nofor_main if main() is in C).

Thu Jul 11 08:52:28 1996  Mumit Khan <khan@modi.xraylith.wisc.edu>

	* namelist.h: Remove trailing commas for last enum elements.

	* Started ChangeLog
