--------------------------------------------------------------------------------
Version 0.1 (preview)
--------------------------------------------------------------------------------
First usable version. Used FTPAPI calls. Very slow; control connection messages
cannot be seen. Wasn't exposed to public, although available.

--------------------------------------------------------------------------------
Version 0.2 (preview)
--------------------------------------------------------------------------------
Got rid of FTPAPI. Full-scale socket programming of ftp control connection and
data transfers. Introduced bookmarks.

--------------------------------------------------------------------------------
Version 0.3 (preview)
--------------------------------------------------------------------------------
Never showed to public. The last version compiled with IBM CSet++. See 0.4.

--------------------------------------------------------------------------------
Version 0.4 (preview)
--------------------------------------------------------------------------------
Nearly the same as 0.3, but compiled with emx 0.9a + gcc 2.6.3.
A handful of new features:
 - logging in and out without restarting entire program;
 - passworded entries in bookmark file;
 - quick directory change: if you know where to go, you won't need to traverse
   all intermediate dirs;
 - various bug fixes.

--------------------------------------------------------------------------------
Version 0.5 (preview; close the beta stage)
--------------------------------------------------------------------------------
Bugfixes plus
 - ability to work in any 80xXX mode (25 <= XX)
 - online context sensitive help (press F1, Shift+F1)
 - code reorganization
 - some errors are handled (mostly login errors)
 - directory sorting by name, size, date/time
 - create directory on the remote, remove file(s) on the remote
 - preserving date/time of files downloaded
 - fast built-in file viewer
 - ability to invoke any ftp server command
 - better socket selecting scheme

 Will not work after 31 Dec 1995

--------------------------------------------------------------------------------
Planned for next version:
 - ability to use IP numbers
 - more error recovery
 - more multithreading (view file while downloading etc)
 - maybe remappable keys
 - something else I haven't realized yet
