                              History of aFTP
                             ---------------
30.08.1996 
.  studying RFC959 (ftp client) and first attempts with mintnet and socket
   programming.
31.08.1996 
+  We starting write FTP client, looks on sources of clasic ftp sometimes ;)
+  FTP client connects to server, login in, read directory, transfer binary
   file (from and to server).
01.09.1996 
+  Works on GEM started (menu, windows, protocols, ...)
08.09.1996 
   It works! First usefull version!
09.09.1996 
+  Termometer
10.09.1996 
+  Changes on AV protocol and using env. variables
11.09.1996 
+  Added alerts
13.09.1996 
+  Now program works with links.
16.09.1996
!  Removed few bugs and code tuning.
.  So nothing new, but it works better ;)
18.09.1996
!  Strings never overflows ;)
22.09.1996 
+  Iconification
24.09.1996
!  Again rewrited links. I still don't know how :-(
25.09.1996
+  Added editable field in LOGIN dialog for startup directory on server.
+  Gaming with RSC file ;)
+  Ehm, so, .. works transfer abort (close dialog with thermometer), but
   about this is nothing in RFC, so ...
26.09.1996
+  Some works on sending file to server ... one moment ;)
27.09.1996
+  Added config file (only info about selected font)
!  Some works on links ... neverendless :(
28.09.1996
+  Now is saved info about main window also (position and size)
29.09.1996
+  Added sort by size and date
+  Shows size of files on FTP server
30.09.1996
+  Added dialog with info about current connection (server and username)
01.10.1996
+  Added sub and popup menus
03.10.1996
+  Shows other info about files on server
!  Some works on sending file.
05.10.1996
+  Hotlist - to 25 items
06.10.1996
+  Window scroll with cursors
09.10.1996
.  Nothing special :)
11.10.1996
!  Thermometer now redraws correctly.
+  Color text - set in FontSelector
12.10.1996
+  Now you can call FontSeletor from menu
+  Added config dialog
+  Now you can iconify main list window
13.10.1996
+  In config dialog you can set name and pass for anonymous login and
   other various parameters for logging to server.
14.10.1996
.  Some works on DOCs and RSC
15.10.1996
+  Added new menu item - Edit and functions for them, of course (more in DOCs)
16.10.1996
+  Now program clean all in TEMP dir before exit (if you want it) 
24.10.1996 
+  Autologin to servers from Hotlist (when mail list window is closed)
04.11.1996 
+  aFTP now support VA_START with URL (ie. from new CAB 1.5)
05.11.1996 
+  Some works on above - see DOCs
06.11.1996
!  Now works sending files properly
.  Menu items Setup and List swapped
+  Translate DOCs to English
   1st public release - 1.0beta
######## version 1.0beta ########

07.11.1996
!  Solved bug with redraw info line after doubleclick.
+  Works REGET of file.
09.11.1996
!  Sort by time, when files is from the same day
14.11.1996
!  Solved VA_START problem with D&D file to list window (thanks to Mario!)
+  When you enter pass to dialog, char '*' is displayed
15.11.1996
+  All commands and all replies are logged to file
17.11.1996
+  You can select logfile in new dialog
18.11.1996
+  Wow, now you can send more files together!
+  Now aFTP read old configs, too.
20.11.1996
!  :-((( aFTP doesn't work on 68000 ! We compiled aFTP _WITHOUT_ -mshort !
24.11.1996
+  Implemented piece of D&D proto, so VA_START works immediately.
!  Program now works with 16bit integers fine, uff! So 68000 go up! ;)
!! DELETE OLD CONFIG FILES (aftp.cfg and ahotlist.ftp in $HOME) !!
######## version 1.0beta2 ########

25.11.1996
!  Solved bug in drawing main list window in old AESes (without iconify) -
   old AESes returns positive numbers from non suported mode in wind_get
   function! :(
!  Next bug solved - more attempts to login (defined in setup) works fine
   (after VA_START or command line also)
!  Solved bug with crash aFTP on exit and on call FontSelector (on older AESes)
27.11.1996
!  Filename is now displayed while sending file(s)
######## version 1.0beta3 ########

02.12.1996
!  Better handling of warning dialogs (resume, fontselector, av-server, ...)
+  Enabled displaying other informations about file in main list window
10.12.1996
+  RSC file translated to czech language (again :)
.  Distribution is in more directories (more RSC and DOC files)
13.01.1997
!  Some bugfixes
14.01.1997
!  Bug with sort by date solved
!  Now we accepting links to nonexist files/dirs
######## version 1.0beta4 ########

20.01.1997
.  Indexing of file structures totaly rewriten => faster sorting (by size and
   by name)
+  Directories is always on top of listing
21.01.1997
!  Sorting by date changed (faster)
25.01.1997
!  Deleting of '*' by adding new item to Hotlist
######## version 1.0beta5 ########

28.01.1997
+  New menuitem - Commands -> Make DIR
+  Some improvements ;)
30.01.1997
+  New menuitem - Commands -> Go to DIR
!  Solved some bugs (menu, info line in window)
01.02.1997
!  New look of radiobutons
!  Changed dialog 'File exist'
03.02.1997
!  Solved bug with sorting by date
!  Solved bug in display access rights of file
05.02.1997
+  New menuitem in Commands - Rename to
+  New menuitem in Commands - Delete
08.02.1997
!  Transfer abort solved (in both directions)
09.02.1997
!  Solved bug with D&D file from FTP server on local file.
+  Before sending file to FTP server now aFTP allocate space on server
   (using ALLOCATE command)
+  Added type of operating system on host in information dialog
11.02.1997
+  Added option 'Save as..' to dialog 'File exist'
12.02.1997
!  Some bugfixes
######## version 1.0beta6 ########

13.02.1997
!  Solved bug in login dialog handling
14.02.1997
+  FTP Caching ! See doc.
16.02.1997
!  Dynamical alocation of memory -> now aFTP works with less memory req.
!  Fixed window scrolling and other small bugs
17.02.1997
+  Backspace or UNDO equals to double-click on '..' (CD UP)
+  New menuitem - 'List->Free cache'
!  Fixed GDOS check
######## version 1.0beta7 ########

18.02.1997
!  Fixed reading/writing of conf. and hotlist files (when HOME dir doesn't
   exist)
!  Fixed change to startup dir after connect
!  Fixed problems with funet.fi FTP server
!  Fixed mouse and keyboard events
######## version 1.0beta8 ########

22.02.1997
+  aFTP now works with STiK. Exists two versions of program; type is writen
   in 'about aFTP' dialog - not yet in distribution
23.02.1997
!  Fixed window names and info lines
24.02.1997
!  Better implementation of SYST command
28.02.1997
+  Using of BubbleGEM to show links (right mouse button)
01.03.1997
!  STiK version tuning
+  New dialog - 'Confirmations'
+  New menuitem - 'Commands->Get files'
!  Fixed VA_START
######## version 1.0beta9 ########

03.03.1997
04.03.1997
!  STiK version tuning
05.03.1997
+  Password in non-anonymous login isn't writed to logfile.
