home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-01-12 | 2.0 KB | 27 lines | [ttro/ttxt] |
- Version history
-
- Version 1.0: • Initial release.
- Version 2.0: • Replaces now "set lockscreen/lockmessages...." succesfully. Before, only "set lockScreen..."
- would habe been replaced.
- • Deletes empty lines succesfully.
- • on xxxxxKey functions are shortened.
- • "choose toolName tool" is replaced with "choose tool toolNumber"; that's shorter and a bit
- faster.
- • "& quote &" is replaced with “. That looks as good as "& quote &" but it's much shorter and I
- think it's even easier to read.
- • In version 1.0 hypercard was replaced with hypercd. This has been fixed.
- • Your Mac would sometimes have crashed when there were to many empty lines in your script,
- this bug has been fixed.
- • Fixed a bug which occured on some 68K Macintoshs. If the OptimizeScripts XFCN was called
- HyperCard would crash.
- • Replaces "go card cardName" und "go card number cardNumber" with "go card id cardID". This
- is shorter, but, most important, if you're working with big stacks it can speed up your stacks
- dramatically!
- • Improved HyperTalk script.
- • Some minor improvements and bug fixes.
- Version 2.0.1: • "go first card" is replaced with "go cd 1".
- • On startup of each XFCN call es checked whether there is enough memory. If it isn't no
- optimization will be done.
- • "save stack as stack" is replaced with "save stack as".
- • "the xxxx time" function is replaced with "time()". "the long time" is not replced with
- "time()"