home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / Mathscript_cr.lzx / MathScript / Docs / History < prev    next >
Encoding:
Text File  |  1997-01-18  |  5.8 KB  |  136 lines

  1. **************************
  2. *** MathScript history ***
  3. **************************
  4.  
  5. Version 3.1, Release Date: 17.01.97
  6. -----------------------------------
  7.   Note: This is just a very minor update, as I had to take a break after 3.0! ;)
  8.   - added several keyboard shortcuts
  9.   - several new object classes: (all in the "derivatives, vectors, bars" menu)
  10.       - not class : used for negating relation symbols
  11.       - accent classes : used for creating accents
  12.       - vector class : improved look of vectors
  13.       - improved look of dot objects
  14.   - "improved" shareware requester
  15.   - some minor bug fixes and improvements
  16.  
  17. Version 3.0, Release Date: 25.09.96 (Major Update)
  18. -----------------------------------
  19.   The program has been totally rewritten, mostly from scratch.
  20.   The main difference is that it now works in a WYSIWYG manner.
  21.   No more control codes have to be used, editing is done directly
  22.   in the formula display.
  23.   Here is just a rough overview of other major changes:
  24.  
  25.   - MathScript now does not use a custom math font. Instead you can choose
  26.     any PostScript font, means Type1 and even Type3 fonts. Corresponding
  27.     AFM files are needed.
  28.  
  29.   - one can choose different fonts for the following types:
  30.     Variable, function, text, greek, symbol, number and 2 special purpose fonts.
  31.  
  32.   - Styles: Parts of a formula can be formatted differently by applying
  33.     so called styles, i.e. MathScript chooses the proper font for every part of
  34.     the formula. For example the greek style will make MathScript use the greek
  35.     font for alphabetic characters, the number font for numbers, ...
  36.     The following styles are available:
  37.     Math, Variable, Function, Greek, Text, Custom1, Custom2.
  38.  
  39.   - Function Recognition: Every part of a formula which is using the default
  40.     Math style will be scanned for a number of known function names, which
  41.     then will use the function font. E.g. typing "sinx" will make MathScript
  42.     use the function font for "sin" and the variable font for "x".
  43.  
  44.   - Clipboard: the standard clipboard operations (cut, copy and paste) for
  45.     marked blocks are implemented (using clipboard.device!)
  46.  
  47.   - Multiple rows: it is now possible to have formulas with many rows simply
  48.     by pressing the return key.
  49.  
  50.   - Better quality: the formulas are looking better now, especially brackets
  51.     and roots.
  52.  
  53.   - Advanced Online Help: MathScript has one of the most advanced online help
  54.     systems, featuring GadgetHelp, MenuHelp, BubbleHelp and QuickHelp (for every
  55.     popup menu item!)
  56.  
  57.   - MUI 3.x: MathScript will only run if at least MUI 3.1 is installed.
  58.     MUI 3.3 is recommended! It uses its advanced features like bubble help.
  59.  
  60.   - Formula Code: the old control code is not needed anymore, but it is still
  61.     supported for file and ARexx I/O, means old formula files are still valid.
  62.  
  63.   - ARexx: The ARexx port has been reworked. The Settings commands support
  64.     ARexx variables now. The new interface is mostly incompatible with the old.
  65.  
  66.   - Registration: there is a new Registration Tool handling the process of
  67.     registration.
  68.  
  69.   - Many other changes and improvements
  70.  
  71. Version 2.1, Release Date: 02.06.95
  72. -----------------------------------
  73.   - New control codes for:
  74.     - Matrices
  75.     - Over-/Underline
  76.   - Toolbar icons (8 colors like MagicWB) for the most used menu items
  77.   - Zoom of preview
  78.   - Quick Help (Gadget Help). Put the mouse pointer over a gadget and a little
  79.     help text wil be shown
  80.   - adjustable Fore-/Background color for exported formulas
  81.   - Installer script now also in German
  82.   - New ARexx commands "SetZoom" and "GetZoom", GeneralPrefs ARexx commands
  83.     support color
  84.   - ARexx script InsertFormula.ms has been improved. Now it uses the current
  85.     font color. (you may change this!)
  86.   - removed a bug in a formula interpretation function which crashed on
  87.     68000 systems
  88.   - removed a stupid bug that caused a dramatical rendering slowdown
  89.     of *very* nested formulas. Now MUCH faster!
  90.   - bug which screwed up the preview after iconification fixed
  91.   - Several minor bug fixes and improvements
  92.  
  93. Version 2.0, Release Date: 12.04.95
  94. -----------------------------------
  95.   - Needs MUI (Magic User Interface ©Stefan Stuntz). Therefore some changes
  96.     were required:
  97.     - Because MathScript is now able to have multiple copies running,
  98.       the name of the ARexx port changed. Now it is: "MathScript.1" for the
  99.       first task, "MathScript.2" for the second and so on...
  100.     - The syntax of the ARexx commands has changed, some commands
  101.       are not compatible with the previous release
  102.     - New, more convenient Selection-Gadgets (MUI custom class)
  103.     - No public screen settings, no PubScreen/K CLI parameter, use the
  104.       MUI Prefs program instead
  105.   - Offering Bitmap output facility. Thus the following two points were
  106.     made possible:
  107.     - Preview of formula
  108.     - Added support for the following export formats:
  109.       - Binary EPS (EPS + TIFF preview)
  110.       - IFF-ILBM
  111.       - TIFF
  112.   - ARexx scripts on function keys and menu items
  113.   - Settings are saved into a file instead of ToolTypes,
  114.     new menu items Load/Save_as settings
  115.   - EPS output conforms to EPSF 3.0 specifications
  116.   - EPS code is 100% Ascii. That should fix some problems that could occur
  117.     on old PostScript printers
  118.   - Fixed bug which caused brackets on the right side to appear too small
  119.     sometimes
  120.   - Online Help (AmigaGuide)
  121.   - Some new ARexx commands
  122.   - AppWindow/AppIcon support
  123.   - Double,triple,... fractions/exponents were too big/small. They look
  124.     fine now
  125.   - Formula description is included into export files. New menu item "Import"
  126.     allows you to load a formula from an export file
  127.   - The usage of the FinalWriter ARexx scripts has changed slightly.
  128.     By using the Import feature you are able to edit formulas inserted into
  129.     FinalWriter later
  130.   - Some minor changes and improvements
  131.  
  132. Version 1.0, Release Date: 19.11.94
  133. -----------------------------------
  134.   First release
  135.  
  136.