* 090223
  - Fixed bug in Array<Rtop>::Len
  - Updated doxygen.conf to get rid of warnings

* 030115
  - Fixed warnings for "implicit typename" in tmpltool.h and multiptr.h

* 990801
  - Corrected bug with Abs()
  - Implemented arithmetic operators on Ix objects

* 990318
  - Implemented MPI type creation 
  - Implemented binary/asci file operations for array and ix objects
  - Fixed a few minor bugs

* 981216
  - Implemented Restride logical operator
  - Implemented Extend logical operator
  - Implemented debug macros

* 981203
  - Implemented Array::Clone()
  - Fixed bug in self assignment in Array::Clone(Array)
  - Fixed bug (?) in Array::Reinit

* 981105
  - Fixed a bug in Rmdim(Array<N,Fix<T> >, int n, int i)

* 981104
  - Implemented array constructors with (int, ...)
  - Updated documentation
  - Some bugs fixed

* 981007
  - Implemented Flex
  - Changed to iterator expression method
  
* 981002
  - Implemented expression templates
  - Implemented Array<N,Fix<T0> >::template operator =(const Array<N,TypeS> &)
  - Implemented Shift(Array, ...)

* 981001
  - Implemented the macro USE_LONG_AS_INDEX (for use with alpha)

* 980929 Implemented so far:
  - Ix<N>
  - Array<N,Fix<T> >
  - Array<N,Scalar<T> >
  - Array<N,Ref<Type,M> >
  - Operator <<=
  - HTML manual
  Everything seems to work with egcs 1.1.
