mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-05 09:39:31 +02:00
Author:manus
Date:2009-11-06T01:10:12.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@351 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,12 +1,20 @@
|
||||
[[Property:title|EiffelBuild Version History]]
|
||||
[[Property:weight|2]]
|
||||
[[Property:uuid|8cc0540e-8ee7-c005-0534-a2ed62f41c96]]
|
||||
==6.5 Release==
|
||||
* Fixed bug#15947 to make the generated code compiles in void-safe mode.
|
||||
* Fixed bug#13296 when retrieving a project using an EV_SPIN_BUTTON element.
|
||||
* Fixed bug#12880 by improving speed of key navigation wich was slow down by attempting to refresh the object editor each time a new widget was highlighted. Now it is only done when the highlight doesn't change for a while.
|
||||
|
||||
==6.4 Release==
|
||||
No changes.
|
||||
|
||||
==6.3 Release==
|
||||
No changes.
|
||||
|
||||
==6.2 Release==
|
||||
No changes.
|
||||
|
||||
==6.1 Release==
|
||||
No changes.
|
||||
|
||||
|
||||
@@ -3,6 +3,16 @@
|
||||
[[Property:uuid|eb11a237-0c75-0427-452a-303d4f276b97]]
|
||||
This document contains details of modifications and bug fixes to the EiffelVision 2 library listed by the release version of EiffelStudio. All bug fixes and modifications are relative to the previously released version.
|
||||
|
||||
==EiffelStudio 6.5==
|
||||
|
||||
'''Improvements'''
|
||||
* Improved the pick and drop mechanism on Windows platforms to not use the `wel_hook.dll'. The visible change is that when the cursor is outside the vision2 application its shape changes depending on what is beneath.
|
||||
|
||||
'''Bug fixes'''
|
||||
*'''Platform Independent'''
|
||||
** Fixed potential crash with tab navigation code when a key press was sent to a widget that is in the process of being unparented.
|
||||
|
||||
|
||||
==EiffelStudio 6.4==
|
||||
|
||||
As part of the void-safety conversion for EiffelStudio 6.4, EiffelVision 2 was converted to a void-safe library (currently in experimental mode only) and no changes were made to the existing library. To use the void-safe library, some areas may need to be rewritten, these changes are described [[Converting EiffelVision 2 Systems to Void Safety| here]]
|
||||
|
||||
Reference in New Issue
Block a user