smapi 1.6.2
-----------

----- cvs ci ------
Mi  15 Dez 1999 00:46:37 CET
tobi:
- Fixed serious  Y2K bug in the SMAPI. This one affects the SDM part 
  (Fido *.MSG) of the SMAPI as well as all programs that call 
  ASCII_Date_To_Binary.

----- cvs ci ------
So  12 Dez 1999 09:02:13 CET
tobi: (patch by Eduard Dulich):
- Fixed Y2K bug in the SMAPI. It does not affect Squish and Msg, but JAM, 
  and it does affect any program (no matter what storage type) that 
  explicitly calls the sc_time routine. The bug results in years 2000 
  .. 2009 being filled in as "0" .. "9" instead of "00" .. "09".

The following list is the old whatsnew file. I renamed it to make it conform
with husky Styleguides.
	
The following is a list of bug fixes and new features since SMAPI 1.1.
	
SMAPI 1.2
---------

- MSGAPI32.DLL and MSGAPINT.DLL have been removed from the SMAPI archive.

- SMAPI now supports compilation using the DJGPP compiler.  (Courtesy
  Alexander Aganichev.)

- The Linux, EMX and FreeBSD makefiles now utilise compiler optimisation
  when creating the SMAPI library.


SMAPI 1.3
---------

- Major bug fix: Under some circumstances SMAPI would create a corrupted
  index entry when a new message was added to a Squish base.  This was
  caused by a misunderstanding of a small section of code, which in turn
  caused the library to read from the wrong position of an array.  This
  has been corrected.

- Bug fix: Due to a structure alignment problem, the Linux, FreeBSD and
  DJGPP versions of SMAPI would corrupt the date_written and date_arrived
  fields on newly created messages.  Due to the layout of Squish message
  base format, this may have also caused corruption to the message
  threading of the newly created message.  Fixed.

- Various minor code modifications intended to make SMAPI more reliable
  under some error conditions.

- A makefile for IBM C/Set++ for OS/2 2.0 is now included; MAKEFILE.IBO.
  (Courtesy Paul Edwards.)

- Various minor modifications to support compilation of a native Windows
  NT library.  A makefile for WATCOM C/C++ for Windows NT 10.x is now
  included; MAKEFILE.WCW.

- The makefile for the Microsoft QuickC library now uses the Microsoft
  Macro Assembler, MASM.  The Borland Turbo Assembler, TASM, may be used
  if you do not have MASM.

SMAPI 1.4
---------

- Removed all structure layout and endianness dependencies.  SMAPI should
  now work under every operating system now matter how obscure it may
  internally represent integers or pack structures.  #pragma pack()
  statements are no longer necessary, they are only left in for backward
  compatibility.

- Added a makefile for the RSXNT/EMX/GCC package and some RSXNT specific
  code. In particular, I had to rename the FindClose routine to FFindClose
  in order to avoid a name clash with the Windows API. I also renamed
  FindOpen and FindNext to FFindOpen and FFindNext.

- y2k fixes and other fixes

- rights patch for created directories and files.

SMAPI 1.6.0
----------

- Adapted msgapi for Jam message base. Need check and test.
