RELEASE 1.0
-----------

Remove Config F3 (IRC) lines no longer required.

Check feasibility of implementing internal Pug editor cursor range 
messages for autoscroll implementation. This may not be possible.

* DONE *
Window cycling finally implemented on CTRL-UNDO.

BETA 000.b
----------

* DONE *
Check copy operation still succeeds when path length exceeds dialogue 
space available to fully display it.

French translations - update & check them

German translations - update & check them

* DONE *
Scripts - update and check them.

* DONE *
Implement TT Serial 1 & 2.

* FIXED *
Check out shel_read() returning I:filename.ext bug. -> turns out this 
was down to 2 OS "bugs", one in shel_read(), one in Dgetpath() both 
masking each other and returning different info under same TOS version 
(1.2) - must be HD driver differences.

* DONE *
Check out automatic non-existent folder creation down destination 
path. It doesn't appear to always work (I've forgotten what I 
implemented for this!). -> non existent paths in the destination are 
now created automatically.

* DONE *
Implement check for .prx and .acx duplicates before copy of 
destination. If the file exists with that extender, modify destination 
extender so the current .prg or .acc gets written over disabled code 
instead of sitting beside it and causing boot managers to screw up. -> 
destination filename is checked for '??C' and if a match is found then 
a test for an ??X filename is made - if one is found, and alert is 
displayed allowing modification of last character to 'X'. Boot manager 
friendly now (as much as possible).

Crash in setup.prg (terminating) on 4Mb ST, MagiC 3.0 and PAK 68030 
card. Possibly down to the file copy problem below.

Possible crash on file copy when destination media space exhausted. No 
confirmation of this, leaving for now.

*DONE*
One or two long dialer scripts have cropped up. Modify dialer window 
so it scrolls like the User window. Extend from 5 to 10 boxes (the 
max) and extend field widths. -> 10 boxes now and field width is 40 
chars.

*FIXED*
Freaky dialer script (BrightNet) will need special modifiers to 
circumvent the inbuilt grouping of FIND/RESP/WAIT. -> implemented two 
reserved words, {nul} and {null} which can be applied to FIND and 
RESP. {null} means the variable is stripped on final update, {nul} 
means the variable value is stripped (ie just "FIND = " remains).

Beta 000.a
----------

*DONE*
Modified setup.uk, setup.fr, setup.de so that setup.prg copies cab.ovl 
and the correct cab.rsc file for the selected language. Can't take 
this much further until stuff being modified is in a setup\ 
subdirectory (can't risk more than one .. operator in path).

*FIXED*
CharmNet script is wierd and gets garbled. Removed telephone number. 
Can't do much else with this one. :-( -> seems okay but not sure if 
I've still got the original.

*FIXED*
Dungeon script uses PROVIDER instead of NAMESERVER. -> changed 
accordingly. Removed telephone number.

*FIXED*
Garlic.com script contains WAIT without = and overflows dialer. -> 
replaced WAIT with WAIT = 0 and shortened overflowing line. Removed 
telephone number.

* SORTED *
[non setup] odd conflict with MagiC (2.0), ZCONTROL, CPX's and running 
STiK as per single tasking (STIK.ACC). STiK dies horribly. Tracked 
this down to COOKIES.CPX and disabled it. Worked fine for days, now 
it's back with COOKIES.CPX still disabled. Investigate \auto\apps\ and 
\auto. -> two different pug programs in the same folder both trying to 
access each other's pug.pos (silly me).

*FIXED*
install.prg crashed on reading provider.dat where the provider name 
contained a trailing backslash (/). Probably down to it being 
interpreted as an escape code. -> turned out the last line had no eol 
sequence - overlooked a *strchr(foo,'\n') = NUL statement, replaced 
with x=strchr();if (x) *x=NUL.

*DONE*
Straighten out editor.hlp text.

*FIXED*
Cockup of Flinny's email address in one of the HELP_HELP bits.

*FOUND*
Failure of STIK.ACC under Magic (catastrophic system crash). Suspect 
conflict with boot sequence. -> narrowed this down to COOKIES.CPX - 
haven't investigated further, just disabled it.

*FIXED*
Wierd append of FULLNAME onto CDVALID - can't duplicate this atm, will 
fix when I can do so. Probably a script error. -> turned out cdvalid 
text field declared too small.

*FIXED*
Grinds to a halt if auto folder not present, has to be created 
manually before install.prg gets run. Will not affect most people but 
will implement automatic creation of auto folder in next version as 
there is no reason not to. -> the install program now creates any path 
that does not exist for the destination.

*FIXED*
Removed WWW cache and proxy variables from all scripts. Since been 
told some servers must have it - bugger. Will put them back in in due 
course and change scripts.txt accordingly.

*SCRIPTS FIXED*
Some scripts have not been checked. a) I'm too lazy to do it atm and 
more importantly, b) it gives the parser a good hammering. Please try 
all the scripts. Will check them all soon and fix or list which have 
been fixed and which haven't - depends on rate of arrival of new 
scripts.

*FIXED*
install.rsc has visual bug. Top line of provider list collides with 
the box name. Nothing to worry about here (snap left on) - will be 
fixed when final resource is made.
