summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-04-02 15:17:47 -0400
committerB. Stack <bgstack15@gmail.com>2024-04-02 15:17:47 -0400
commitb14e528f83b1bd5b50348b05620bab40fe16bd80 (patch)
tree2c1bea4325185f3ceee1c3c4405da14d7695e39a
parentxpipe obs service: use my cgit (diff)
downloadstackrpms-b14e528f83b1bd5b50348b05620bab40fe16bd80.tar.gz
stackrpms-b14e528f83b1bd5b50348b05620bab40fe16bd80.tar.bz2
stackrpms-b14e528f83b1bd5b50348b05620bab40fe16bd80.zip
npp 8.6.5
-rw-r--r--notepadpp/debian/changelog41
1 files changed, 41 insertions, 0 deletions
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 <bgstack15@gmail.com> 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.
bgstack15