Revision: 64988 Log: LCL: Do not convert '\n' sequence to linefeed also in Title, Inst, Verify, Info, InfoExpanded, InfoCollapse, Footer fields of LCLTaskDialog.TTaskDialog anymore (LineEnding constant should be used for this). Unbreaks output of strings like 'c:\new_folder\new.work'. Modified: U trunk/lcl/lcltaskdialog.pas
Revision: 64987 Log: DockedFormEditor: Refresh all PageControls after options are changed, so tab position is correctly changed. Modified: U trunk/components/dockedformeditor/source/dockedmainide.pas
Revision: 64986 Log: Revert r63888. It breaks event handling of forms with parent. Issue #36127. Modified: U trunk/lcl/forms.pp U trunk/lcl/include/customform.inc U trunk/lcl/interfaces/gtk2/gtk2callback.inc U trunk/lcl/interfaces/win32/win32callback.inc