2010-02-03 00:00 UTC-0800 Augusto Infante
* IDE\Source\Vxh1.prg
! Fixed Binary path passed to TProject
* IDE\Source\Vxh4.prg
! optimized property display by removing TRY/CATCH
! Fixed Enumeration property assignment bug
* Library\sourceC\winapi.c
! Fixed InternetConnect dwContext default value so it can execute CallBack
* Library\source\FtpClient.prg
+ Property Operation “Synchronous”, “Asynchronous”
+ Property Service “FTP”, “HTTP”
+ Property OpenType “Direct”, “Pre-Config”, “Proxy”
+ Property Passive true/false
! Fixed handle creation
* Library\source\TabControl.Prg
! Optimized tab drawing
! Fixed Tab:Hide() / Show() to Show the tab at its original position
! Fixed drawing tab text in MultiLine mode (second row was wrong)
2010-02-02 00:00 UTC-0800 Augusto Infante
* Library\sourceC\WinUtil.c
! Optimized GetMeasureItemStructure
* Library\source\TabControl.Prg
! Fixed METHOD Hide() and Show() to ALSO hide the tab. Unfortunatelly Show() will restore the tabs at the end of the list until further development can allow re-showing them and the corresponding position.
* Library\source\Window.prg
! Fixed invalid call to OnInitDialog for TabPage control
! Fixed potential RTE if sizing oChild is NIL