home *** CD-ROM | disk | FTP | other *** search
-
- Changes from version 1.1:
- -------------------------
-
- the two following bugs have been fixed:
-
- * When starting from V1.3 or lower version of the O.S., the program crashed.
- Even if ARcalc works only on V2.0 or greater, this was not nice. Now it just does
- nothing.
-
- * An Enforcer hit has been eliminated (that was not a serious problem, anyway...)
-
- Thanks to people that reported me these problems.
-
- Changes from version 1.11:
- --------------------------
-
- In previous versions there was a button named "Inf" that produced the same as the "About"
- item in the "Project" menu.
- Now that button has been replaced wuth "Icn"; by presssing it you get the ARcalc iconized
- on your workbench screen. Actually ARcalc reads the icon image from the ARcalc.info file
- in the directory the program was loaded from: if you don't have the icon, you will
- get a default tool icon.
-
-
- Changes from version 1.12:
- --------------------------
-
- * Recompiled under SASC 6.55
-
- * Standard AmigaDOS argument parsing implemented. The template for the arguments is
-
- FONT\K,SIZE\K\N,SCREEN\K,EVAL\K
-
- * FONT=<fontname> & SIZE=<size> allows you to override the font and font size settings
- in the configuration file. Example:
-
- ARcalc font=topaz size=13
-
- makes ARcalc open using a topaz 13 font.
-
- * SCREEN=<Name> allows you to open ARcalc on the <Name> public screen. Example:
-
- ARcalc screen=TURBOTEXT
-
- * Eval=<expression> makes ARcalc evaluating the expression and printing the result on the stdio
- without opening its interface. The typed expression MUST NOT be encosed in double quotes,
- and must be typed without any space. Example:
-
- ARcalc eval= 5*sin(12.5)*log(5)
-
- * A "Jump" item has been added to the "Project" menu. Now you can make ARcalc jumping among
- public screens.
-
- * AREXX port implemented.
-
-
-