WARNING: installation batch file "install.bat" does not work with 4DOS!
------------------------------------------------------------------------

There is some differencies between Extacy version  1.30.6  and  previous
releases.

Introduces new (self-explanationary) option REPORT.

Introduced new option O2ISOPRAGMA, which  allows  to  use  standard  ISO
pseudo-comments <* *> for inline conditional compilation, etc.

Please notice that you must specify ":O2ISOPRAGMA" in configuration file
or at command line if you intent to use  standard  ISO  pseudo-comments,
otherwise  Extacy  will  generate  an  error  at  any  attempt  to   use
pseudo-comments, even if it is "<*+ O2ISOPRAGMAS *>


M2_EXTENSIONS   =>      M2EXTENSIONS
M2_ADDTYPES     =>      M2ADDTYPES
O2_EXTENSIONS   =>      M2EXTENSIONS
C++             =>      CPLUSPLUS
C_QUO           =>      CDIV
IMPORT          =>      IMPEXT

Options O2_ADDTYPES, O2_SYSVAL had been removed.  Now  Extacy  does  not
support CARDINAL and enumeration types  in  Oberon-2  (however  you  can
import such types  from  Modula-2  modules).  O2_SYSVAL  is  unnecessary
anymore since Extacy now always supports SYSTEM.VAL  to  be  always  ETH
conformant.

Now dual syntax use of inline compiler options is  allowed.  This  means
you can use both "<*: pragma *>" or <*+ pragma *>, and <*~ pragma *>  or
<*- pragma *> to set the value of "pragma" ON and OFF respectively.

Default file extensions had been changed to
        *.mod   IMPLEMENTATION MODULE
        *.def   DEFINITION MODULE
        *.ob2   Oberon-2 MODULE
        *.obf   Brouser pseudo-definition module
