home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 74 / af074a.adf / archives / af74a2.lzx / ARcalcV2.0 / Readme_V2.0 < prev   
Encoding:
Text File  |  1995-06-08  |  1.9 KB  |  58 lines

  1.  
  2.                             Changes from version 1.1:
  3.                             -------------------------
  4.  
  5. the two following bugs have been fixed:
  6.  
  7. * When starting from V1.3 or lower version of the O.S., the program crashed.
  8.   Even if ARcalc works only on V2.0 or greater, this was not nice. Now it just does
  9.   nothing.
  10.  
  11. * An Enforcer hit has been eliminated (that was not a serious problem, anyway...)
  12.  
  13. Thanks to people that reported me these problems.
  14.  
  15.                             Changes from version 1.11:
  16.                             --------------------------
  17.  
  18. In previous versions there was a button named "Inf" that produced the same as the "About"
  19. item in the "Project" menu.
  20. Now that button has been replaced wuth "Icn"; by presssing it you get the ARcalc iconized
  21. on your workbench screen. Actually ARcalc reads the icon image from the ARcalc.info file
  22. in the directory the program was loaded from: if you don't have the icon, you will
  23. get a default tool icon.
  24.  
  25.  
  26.                             Changes from version 1.12:
  27.                             --------------------------
  28.  
  29. * Recompiled under SASC 6.55
  30.  
  31. * Standard AmigaDOS argument parsing implemented. The template for the arguments is
  32.  
  33.   FONT\K,SIZE\K\N,SCREEN\K,EVAL\K
  34.  
  35. * FONT=<fontname> & SIZE=<size> allows you to override the font and font size settings
  36.   in the configuration file. Example:
  37.  
  38.      ARcalc font=topaz size=13
  39.  
  40.   makes ARcalc open using a topaz 13 font.
  41.  
  42. * SCREEN=<Name> allows you to open ARcalc on the <Name> public screen. Example:
  43.  
  44.      ARcalc screen=TURBOTEXT
  45.  
  46. * Eval=<expression> makes ARcalc evaluating the expression and printing the result on the stdio
  47.   without opening its interface. The typed expression MUST NOT be encosed in double quotes,
  48.   and must be typed without any space. Example:
  49.  
  50.      ARcalc eval= 5*sin(12.5)*log(5)
  51.  
  52. * A "Jump" item has been added to the "Project" menu. Now you can make ARcalc jumping among
  53.   public screens.
  54.  
  55. * AREXX port implemented.
  56.  
  57.  
  58.