--------------------------------------------------------------------------------
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.

--------------------------------------------------------------------------------
Planned for next version:
 - built-in help system;
 - basic error recovery;
 - sorting of file lists;
 - preserving date/time of files downloaded.
