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
This commit is contained in:
halw
2010-12-15 18:16:41 +00:00
parent 5704ac4ef9
commit 4c630ebe1f
2 changed files with 15 additions and 4 deletions

View File

@@ -1,10 +1,6 @@
[[Property:title|Supported C compilers]] [[Property:title|Supported C compilers]]
[[Property:weight|-14]] [[Property:weight|-14]]
[[Property:uuid|4d4a70fa-b6da-cecb-83e0-dcc18d6ed54a]] [[Property:uuid|4d4a70fa-b6da-cecb-83e0-dcc18d6ed54a]]
{{UpdateNeeded}}
==Unix/Linux Users:== ==Unix/Linux Users:==
EiffelStudio supports `gcc' on most platforms and the native`cc' compiler if it is an ANSI C compiler. EiffelStudio supports `gcc' on most platforms and the native`cc' compiler if it is an ANSI C compiler.

View File

@@ -3,6 +3,21 @@
[[Property:uuid|eb11a237-0c75-0427-452a-303d4f276b97]] [[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. 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== ==EiffelStudio 6.6==
'''Improvements''' '''Improvements'''