Difference between revisions of "Lazarus 0.9.26 release notes"

From Free Pascal wiki
Jump to navigationJump to search
m (→‎win32/win64: typo corrected)
Line 13: Line 13:
  
 
= IDE changes =
 
= IDE changes =
 +
 +
*TPropertyEditorHook.GetMethodName now returns an ansistring, instead of a shortstring. AddHandlerGetMethods and RemoveHandlerMethodExists now need ansistring instead of shortstring.
  
 
= Components =
 
= Components =

Revision as of 20:48, 8 July 2008

This page gathers the changes of 0.9.25 for the coming release of 0.9.26.

This page is work in progress. There is no 0.9.26 yet.

LCL Interfaces major changes

win32/win64

  • Lazarus 0.9.24: Encoding used for strings in the LCL is ansi
  • Lazarus 0.9.26: Encoding used for strings in the LCL is UTF8

LCL major changes

LCL minor changes

IDE changes

  • TPropertyEditorHook.GetMethodName now returns an ansistring, instead of a shortstring. AddHandlerGetMethods and RemoveHandlerMethodExists now need ansistring instead of shortstring.

Components