Changes to version e3d-1.3.6 until ...

Building changes and backend:
- Try to homegenize the coding style a bit more, further cleanup of
  tk_e3d.c and Euro3D.c
- Euro3D.c: for cube imports handle a few cases of CUNIT1/2 different from
  arcsec (deg, DEG, arcmin), mainly to handle SINFONI data correctly
- Euro3D.c: correct a few more badly casted *alloc functions
- Euro3D.c: revise load_cube to use x for *1 headers and y for *2 headers
  and to write the xpos/ypos coordinates of the spaxels correctly (do _not_
  use the CRVAL headers for this)
- doc/MacOSX: update to include MacOSX recommendations from Claus Goessl,
- doc/UserManual: fix typos, sky subtraction, MacOSX hint, 64bit hint, OSF1
- doc: include installation hints as recommended by Matthias Zetzl
- Override IFU_DEFAULT_FMT variable with Euro3D in all programs in
  pkg/v3d/source so that users don't need to set this at all
- Move scripts/makefile.sun to doc/makefile.sun and update documentation
- Concentrate version information in one place (configure.in)
- Fix importing and exporting RSS data and cubes
- Use "make install" for "installation" instead of "install.pl"

User visible changes:
- Add new position table ppak_382_sky.txt that also has the correct positions
  for the sky fibers
- Fix the problem on not displaying the RSS on importing a cube
- Use integers for spectrum numbers in main window
- Use exponential display with three digits for wavelength display in main
  window panel
- Clarify sky subtraction usage in User Manual
- Wavelength number display in main window:
  + tilt them by 30deg to make them more readable
  + use floats with three digits for small numbers (i.e. microns)
  + do not let one number label overlay the next one (e.g. in zoomed views)
  + do not let the spectra overlay the numbers
  + add tick marks
- Correct x/y positions and selection for SINFONI data
- Add centroids to statistics readout (Sebastian Sanchez)
- Add more position tables for different instruments (Sebastian Sanchez)
- Overhaul the any2Euro3D command line program so that it can handle more
  instruments
- Remember directory location for file dialogs, use e3d/data for postables

===============================================================================

Changes to version e3d-1.3.5 until 24 Nov 2005

Building changes and backend:
- Revise install.pl to
  + only create ~/.E3D if it doesn't exist
  + copy only transformation files (*.txt)
  + do not leave tmp files behind
- Override the IFU_DEFAULT_FMT variable with Euro3D in tk_e3d.c, so that
  this causes less problems for users
- Clean up all warnings in pkg/v3d/lib and the ones in pkg/v3d/lib/tk_e3d.c
- Do not try to fclose files that are not open (pkg/v3d/lib/Euro3D.c)
  (do not crash when e3d.log cannot be written)
- Clean up all warnings in the remaining C files
- Remove the files pkg/v3d/source/{read_*,shm_server_test,tk_test,proto_mem*,template},.c
  that seem to be obsolete and take the newer variants of
  pkg/v3d/source/{shm_client,shm_server},.c while removing the older ones
- Add correct version output to all executables (pkg/v3d/source/*.c)
- Fix some crashes in any2Euro3D
- Get build working in the cases where IFU_PATH is set to include and exclude
  the E3D_io_LCL-1.x directory

User visible changes:
- Set runtime version for tk_e3d (in tk_e3d.c, Arlette Pecontal)
- Clean up user interface (mainly by Arlette Pecontal)
- Change Release button to Unzoom (does not reset displayed spectra)
- Remove Quit and Close buttons that looks like menu and move them
  into the first menu instead
- Add "..." to menu items that open a dialog
- Add Help menu with About and link to open User Manual
- Respect last directory on open or save files
- Bump version number to 1.3.5
- Update User Manual to new version and correct the changed menu items etc.
- Set filetype for save spectra windows
- Start numbering of Spaxel.Id view in spaxel viewer at 1 not at 0

===============================================================================

Changes to version e3d-1.3.2 until 16 Nov 2005
   (tested only internally at AIP and CRAL)

General:
- Maintenance taken over by Peter Weilbacher (AIP)

Building changes and backend:
- Get package to compile on Fedora systems
- Slight code changes to silence warnings (mostly casts)
- Correct some of the debug output
- Comment out unneeded functions
- Prevent crash when started in the background (correctly initialize n_groups
  variable to)
- Fix compile problem on OpenSuSE 10.0 (with GCC-4.0.2)
- Clean out unused C files
- Move required lines from add_defs/makedefs.local to add_defs/makedefs so
  that only lines that might need adapting by users remain in .local
- Convert TBL_TYPE to T_TABLE for use with LCL-1.3
- Move logo image from data/ to scripts/ (it is used by the scripts located
  there, well, by)
- Add corrected function is_e3d_file() (Arlette Pecontal),

User visible changes:
- Change version numbering to 1.3.2 (helped by Petra Boehm)
- Move example data from scripts/ to data/
- User Manual: clarify some parts, correct typos, add warning about quality of
  quick line fitting tool, make it compile as PDF, already ship as PDF
- Let users specifiy filename to load on command line (Arlette Pecontal)

===============================================================================

e3d-1.3a release
