2003-05-06  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.pm: Release V1.45 to Starlink

2003-03-19  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.pm: Forgot to export dat_put0i 

2003-03-07  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.xs: dat_cell had a return value that was marked for input.

2001-03-21  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.pm: Increase version number since we have improved fits IO

2000-08-11  Tim Jenness  <timj@jach.hawaii.edu>

	* t/fitshdr.t: Create to test fits header stuff

	* NDF.pm (fits_extract_key_val): Do the fits header stuff properly
	after reading the FITS standard !

2000-07-12  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.pm: Remove @EXPORT. Add msg_tune and err_tune 

	* t/msg.t: Improve test suite
	
	* t/err.t: Improve test suite
	
	* NDF.xs: Use PREINIT blocks and include missing Starlink include
	files. Add msg_tune and err_tune.
	Begin changing some routines to use the C wrappers

2000-05-19  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.pm (calls): Only use a single arg to constant

2000-04-17  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.xs: Change constant() routine to only have a single argument

	* NDF.pm (AUTOLOAD): Fix autloader so that it only asks for the
	constant name without delving deeper into @_

2000-04-03  Tim Jenness  <timj@jach.hawaii.edu>

	* getarg.c: Replace na with PL_na

2000-01-25  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.pm: Check for defined value for $value from
	fits_get_nth_item to fix -w warning.

	--- RELEASE V1.41 to Starlink ---
	
1999-05-20  Tim Jenness  <timj@jach.hawaii.edu>

	* Makefile.PL: Use Starlink::Config

1999-04-21  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.pm (fits_extract_key_val): Return null rather than undef

1998-10-15  Tim Jenness  <timj@jach.hawaii.edu>

	* PDL/NDF.pm: Check for array extensions and skip them.

1998-10-13  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.xs: Finally realise that bad pixel values are defined in
	img.h (of all places) so add real support for bad pixels.

1998-09-21  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.pm (fits_extract_key_val): Modify so that an undefined value 
	is returned if the key is there but the value is a blank string.

1998-09-14  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.pm (par_get): Retrieve DOUBLE values as double precision numbers

1998-09-12  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.xs: Add status checking before using unpack1D and array
	functions since if status returns bad the counter variables (eg
	el) may be set incorrectly and cause segmentation faults when
	trying to unpack arrays.

	* NDF.pm (par_get): Add support for monolith parameters. Simplify
	the logic concerning $ADAM_USER and make -w clean.

1998-06-08  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.xs: Improve DAT__ROOT, DAT__NOLOC routines so that gcc
	doesn't complain about pointer mismatch

1998-05-27  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.xs: Use PREINIT for declaring variables in an XS routine.

1998-02-13  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.xs: Add ndf_size (somehow this had been left out earlier)

	* NDF.pm (par_get): Fix the use of ADAM_USER in par_get.

Tue Nov 25 21:12:43 1997  Tim Jenness  <timj@jach.hawaii.edu>

	* NDF.pm (fits_construct_string): add fits_read_header command to
	read all the FITS keywords.

NDF and PDL::NDF modules
------------------------

8th June 1997

1.20    - Add support for DEC Digital Unix and Linux in Makefile.PL
	- include my own version of the fortran getarg_ routine
	  Now arguments are correctly written when history is updated.

27th November 1996:

1.01     -  Add 'fits_construct_string'
	    Add comment support in FITS commands.
	    Update PDL::NDF to v1.0

20th November 1996:

1.00     -  First release version
