From e54028b7359a4e28ca36b5e8dd8d4f4e7c27dc34 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 22 Jan 2024 14:51:04 -0500 Subject: ffs, notepadpp --- notepadpp/debian/changelog | 54 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) (limited to 'notepadpp') diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index 50faa62..26d2261 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,57 @@ +notepadpp (8.6.2-1+stackrpms) obs; urgency=medium + + * Fix Shift-DEL, Ctrl-INS and Shift-INS not working regression. (Fix + #14470, #14571) + * Fix Ctrl+V cannot paste into the text fields of certain plugins + regression. (Fix #14568) + * Remove option "disableLineCopyCutDelete.xml" (the empty file takes no + effect). + * Fix a regression: the position in the previous session is now + restored correctly in cloned document. (Fix #14164) + + -- B. Stack Tue, 16 Jan 2024 14:12:42 -0500 + +notepadpp (8.6.1-1+stackrpms) UNRELEASED; urgency=medium + + * Updated to Scintilla 5.4.1 & Lexilla 5.3.0. (Implement #14375) + * Fix a regression: the position in the previous session is now + restored correctly in cloned document. (Fix #14164) + * Fix a regression: customized extension in Style Configurator is now + saved correctly. (Fix #14437) + * Add an ability (disableLineCopyCutDelete.xml) to disable line + copy/cut/delete when no selection is made and also add back Shift-DEL & + Ctrl-INS shortcuts. (Fix #14470, ref, ref)) + * Add an ability (noColumnToMultiSelect.xml) to disable column mode to + multi-select mode. (Fix #14464, ref) + * Fix deleting in column mode also delete an unexpected EOL. (Fix + #14426) + * Fix hidden results of long lines for Search results with "Find in..." + commands. (Fix #12023) + * Enhance Search-results by showing search options for "Find in..." + commands. (Fix #14306) + * Fix an issue: replacements are no longer duplicated (the 2nd time in + cloned document) for "Replace in Opened Docs". (Fix #14505) + * Fix a regression to make F3 & Shift-F3 work again in Incremental + Search. (Fix #14503) + * Add document tab navigation commands: "First tab" & "Last tab". (Fix + #14416) + * Add document tab commands: "Move to Start" & "Move to End" commands. + (Fix #9525, #13982) + * 3 RTL new abilities: RTL per document, RTL per document remembered + across the sessions & new attribute editZoneRTL="no" in RTL + localization files. (Fix #9665, #9950, #14385) + * Enhance the "-loadingTime" command line parameter. (Fix #14472) + * Enhance the performance: disable undo collection while loading a + file. (Fix #14455) + * Sort language list in the Preferences dialog. (Fix #14245) + * Fix a visual glitch that occurred during multi-paste. (Fix #14410) + * Fix confusing memory allocation error message. (Fix #14418) + * Fix python wrong decorator attribute color. (Fix #5894) + * Fix file status in "other view" is not detected. (Fix #14225) + * Fix dropped file being opened in the wrong view. (Fix #14354) + + -- B. Stack Tue, 16 Jan 2024 14:11:40 -0500 + notepadpp (8.6-1+stackrpms) obs; urgency=medium * Multi-edit is fully supported in Notepad++. (Fix #14266, #8203) -- cgit