+ core
    + !HAVE_FEATURE_SCRIPTING apparently needs SbiRuntime::isVBAEnabled now [Stephan Bergmann]
    + - Add margin to the right side of the print dialog (tdf#169347) [Heiko Tietze]
    + - Do not use dark shadow icons (tdf#154443) [Heiko Tietze]
    + - Make the splitwindow buttons more outstanding on hover (tdf#169657) [Heiko Tietze]
    + [API CHANGE] remove XPivotTableDataProvider [Noel Grandin]
    + a null mpDoc was seen here [Caolán McNamara]
    + A typo in code [Mike Kaganski]
    + abandon inputbar mouse down on error dialog (tdf#169351) [Caolán McNamara]
    + adapt to fix of C++ LWG 172 [Stephan Bergmann]
    + add a test for the CSV data provider [Neil Roberts]
    + add a UITest (tdf#169077) [Neil Roberts]
    + add apparently missing check on missing both ENABLE_NSS and ENABLE_OPENSSL [Tor Lillqvist]
    + add extended tips for START/END alignment (tdf#169716) [Olivier Hallot]
    + add help page for slide properties sidebar (tdf#162504) [Olivier Hallot]
    + add Help to Manage button in Template manager (tdf#146734) [Olivier Hallot]
    + add oleId != picId assert in unit test (tdf#169088) [Karthik Godha]
    + afdko: upgrade to 4.0.3 [Xisco Fauli]
    + allow selection deletion of protected table of contents (tdf#152030) [Jim Raykowski]
    + android-viewer translated using Weblate [Weblate]
    + android: Deduplicate assets specification in build.gradle [Michael Weghorn]
    + android: Have a single method for menu item (de)activation [Michael Weghorn]
    + android: Hide settings menu entry if there are no settings [Michael Weghorn]
    + android: Set activity size for Meta Quest in new product flavor [Michael Weghorn]
    + avoid some unnecessary exception throw/catch as control flow [Noel Grandin]
    + avoid terminate after unhandled exception [Caolán McNamara]
    + avoid use of SAL_N_ELEMENTS macro in fontmap.cxx (tdf#147021) [Simon Chenery]
    + avoid use of SAL_N_ELEMENTS macro in Navigator.cxx (tdf#147021) [Simon Chenery]
    + background of Page Size dropdown in Tabbed UI wrong (tdf#169637) [Noel Grandin]
    + big parameter passed by value (cid#1675018) [Caolán McNamara]
    + bin/find-unneeded-includes: drop --continue option [Gabor Kelemen]
    + branch libreoffice-26-2 [Christian Lohmaier]
    + bump product version to 26.2.0.0.alpha1+ [Christian Lohmaier]
    + bump product version to 26.2.0.0.beta1 [Christian Lohmaier]
    + bump the Emscripten build to emsdk 4.0.10 [Stephan Bergmann]
    + change char buttons labels to image [Olivier Hallot]
    + chart color sequence OOXML import/export (tdf#167941) [Kurt Nordback]
    + chart2: Add ComplexColor to many properties of chart elements [Tomaž Vajngerl]
    + chart2_export2: drop some skipValidation [Xisco Fauli]
    + chart2_export3: drop some skipValidation [Xisco Fauli]
    + chart2_export: drop some skipValidation [Xisco Fauli]
    + checkbox anchor wrongly imported (tdf#166724) [Johann LORBER]
    + checkExternalLibraries: keep rhino on branch 1.7 [Xisco Fauli]
    + clean the artifacts that rust_uno/CustomTarget_* put in $(SRCDIR) [Stephan Bergmann]
    + color emoji background appears black with certain fonts (tdf#169225) [Noel Grandin]
    + condense this a bit [Caolán McNamara]
    + confirmation Dialogs for clearing recent or unavailable documents (tdf#166386) [Sampath-1984]
    + convert #define RANGEFIND_MAX to constexpr (tdf#145614) [Simon Chenery]
    + convert #define to enum class (tdf#145614) [seyoufi22]
    + convert inappropriate use of sal_uIntPtr (tdf#75280) [Daniel Lee]
    + convert use of sal_uLong to sal_uInt32 (tdf#114441) [codemaestro]
    + correct unit test and file name (tdf#169706) [Aron Budea]
    + CppunitTest_sc_dataprovider: re-enable testBaseImport test [Xisco Fauli]
    + CppunitTest_sc_dataprovider: use gb_CppunitTest_use_rdb [Xisco Fauli]
    + crash upon starting animated GIF (tdf#169656) [Noel Grandin]
    + DataProvider avoid corrupt backreference (tdf#169541) [Regina Henschel]
    + dataprovider insert to correct sheet (tdf#169817) [Regina Henschel]
    + dataprovider: Run the import directly on the main thread [Neil Roberts]
    + dataproviderdlg setID expects mxEditID (tdf#169077) [Regina Henschel]
    + date picker in DOCX file has black background (tdf#169148) [Noel Grandin]
    + dbaccess/uitest: Wait for idle after selecting view mode [Neil Roberts]
    + definitions for more chartex types [Kurt Nordback]
    + division or modulo by float zero (cid#1659880, cid#1664877) [Caolán McNamara]
    + don't pass 16-bit value by const reference [Mike Kaganski]
    + don't use hash marks in file name to avoid issues with (tdf#168520) [Ilmari Lauhakangas]
    + don't use intermediate XInterface: XDrawPage is returned and needed [Mike Kaganski]
    + don't use static SfxItemSet::GetItem, where set is known to be non-null [Mike Kaganski]
    + drawinglayer: add glow primitive to xml dump [Tomaž Vajngerl]
    + drawinglayer: clarify test comment [Ilmari Lauhakangas]
    + drop a MSVC hack [Mike Kaganski]
    + drop all the other skipValidation (tdf#153183) [Xisco Fauli]
    + drop comphelper::newArray_null, and use new (std::nothrow) directly [Mike Kaganski]
    + drop CustomWidgetController::IsUpdateMode [Michael Weghorn]
    + drop default arguments from the templatized overload [Mike Kaganski]
    + drop explicit template parameter where deducible [Mike Kaganski]
    + drop item_cast, and use StaticWhichCast [Mike Kaganski]
    + drop obsolete _WIN32 special-casing [Mike Kaganski]
    + drop redundant OSL_ENSURE [Mike Kaganski]
    + drop some coverity markup [Caolán McNamara]
    + drop templated HasItem in favor of GetItemIfSet [Mike Kaganski]
    + drop useless static_cast [Mike Kaganski]
    + drop useless static_casts [Mike Kaganski]
    + enable-msvc-analyze: C6011: Dereferencing NULL pointer [Mike Kaganski]
    + ENABLE_FONTCONFIG is actually not defined [Caolán McNamara]
    + enhancement to recency navigation (tdf#169480) [Jim Raykowski]
    + even more CppunitTests need the ASan hack now [Stephan Bergmann]
    + EventListener: Store the supplement from the event [Neil Roberts]
    + export all ODG pages to SVG from command line by default (tdf#168054) [Mike Kaganski]
    + fix --with-yrs build [Mike Kaganski]
    + fix applying the original page line-spacing option (tdf#169807) [Tamás Zolnai]
    + fix assert in ShowWarning4Modifications [Jim Raykowski]
    + fix build with --disable-opencl [Tor Lillqvist]
    + fix cairo / pixman build for headless macOS [Hossein]
    + fix cargo test in rust_uno [Rene Engelhard]
    + fix cross-compilation to windows aarch64 [Christian Lohmaier]
    + fix Ctrl Shift V issue on impress (cool#13193) [Gülşah Köse]
    + fix export of 'algn' in PPTX (tdf#169553) [karthik]
    + fix interop: PPT->PPTX images with internal-links (tdf#168736) [Karthik]
    + fix missing dependency when building only en-US help [Christian Lohmaier]
    + fix multiple groupings on same field issue in reportbuilder (tdf#62248) [Vissarion Fisikopoulos]
    + fix oss-fuzz build [Caolán McNamara]
    + fix PPTX OLE animations import (tdf#169694) [Karthik Godha]
    + fix python dependency on meson [Christian Lohmaier]
    + fix race between MissingPluginInstallerThread launch() and join() [Stephan Bergmann]
    + fix reversed accessibility options for footnotes/endnotes (tdf#169508) [Saburo Yoshida]
    + fix typo [Andrea Gelmini]
    + fix typo: BLN -> BGN [Xisco Fauli]
    + fix Writer crash on undo after paste (tdf#148703) [David Hashe]
    + flatten the code in SVGFilter::implExportShape a little [Noel Grandin]
    + forward IM events like KeyEvents for inputbar (tdf#169521) [Caolán McNamara]
    + gbuild: -fsanitize=address MSVC build [Michael Stahl]
    + GetFlyAnchorBottom always dereferences its first argument [Caolán McNamara]
    + GetItem with TypedWhichId already returns needed type [Mike Kaganski]
    + ghost object remains in original position after object is moved (tdf#169414) [Noel Grandin]
    + give testTdf136957 and testTdf139000 human-readable names (tdf#168520) [Daniel]
    + handle non-multimarked mark data (tdf#168943) [Mike Kaganski]
    + host only solenv/flatpak-external-tarballs.json.in here [Stephan Bergmann]
    + implement XShapeGroup::enterGroup and ::leaveGroup [Samuel Mehrbrodt]
    + impress: fix typing issue after comment save [Bayram Çiçek]
    + improve draw/impress export to svg with lots of bitmaps (tdf#169532) [Noel Grandin]
    + integer-overflow (ofz#465488771) [Caolán McNamara]
    + introduce --enable-headless to add it as a possibility on macOS [Jan Holesovsky]
    + langaugetool: fix crash on opening spelling dialog (cool#7880) [Rashesh Padia]
    + let SfxItemSet::GetItem taking TypedWhichId use static_cast [Mike Kaganski]
    + libatomic_ops: upgrade to 7.10.0 [Xisco Fauli]
    + libpng: upgrade to release 1.6.51 [Michael Stahl]
    + libpng: upgrade to release 1.6.52 [Michael Stahl]
    + LibreOfficeKit is actually supported on macOS [Jan Holesovsky]
    + libxslt: upgrade to 1.1.45 [Xisco Fauli]
    + logically dead code (cid#1666317) [Caolán McNamara]
    + loplugin:stringloop [Noel Grandin]
    + loplugin:stringplusequal [Stephan Bergmann]
    + loplugin:unnecessaryvirtual [Noel Grandin]
    + loplugin:unusedfields [Noel Grandin]
    + loplugin:unusedmethods [Noel Grandin]
    + m_nSpaceCount is unused [Noel Grandin]
    + make ColorPicker public [Samuel Mehrbrodt]
    + make it possible to build cairo even on macOS [Jan Holesovsky]
    + make vcl build on macOS with --enable-headless [Jan Holesovsky]
    + make XFillTransparenceItem extend SfxPoolItem [Noel Grandin]
    + mariadb-connector-c: upgrade to 3.3.18 [Xisco Fauli]
    + modernize SfxItemSetFixed usage (tdf#164685) [shlok3640]
    + more efficient to use makeStringAndClear here [Noel Grandin]
    + move ValueSetWithTextControl from svx to sw [Michael Weghorn]
    + mso-test: element p:sldSz has invalid cx and cy attribute [Noel Grandin]
    + mso-test: import data has bad percentage value [Noel Grandin]
    + mso-test: invalid buAutoNum enum value [Noel Grandin]
    + mso-test: invalid prstDash enum value [Noel Grandin]
    + need to catch WrongStateException here [Noel Grandin]
    + no need to call InvalidatePartOfView in ViewObjectContact::ActionChanged [Noel Grandin]
    + no need to skipValidation here anymore [Noel Grandin]
    + no TextWritingMode if GraphicWritingMode2 (tdf#169122) [Regina Henschel]
    + notebookbar: ensure we don't load addons in lok [Szymon Kłos]
    + notebookbar: style previews should show user defined styles [Szymon Kłos]
    + notebookbar: type definition for style preview entries [Szymon Kłos]
    + nss: try to fix Windows ARM64 build [Michael Stahl]
    + null deref of ChartModel in async dialog callback [Caolán McNamara]
    + officeotron: avoid writing <w:i/> twice [Noel Grandin]
    + officeotron: fix use of path attribute in vml export [Noel Grandin]
    + officeotron: wrong ordering of elements under sdtPr [Noel Grandin]
    + only shrink to tab area for ControlPart::TabPaneWithHeader (tdf#162562) [Caolán McNamara]
    + oox: next step to replace oox::drawingml::Color with ComplexColor [Kurt Nordback]
    + oox_export: drop some skipValidation [Xisco Fauli]
    + oox_export: remove obsolete comments [Xisco Fauli]
    + oox_mcgr: drop validate call [Xisco Fauli]
    + pass an explicit handler for input handler error message (tdf#169351) [Caolán McNamara]
    + poppler: upgrade to 25.12 [Xisco Fauli]
    + PPT -> PPTX invalid values in a:off (tdf#169705) [Karthik Godha]
    + PPT->PPTX Draw OLE object data loss (tdf#169539) [Karthik Godha]
    + PPTX legacy VML files are not imported (tdf#169781) [Karthik Godha]
    + qt weld: Implement QtInstanceWidget::{g,s}et_{h,v}expand (tdf#130857) [Michael Weghorn]
    + qt weld: Sort alphabetically (tdf#130857) [Michael Weghorn]
    + qt weld: Support "Define Bibliography Entry" dialog (tdf#130857) [Michael Weghorn]
    + qt weld: Support Calc "Paste Special" dialog (tdf#130857) [Michael Weghorn]
    + qt weld: Support sw "Insert Citation" dialog (tdf#130857) [Michael Weghorn]
    + qt weld: Support sw dialog to enter a name (tdf#130857) [Michael Weghorn]
    + qt weld: Support sw table AutoFormat dialog (tdf#130857) [Michael Weghorn]
    + QuickFindPanel: Make result label shorter (tdf#169531) [Szymon Kłos]
    + QuickFindPanel: Make result label shorter and easier to scan (tdf#169531) [Pedro Pinto Silva]
    + re-apply page desc to nodes when undoing (tdf#148703) [David Hashe]
    + remove duplicated include [Andrea Gelmini]
    + remove prewin.h/postwin.h headers (tdf#82580) [Daniel Lee]
    + remove redundant operator!= from (tdf#157664) [sebastiangm15]
    + remove some coverity markup [Caolán McNamara]
    + rename calc UI tests in csv_dialog (part 2) (tdf#168520) [Roman]
    + rename testTdf114428 to testTdf114428_ignore_xml_declaration (tdf#168520) [Jussi Suominen]
    + rename UI calc tests in csv_dialog (tdf#168520) [Roman]
    + replace include guards with pragma once (tdf#143148) [seyoufi22]
    + replace magic constant 1.44 with M_SQRT2 (tdf#145759) [Daniel]
    + replace sal_uInt64 with tools::Long (tdf#114441) [Daniel]
    + replace sal_uLong with sal_uInt64 (tdf#114441) [Daniel]
    + replace std::bind with lambda in sqldataprovider.cxx (tdf#165233) [Simon Chenery]
    + replaced sal_uLong in GDI MF code (tdf#114441) [Daniel Lee]
    + revert "draw Note mark before text for correct ZOrder" (tdf#150150) [Justin Luth]
    + revert "init doc shell before pasting as png/bmp (take 2)" (tdf#167075, tdf#169554) [Xisco Fauli]
    + revert "Prevent cursor invalidation if the cursor position doesn't change." [Gülşah Köse]
    + revert "ScViewData: pass ScDocShell by ref" (tdf#167075, tdf#168850) [Xisco Fauli]
    + revert "ScViewData: simplify constructors" [Xisco Fauli]
    + revert "UITest/query: Run without --oneprocess" [Neil Roberts]
    + revert "Unbreak build on sdext translations" [Gabor Kelemen]
    + rhino: upgrade to 1.7.15.1 [Xisco Fauli]
    + run IWYU again on include/o3tl (tdf#146619) [Gabor Kelemen]
    + run IWYU again on include/oox/ (tdf#146619) [Gabor Kelemen]
    + run IWYU again on include/sfx2/ (tdf#146619) [Gabor Kelemen]
    + run IWYU again on include/sot/ (tdf#146619) [Gabor Kelemen]
    + run IWYU again on include/svl/ (tdf#146619) [Gabor Kelemen]
    + run IWYU again on include/svtools/ (tdf#146619) [Gabor Kelemen]
    + run IWYU again on include/test (tdf#146619) [Gabor Kelemen]
    + run IWYU again on include/tools (tdf#146619) [Gabor Kelemen]
    + run IWYU again on include/u* (tdf#146619) [Gabor Kelemen]
    + run IWYU again on include/vbahelper (tdf#146619) [Gabor Kelemen]
    + run IWYU again on include/vcl (tdf#146619) [Gabor Kelemen]
    + run IWYU again on include/xmloff (tdf#146619) [Gabor Kelemen]
    + rust Bindings: fix Windows build of rust_uno-example [Mike Kaganski]
    + rust Bindings: Improve library linking for rust_uno-example [Mohamed Ali]
    + sanitize font size read from PPT (tdf#168843) [Karthik Godha]
    + sc oox: limit x:anchor offsets to inside of the cell (tdf#166724) [Justin Luth]
    + sc/qa: factor out common code [Xisco Fauli]
    + sc: add testExtendTo unit test for ScRange [Tomaž Vajngerl]
    + sc: Add UItest (tdf#169817, tdf#169019) [Xisco Fauli]
    + sc: document classes for pivot table styles and row/column items [Tomaž Vajngerl]
    + sc: Drop now unused CellLineStyleValueSet (tdf#168120) [Michael Weghorn]
    + sc: Drop redundant comments in CellLineStylePopup::SetLineStyleSelect [Michael Weghorn]
    + sc: fix changing of borders and invalidation after change [Tomaž Vajngerl]
    + sc: fix exporting of row / column items of a pivot table [Tomaž Vajngerl]
    + sc: Merge CellLineStylePopup::Initialize into ctor [Michael Weghorn]
    + sc: Merge two loops into one [Michael Weghorn]
    + sc: Switch to weld::TreeView in CellLineStyleControl (tdf#168120) [Michael Weghorn]
    + sc: template.cur is no longer used [Xisco Fauli]
    + sc: update cell anchored objects if recalc optimal height (tdf#166724) [Justin Luth]
    + sc: Use local var instead of CellLineStyleControl::maStr [Michael Weghorn]
    + sc: Use std::vector in CellLineStyleValueSet [Michael Weghorn]
    + sc: vml x:anchor provides end anchor: so ResizeWithCells (tdf#166724) [Justin Luth]
    + sc_subsequent_export_test4: Add test (tdf#158921) [Xisco Fauli]
    + sc_subsequent_export_test4: Add test for 1b4d6fa2b39c [Xisco Fauli]
    + sc_subsequent_export_test4: drop skipValidation [Xisco Fauli]
    + sc_uicalc: Add test (tdf#167386) [Xisco Fauli]
    + ScDocument::GetAttr doesn't return nullptr [Mike Kaganski]
    + ScModule::get was already fetched [Caolán McNamara]
    + ScriptForge (SF_Exception) fix console error [Jean-Pierre Ledure]
    + ScriptForge Fix Watch close button of all dialogs [Jean-Pierre Ledure]
    + ScriptForge review README.md file [Jean-Pierre Ledure]
    + sd: animation on 3D object results in invalid PPTX (tdf#169675) [Aron Budea]
    + sd: ensure non-empty text objects [Henry Castro]
    + sd: fix crash in SdXImpressDocument::postMouseEvent() [Miklos Vajna]
    + sd: reference to missing audio results in invalid PPTX (tdf#169438) [Aron Budea]
    + sd_export_tests-ooxml4: Add test for 04ff6fe90911 [Xisco Fauli]
    + sd_export_tests-ooxml4: Add test for 38b239c8bcf9 [Xisco Fauli]
    + sd_export_tests-ooxml4: Add test for 7902c87f479a [Xisco Fauli]
    + sd_export_tests-ooxml4: Add test for 8adad56b37c5 [Xisco Fauli]
    + select All in Frame does not select all contents (tdf#136419) [Jim Raykowski]
    + silence Arguments in wrong order (cid#1675333) [Caolán McNamara]
    + silence Data race condition (cid#1662039, cid#1667056) [Caolán McNamara]
    + silence Dereference null return value (cid#1675332) [Caolán McNamara]
    + silence Division or modulo by float zero (cid#1667045) [Caolán McNamara]
    + silence fontconfig warning about no default config on macOS [Caolán McNamara]
    + silence Overflowed constant (cid#1667094, cid#1667063, cid#1667078, cid#1667085, cid#1675329) [Caolán McNamara]
    + silence Uncaught exception (cid#1660226) [Caolán McNamara]
    + simplify a bit [Mike Kaganski]
    + simplify a condition [Mike Kaganski]
    + simplify assertion in o3tl::strong_int ctor using o3tl::ValidRange [Mike Kaganski]
    + simplify color replacement in GDIMetaFile [Mike Kaganski]
    + simplify cow_wrapper's refcounting policies implementation [Mike Kaganski]
    + simplify HasItem using TypedWhichId [Mike Kaganski]
    + simplify o3tl::strong_int ctor using concepts [Mike Kaganski]
    + simplify SVGFilter::filterImpressOrDraw by using a ScopeGuard [Mike Kaganski]
    + slide background images not shown in Presenter console (tdf#169533) [Noel Grandin]
    + sqlite: upgrade to 3.51.1 [Xisco Fauli]
    + starmath a11y: Don't report ACTIVE state for SmGraphicAccessible [Michael Weghorn]
    + svx a11y: Don't report ACTIVE state in WeldEditAccessible [Michael Weghorn]
    + svx: prefix members of SvxFontWorkControllerItem [Miklos Vajna]
    + svx: prefix members of SvxTPView [Miklos Vajna]
    + svx: Use #pragma once [Michael Weghorn]
    + sw doc model xml dump: handle SwTableBoxValue [Miklos Vajna]
    + sw lok: improve non-standard redline render mode colors (cool#13574) [Miklos Vajna]
    + sw lok: increase saturation of non-standard redline render mode (cool#13574) [Miklos Vajna]
    + sw lok: introduce a redline render mode view option (cool#13574) [Miklos Vajna]
    + sw markdown export: fix crash on OLE with no graphic (tdf#169251) [Miklos Vajna]
    + sw redline render mode: add uno command to switch from standard (cool#13574) [Miklos Vajna]
    + sw redline render mode: invalidate both omit modes together (cool#13574) [Miklos Vajna]
    + sw redline render mode: send LOK status (cool#13574) [Miklos Vajna]
    + sw: document SwFileNameField and SwFileNameFieldType [Miklos Vajna]
    + sw: document SwGetRefField [Miklos Vajna]
    + sw: Drop another extra scope/indentation in PageSizeControl ctor [Michael Weghorn]
    + sw: Drop extra scope/indentation in PageSizeControl ctor [Michael Weghorn]
    + sw: Drop now unused ValueSetWithTextControl (tdf#169710, tdf#136905) [Michael Weghorn]
    + sw: fix footnote hang with JAWS (tdf#167362) [Michael Stahl]
    + sw: Reduce local variable scope [Michael Weghorn]
    + sw: Resave stringinput.ui with glade 3.40 [Michael Weghorn]
    + sw: Simplify 'else { if(...) { ... }' to 'else if(...) { ... }' [Michael Weghorn]
    + sw: Use #pragma once [Michael Weghorn]
    + sw_layoutwriter3: split it two [Xisco Fauli]
    + sw_ooxmlexport10: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport11: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport12: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport12: split in two [Xisco Fauli]
    + sw_ooxmlexport13: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport15: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport16: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport17: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport18: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport19: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport20: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport25: Add test for 5a9e966b323a [Xisco Fauli]
    + sw_ooxmlexport26: Add test for 8c5683ee7423 [Xisco Fauli]
    + sw_ooxmlexport26: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport3: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport4: do not skip DOCX export validation (last one) [Xisco Fauli]
    + sw_ooxmlexport5: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport6: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport7: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport8: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport9: do not skip DOCX export validation [Xisco Fauli]
    + sw_ooxmlexport9: do not skip DOCX export validation (part 2) [Xisco Fauli]
    + sw_ooxmlexport: Add test for db5f310c4358 [Xisco Fauli]
    + sw_ooxmlfieldexport: do not skip DOCX export validation [Xisco Fauli]
    + switch SfxApplication::loadBrandSvg param to u16string_view [Michael Weghorn]
    + SwRectFnSet always dereferences its argument [Caolán McNamara]
    + table cells background color changed unexpectedly (tdf#169695) [Jim Raykowski]
    + testAxialGradientCompatible does not need skipValidation (tdf#153183) [Noel Grandin]
    + these appear to validate now [Noel Grandin]
    + these unit tests pass officeotron validation now [Noel Grandin]
    + this is not present on macOS either [Jan Holesovsky]
    + try again when frames were moved forward by objects (tdf#169399) [Mike Kaganski]
    + UBSan apparently needs SwXFrames and SwXTextSections RTTI now [Stephan Bergmann]
    + UBSan apparently needs SwXLineNumberingProperties RTTI now [Stephan Bergmann]
    + uitest/framework: Throw an exception when a signal is received [Neil Roberts]
    + UITest/query: Run without --oneprocess [Neil Roberts]
    + UITest/tdf99619: Close the query window at the end of the test [Neil Roberts]
    + UITest: Add a method to open a subcomponent through a command [Neil Roberts]
    + UITest: Add method to execute a command for particular XDispatchProvider [Neil Roberts]
    + UITest: Wait for idle in close_doc [Neil Roberts]
    + uncaught exception (cid#1659626, cid#1399153, cid#1399336, cid#1399299, cid#1399305, cid#1399234, cid#1659836, cid#1660275) [Caolán McNamara]
    + unchecked dynamic_cast (cid#1675090) [Caolán McNamara]
    + uninitialized scalar field (cid#1675089, cid#1494598) [Caolán McNamara]
    + update git submodules [Olivier Hallot, Martin Srebotnjak, Ilmari Lauhakangas, Christian Lohmaier]
    + update README.md after Clang bump to 18 [Ilmari Lauhakangas]
    + update to officeotron 0.8.5 [Noel Grandin]
    + update to officeotron-0.8.4.jar [Noel Grandin]
    + use C++20 contains() instead of find(), end() in ColorSets.cxx (tdf#158237) [Simon Chenery]
    + use insert() to add multiple values in containers instead of (tdf#163738) [Nicu]
    + use more concrete UNO in AccessibilityCheck [Noel Grandin]
    + use more concrete UNO in DomainMapper [Noel Grandin]
    + use more concrete UNO in DomainMapper_Impl [Noel Grandin]
    + use more concrete UNO in SdtHelper [Noel Grandin]
    + use more concrete UNO in StyleSheetTable [Noel Grandin]
    + use more concrete UNO in SwIndexSections_Impl [Noel Grandin]
    + use more concrete UNO in SwMultiTOXTabDialog [Noel Grandin]
    + use more concrete UNO in UpdateTree [Noel Grandin]
    + use more concrete UNO in WriterInspectorTextPanel [Noel Grandin]
    + use more specific UNO interface in svgfilter [Noel Grandin]
    + use new screenshot set for flatpak page [Hossein]
    + use of auto that causes a copy (cid#1675088) [Caolán McNamara]
    + use OUStringBuffer in TestDocumentHandler [Noel Grandin]
    + use pragma once instead of include guards (tdf#143148) [Daniel]
    + use SfxLokHelper::getViewOfId to get most recent view of this document [Caolán McNamara]
    + use StaticWhichCast instead of static_cast [Mike Kaganski]
    + use StaticWhichCast, which has some useful asserts [Mike Kaganski]
    + use std::[s]size() instead of SAL_N_ELEMENTS() macro (tdf#147021) [Nguyen]
    + use TreeView in PageSizeControl (tdf#136905, tdf#169710) [Michael Weghorn]
    + variable copied when it could be moved (cid#1675019, cid#1675328) [Caolán McNamara]
    + VBASupport requires banker’s rounding for integer conversions (tdf#162711) [Andreas Heinisch]
    + vcl a11y: Don't completely lose keyboard focus in VerticalTabControl (tdf#167125) [Michael Weghorn]
    + vcl: change logging - warn to info in UserResourceScanner [Tomaž Vajngerl]
    + vcl: Drop now unused CustomWidgetController::IsActive [Michael Weghorn]
    + vcl: Handle Ctrl{,+Shift}+Tab within vertical tab page (tdf#169383, tdf#167125) [Michael Weghorn]
    + vcl: Merge IntroWindow::ImplInitIntroWindowData into ctor [Michael Weghorn]
    + vcl: Move VerticalTabControl implementation to own source file [Michael Weghorn]
    + version 26.2.0.0.beta1, tag libreoffice-26.2.0.0.beta1 [Christian Lohmaier]
    + we can return early if !m_xEditView [Caolán McNamara]
    + weld: Block signals in ComboBox::set_active{,_id} (tdf#130857) [Michael Weghorn]
    + weld: Drop newly unused weld::Widget::is_active [Michael Weghorn]
    + winaccessibility: fix JAWS crash with CAccTable (tdf#168897) [Michael Stahl]
    + writer: iterate styles to show also favourite in the notebookbar [Szymon Kłos]
+ dictionaries
    + version 26.2.0.0.beta1, tag libreoffice-26.2.0.0.beta1 [Christian Lohmaier]
+ help
    + add help page for slide properties sidebar (tdf#162504) [Olivier Hallot]
    + add Help to Manage button in Template manager (tdf#146734) [Olivier Hallot]
    + explain how to use named formulas in Calc [Olivier Hallot]
    + fix ID and anchor link in VBA Objects help page (tdf#169523) [Ilmari Lauhakangas]
    + help for Arabic fonts and RTL direction for Math (tdf#169729) [Olivier Hallot]
    + update A11y options help page. [Olivier Hallot]
    + update Help page for para START/END (tdf#169716) [Olivier Hallot]
    + update View and Appearance help pages (tdf#169785) [Olivier Hallot]
+ translations
    + manually add missing sl/sdext/messages.po [Christian Lohmaier]
    + update translations for master [Christian Lohmaier]
    + update translations for master/26.2 [Christian Lohmaier]
    + update translations for master/26.2.0 Alpha2 [Christian Lohmaier]
    + updated Slovenian translation [Martin Srebotnjak]
