Author:manus

Date:2008-12-04T23:05:21.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@121 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
manus
2008-12-04 23:57:33 +00:00
parent cb943da0f5
commit 455ba6a38f
2 changed files with 39 additions and 4 deletions

View File

@@ -17,6 +17,7 @@
* You can remove errors from the Warning and Error list tool which is practical when fixing many errors at once.
* Improved the problem report submission dialog.
* Better messaging about the installed C/C++ compiler on Windows.
* Improved cursor rendering colors, so that in all background colors.
===Changes===
@@ -24,7 +25,7 @@
* Code completion works even if the obsolete <eiffel>is</eiffel> keyword is missing.
* Fixed an installation issue of the enterprise/evaluation release of EiffelStudio on Windows Vista.
* Properly refreshes the Feature tool after a save or a compilation.
* Fixed browsing of .NET classes in EiffelStudio
* Fixed browsing of .NET classes in EiffelStudio.
==Compiler==
* Click [[Major changes between ISE Eiffel 6.2 and ISE Eiffel 6.3|here]] for the compiler release notes.
@@ -52,6 +53,9 @@
* Fixed on Unix improper handling of EWOULDBLOCK and EINPROGRESS error on Unix which would raise an exception instead of silently ignoring the error as it is done on Windows.
* New library for IPv6 support.
===EiffelProcess===
*Fixed an issue with the library when redirecting inputs/outputs of the child process. Sometime we would be missing some characters and cause a memory corruption at the same time.
===EiffelVision2===
* [[Revisions and Bug Fixes|Click here for EiffelVision2 release notes.]]