Author:admin

Date:2011-05-11T22:59:11.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@890 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2011-05-11 22:59:11 +00:00
parent 14dfed35f8
commit 5f8d313246
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
[[Property:title|Major changes between ISE Eiffel 6.7 and ISE Eiffel 6.8]]
[[Property:link_title|6.8]]
[[Property:weight|-15]]
[[Property:uuid|9d06aeec-a75e-3b39-b19a-c6b19fe9f6b8]]
==What's new==
{{seealso|[[Differences between standard ECMA-367 and Eiffel Software implementation|Differences between standard ECMA-367 and Eiffel Software implementation]] }}
==Improvements==
==Changes==
==Bug fixes==
===Language issues===
===Compiler issues===
===Runtime/code generation issues===
===Store/Retrieve issues===

View File

@@ -1,6 +1,11 @@
[[Property:title|EiffelBuild Version History]]
[[Property:weight|2]]
[[Property:uuid|8cc0540e-8ee7-c005-0534-a2ed62f41c96]]
==6.8 Release==
* Fixed bug#13069 and bug#17427 for the incorrect generated code of the '''change_actions''' on a EV_SPINT_BUTTON.
* Fixed the icon view mode display for widgets where content was shown incorrectly in previous releases.
* Fixed code generation of widgets when generated as clients.
==6.7 Release==
Updated the generated code to the latest Eiffel syntax as specified by ECMA.

View File

@@ -3,6 +3,24 @@
[[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.8==
'''Improvements'''
* Allowed setting the test of a combo box that has been disabled.
* Resize actions are now called after a container has completed its resizing.
* On Windows, increased the splitter size to make it more visible and easier to grab.
* The API now accepts READABLE_STRING_GENERAL as input for strings, which let you accept immutable strings without conversions.
* Extended types supported by EiffelStore, especially STRING_32 for Unicode string types.
* Improved memory management in EiffelStore, ODBC implementation.
'''Bug fixes'''
*'''Platform Independent'''
** Fixed incorrect drawing of connector line for root tree nodes in an EV_GRID.
*'''Windows'''
** Improved resizing on Windows with deeply nested windows that would not properly resize.
** Use the proper default font to follow the current active theme.
** Fixed a bug where terminating a pick and drop and moving your mouse quickly could result in a drop to a different widget than the one where pick and drop was terminated via the right click.
==EiffelStudio 6.7==
'''Improvements'''