Log message:
meld: update to 3.22.1.
2024-02-18 meld 3.22.1
======================
Fixes:
* Work around layout sizing issue (Kai Willadsen)
* Fix broken search context (t-gergely)
* Fix issues with pane contents swapping missing warnings and incorrectly
handling blank or version-controlled panes (Helly Guo)
* Fix go-to-line accelerator conflict with previous-conflict (Kai Willadsen)
* Fix unintended requirement on Adwaita cursors (Kai Willadsen)
* Fix incorrect cut/copy/paste sensitivity on pane change (Kai Willadsen)
* Fix multi-row selection in folder and version control view (Kai Willadsen)
* Fix missing pull/push version control icons (Kai Willadsen)
* Refresh highlighting theme when dark theme preference changes (Kai
Willadsen)
* Remove filter and conflict buttons from new comparison tab (Kai Willadsen)
* Fix scroll not working in file action gutter (Kai Willadsen)
* Fix line number rendering when changing font sizes (Kai Willadsen)
* Fix overview map not redrawing on text wrap toggle (Kai Willadsen)
* Set minimum width for notebook labels (Kai Willadsen)
* Improve notebook label ellipsization (Kai Willadsen)
* Fix Meson byte-compilation support with DESTDIR (Kai Willadsen)
* Issues fixed: #709, #713, #715, #724, #726, #729, #733, #736, #767, #769,
#780, #785, #787, #795, #796, #796, #797, #798
|
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|