Added note that asciiTeX is not maintained
IDE Fix possible crash in TInitialSetupDialog.Init
TShellTreeView: return empty string in GetPathFromNode if Node is nil (Compatible with Delphi's TShellTreeView.GetPath).
IDE: Fix not showing Chars > Chr(127) in ANSI Tab of CharactermapDlg. Improve ANSI charater map. Patch by wp, minor modifications by me. Issue #0029856.
Win32: fix error in TFontDialog if fdLimitSize is set. Issue #0030340. Patch by Rik van Kekem, modified by me.
LCL: Fix copy/paste error. Issue #0038078.
TBitBtn with Kind=bkClose: close also non-modal form if ModalResult in [mrNone,mrClose]. Fixes issue #21942
TCustomStringGrid.LoadfromCSVFile: use StrictDelimiter. Fixes issue #22054