Update wikipage Release notes for EiffelStudio 16.05. (Signed-off-by:tqa7ve2mnbntqnfca3i6rk7arhc2kxr8).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1569 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-05-31 14:33:28 +00:00
parent c31b48388b
commit 5dfa51f32f

View File

@@ -33,5 +33,5 @@
* Fix minimum size computation of windows with Aero Glass. When compiling code using the latest versions of Visual Studio, the minimum size of a window was slightly smaller than what it should have been. * Fix minimum size computation of windows with Aero Glass. When compiling code using the latest versions of Visual Studio, the minimum size of a window was slightly smaller than what it should have been.
===WEL=== ===WEL===
* Fix invalid computation of `null_terminated_strings'. The computation done to advance the pointer was based on a buffer length expressed in characters but it is already in bytes, so no need to multiply it by the size of characters. * Fix invalid computation of `null_terminated_strings'.
* Fix improper wrapping of WEL_HD_NOTIFY we used an INTEGER_32 when a POINTER should have been used (causing some possible loss of data and some memory access violation). * Fix improper wrapping of WEL_HD_NOTIFY we used an INTEGER_32 when a POINTER should have been used (causing some possible loss of data and some memory access violation).