Difference between revisions of "Lazarus 2.2 fixes branch"

From Lazarus wiki
Jump to navigationJump to search
Line 15: Line 15:
  
 
==== Submitted by developer / committer, tested, waiting to be merged ====
 
==== Submitted by developer / committer, tested, waiting to be merged ====
* r65328, 65335, 65339 Documentation updates.
+
*r65328,65335,65339 Documentation updates.
 +
*r65329  Converter: Replace Mask with Masks, not MaskEdit.
 +
*r65330  IDE: Generate Dwarf3 for Debug build mode and for debug profile for the IDE itself.
  
 
=== Merged revisions for 2.2.0 ===
 
=== Merged revisions for 2.2.0 ===

Revision as of 12:05, 2 July 2021

This page contains the revisions to be merged from trunk to the Lazarus 2.2 fixes branch.

These are only fixes made after the branch was created. For other fixes made since the previous release (2.0) see SVN and Lazarus 2.0 fixes branch

Release notes can be found here

Fixes for 2.2.0

Merge requests

Submitted by others / waiting for sign off by team member

Submitted by developer / committer and waiting for testing (do not commit yet)

Merge conflicts

Submitted by developer / committer, tested, waiting to be merged

  • r65328,65335,65339 Documentation updates.
  • r65329 Converter: Replace Mask with Masks, not MaskEdit.
  • r65330 IDE: Generate Dwarf3 for Debug build mode and for debug profile for the IDE itself.

Merged revisions for 2.2.0

  • r65248 Qt: removed unsupported QString_toHtmlEscaped. Issue #38982.
  • r65275 CodeTools: Allow a "var" section inside a record with {$modeswitch advancedrecords}. Issue #38957.
  • r65243, 65249, 65254-65256, 65261-65271, 65274, 65278-65279, 65281, 65290, 65293, 65297, 65300, 65305, 65317, 65325 Documentation updates
  • r65303 LCL: Revert revision 63847, fixing FormShow call at wrong time. Issue #38922
  • r65311,r65312,r65318 IDE: Implement multi-line selection in Messages window. Issue #35493
  • r65319 IDE: Update DefineTemplates (package graph) after adding a component, in case its package was not used earlier.
  • r65320 Fix spelling errors in grids.pas. Patch by Don Siders. Issue #0039093.

Other branches