HACT (Halstenbach)

	* The Halstenbach compiler is not supported anymore.

ISE 5.4 (ISE Eiffel)

	* The Ace files for ISE Eiffel provided in this package are for
	  Eiffel classic. In order to get Ace files configured for Eiffel
	  for .NET, you will need to set the environment variable
	  $GOBO_DOTNET, and the run the following commands:

	    set GOBO_DOTNET=true
	    cd %GOBO%
	    geant clobber
	    geant install

SE 1.1 (SmartEiffel)

	* Although this is perfectly correct Eiffel, SmartEiffel complains about
	  Eiffel identifiers containing upper-case letters. There is a lot of
	  these identifiers automatically generated by `gelex' and `geyacc'. In
	  order to avoid being overwhelmed by zillions of unjustified warning
	  messages, please use the option -no_style_warning.

	* Futhermore, SmartEiffel has decided to make the live of portable
	  Eiffel library developers even more difficult than it used to be
	  by departing from the Eiffel standard without raising the issue
	  at NICE or ECMA. If like me you are sick of getting zillions of
	  warning messages because of that please use the options -no_warning
	  AND complain to the SmartEiffel team (otherwise one day these
	  warnings will become fatal errors and Gobo will not be able to
	  support SmartEiffel anymore).

VE 4.1 (Visual Eiffel)

