From 4c630ebe1f5a4aa8fba424b5174a5aca4672e039 Mon Sep 17 00:00:00 2001 From: halw Date: Wed, 15 Dec 2010 18:16:41 +0000 Subject: [PATCH] Author:manus Date:2010-12-15T17:43:05.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@715 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../compiler/supported-c-compilers.wiki | 4 ---- .../eiffelvision-2/revisions-and-bug-fixes.wiki | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki index 85da695e..466a52eb 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/supported-c-compilers.wiki @@ -1,10 +1,6 @@ [[Property:title|Supported C compilers]] [[Property:weight|-14]] [[Property:uuid|4d4a70fa-b6da-cecb-83e0-dcc18d6ed54a]] -{{UpdateNeeded}} - - - ==Unix/Linux Users:== EiffelStudio supports `gcc' on most platforms and the native`cc' compiler if it is an ANSI C compiler. 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 7d563a14..535c356d 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,21 @@ [[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.7== + +'''Improvements''' +* Optimized integration with EiffelGraph library for improved projection speed and efficiency + +'''Bug fixes''' +*'''Platform Independent''' +** Fixed various catcalls at runtime. + +*'''Unix'''' +** Fixed an initialization issue due to recent changes in the GTK API. + +*'''Windows''' +** Fixed an issue with EV_TREE, EV_LIST, EV_HEADER, EV_TOOL_BAR and EV_MULTI_COLUMN_LIST where setting a pebble on the control (not just the item) would allow pick and drop but the line drawn was restricted to the control. + ==EiffelStudio 6.6== '''Improvements'''