From 5f8d313246b08fe818f90eed0dda5745256b77cb Mon Sep 17 00:00:00 2001 From: jfiat Date: Wed, 11 May 2011 22:59:11 +0000 Subject: [PATCH] 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 --- ...tween-ise-eiffel-67-and-ise-eiffel-68.wiki | 22 +++++++++++++++++++ .../eiffelbuild-version-history.wiki | 5 +++++ .../revisions-and-bug-fixes.wiki | 18 +++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-6-compiler-history/major-changes-between-ise-eiffel-67-and-ise-eiffel-68.wiki diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-6-compiler-history/major-changes-between-ise-eiffel-67-and-ise-eiffel-68.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-6-compiler-history/major-changes-between-ise-eiffel-67-and-ise-eiffel-68.wiki new file mode 100644 index 00000000..a3c6404b --- /dev/null +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/eiffelstudio-6-compiler-history/major-changes-between-ise-eiffel-67-and-ise-eiffel-68.wiki @@ -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=== + + diff --git a/documentation/current/solutions/gui-building/eiffelbuild/eiffelbuild-version-history.wiki b/documentation/current/solutions/gui-building/eiffelbuild/eiffelbuild-version-history.wiki index 1616858a..3d64874a 100644 --- a/documentation/current/solutions/gui-building/eiffelbuild/eiffelbuild-version-history.wiki +++ b/documentation/current/solutions/gui-building/eiffelbuild/eiffelbuild-version-history.wiki @@ -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. diff --git a/documentation/current/solutions/gui-building/eiffelvision-2/revisions-and-bug-fixes.wiki b/documentation/current/solutions/gui-building/eiffelvision-2/revisions-and-bug-fixes.wiki index 535c356d..b998b8ad 100644 --- a/documentation/current/solutions/gui-building/eiffelvision-2/revisions-and-bug-fixes.wiki +++ b/documentation/current/solutions/gui-building/eiffelvision-2/revisions-and-bug-fixes.wiki @@ -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'''