home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1999 May / macformat-076.iso / Shareware Plus / Development / Optimize scripts / Version history < prev   
Encoding:
Text File  |  1999-01-12  |  2.0 KB  |  27 lines  |  [ttro/ttxt]

  1.                                                                                     Version history
  2.  
  3. Version 1.0: • Initial release.
  4. Version 2.0: • Replaces now "set lockscreen/lockmessages...." succesfully. Before, only "set lockScreen..."
  5.                               would habe been replaced.
  6.                          • Deletes empty lines succesfully.
  7.                          • on xxxxxKey functions are shortened.
  8.                          • "choose toolName tool" is replaced with "choose tool toolNumber"; that's shorter and a bit
  9.                              faster.
  10.                          • "& quote &" is replaced with “. That looks as good as "& quote &" but it's much shorter and I
  11.                             think it's even easier to read.
  12.                          • In version 1.0 hypercard was replaced with hypercd. This has been fixed.
  13.                          • Your Mac would sometimes have crashed when there were to many empty lines in your script,
  14.                             this bug has been fixed.
  15.                          • Fixed a bug which occured on some 68K Macintoshs. If the OptimizeScripts XFCN was called
  16.                             HyperCard would crash.
  17.                          • Replaces "go card cardName" und "go card number cardNumber" with "go card id cardID". This
  18.                             is shorter, but, most important, if you're working with big stacks it can speed up your stacks
  19.                             dramatically!
  20.                          • Improved HyperTalk script.
  21.                          • Some minor improvements and bug fixes.
  22. Version 2.0.1: • "go first card" is replaced with "go cd 1".
  23.                              • On startup of each XFCN call es checked whether there is enough memory. If it isn't no
  24.                                optimization will be done.
  25.                              • "save stack as stack" is replaced with "save stack as".
  26.                              • "the xxxx time" function is replaced with "time()". "the long time" is not replced with
  27.                                 "time()"