Version 1.3 05-Nov-00
 --- Bug fixes:
     o Fixed bug on OS/2 platforms with Rexx/Curses programs crashing
       after 2nd time through
     o CurInch() and CurWinch() now return the attribute with the
       character.
 --- Changed commands or behaviour:
     o The "attributes" arguments to several functions can now be
       specified as space-delimited words, instead of individually in
       each optional argument. eg. CurAttron( 'A_BOLD', 'COLOR_PAIR(1)')
       is equivalent to CurAttron( 'A_BOLD COLOR_PAIR(1)').
 --- New features:
     o Added CurTouchwin(), CurTouchline()
     o Added CurAttributes() and CurChartext() to extract the attributes
       and character respectively from the value returned from the 
       CurInch() and CurWinch() functions.
     o Support for QNX RTP

Version 1.2 17-May-00
 --- New features:
     o Support for the BeOS
     o Added "make binary" target
     o Added support for Rexx/Trans library

Version 1.1 15-Oct-99

 --- Bug fixes:
     o Documentation in HTML now distributed with source and binaries.
 --- Changed commands or behaviour:
 --- New features:
     o Now builds for DOS/VCPI, DOS/DPMI and OS2/EMX
     o Added mouse support for PDCurses and ncurses.
     o Added CurGetMouseInfo() function.

Version 1.0 09-Sep-98

 --- First release
     o Basic curses features supported.
