From b14e528f83b1bd5b50348b05620bab40fe16bd80 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 2 Apr 2024 15:17:47 -0400 Subject: npp 8.6.5 --- notepadpp/debian/changelog | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'notepadpp') diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index 75bfcf9..92809d0 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,44 @@ +notepadpp (8.6.5-1+stackrpms) obs; urgency=medium + + * Fix "Replace All" action not notifying plugins of modification + regression by adding NPPN_GLOBALMODIFIED. (Fix #14767, see + NPPN_GLOBALMODIFIED how to) + * Fix plugins not receiving some Scintilla notification types + regression. (Fix issue) + * Fix Shortcut Mapper pontential crash problem. (Implement #14880) + * Fix period backup pontential crash due to the dead lock. (Fix #14906) + * Fix NUL characters file corruption after power outrages. (Fix #6133, + implement #14860) + * Remedy losing session problem after the power outrages. (Fix #14781, + implement #14858) + * Fix URLs are not detected after a "Replace All" regression. (Fix + #14864) + * Notify user while saving failure due to hardware problem. (Implement + #14842) + * Update to scintilla 5.4.3 (from 5.4.1) & Lexilla 5.3.1. (Implement + #14834) + * Support template literal (template strings) in JavaScript & make + `back-quoted strings` more readable. (Fix #3822) + * Add support for Change History in the text, besides in the margin. + Also, make Change History color configurable. (Fix #12321, #13915, + Implement #14838) + * Fix NPPM_RELOADFILE API return wrong result issue. (Fix issue) + * Enhance Shortcut Mapper filter to find the command items more easily. + (Fix #14743) + * Prevent typing control characters into document & make it optional. + (Fix #13279) + * Fix possible no-GUI state when using systray. (Fix #14777) + * Make context menu popup location at current text position when + invoked via keyboard. (Fix #14727) + * Fix Notepad++ blocked when closed minimized or from systray. (Fix + #14718) + * Fix Mouse Wheel Scrolling in Shortcut Mapper & reduce also the memory + use. (Fix #14895) + * Fix Python wrong decorator attribute colors & add "ATTRIBUTE" color + in styles.xml.model. (Fix #5894) + + -- B. Stack Tue, 02 Apr 2024 15:15:06 -0400 + notepadpp (8.6.4-1+stackrpms) obs; urgency=medium * Fix regression that the view cannot be activated by mouse clicking. -- cgit