summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-06-21 22:26:23 -0400
committerB. Stack <bgstack15@gmail.com>2023-06-21 22:26:23 -0400
commit15f070b55df9f0e469aa6eccf8026116db1a6c09 (patch)
treeb2c86abfab99fdb534aabca132f6a68e3ab289f4
parentMerge branch 'makemkv-bump' (diff)
downloadstackrpms-15f070b55df9f0e469aa6eccf8026116db1a6c09.tar.gz
stackrpms-15f070b55df9f0e469aa6eccf8026116db1a6c09.tar.bz2
stackrpms-15f070b55df9f0e469aa6eccf8026116db1a6c09.zip
notepadpp 8.5.4
-rw-r--r--notepadpp/debian/changelog31
1 files changed, 31 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index b24764f..c2a4664 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,34 @@
+notepadpp (8.5.4-1+stackrpms) obs; urgency=medium
+
+ * Fix macro recording regression on Unicode character. (Fix #13757)
+ * Fix regression of defective detection for file read-only attribute
+ removal via Explorer. (Fix #13742)
+ * Fix opening multi-files on multi-instance mode regression. (Fix #36,
+ #13778)
+ * Update: Scintilla 5.3.5 Lexilla 5.2.5. (Implement #13729)
+ * Fix Notepad++ hanging issue running macro to EOF. (Fix #13342)
+ * Fix EOL symbol color/appearence being reset issue while changing
+ encoding. (Fix #13728)
+ * Enable code folding in Assembly source files. (Fix #13758, #9888)
+ * Fix document language not remembered through sessions issue. (Fix
+ #13743)
+ * Add SHA-1 hash features. (Fix #13791)
+ * Add "open new blank document in addition on startup" ability. (Fix
+ #11134, #9535, #5527)
+ * Fix lexer plugin is sorted unconventionally in language menu issue
+ (Fix #9516)
+ * Add message NPPM_DARKMODESUBCLASSANDTHEME to allow plugin to use
+ generic dark mode. (Fix #13574)
+ * Add the ability to close multiple files without saving in Document
+ list. (Fix #13768, #13178)
+ * Several GUI Enhancements. (Fix #13764, #10349, #8109, #13703, #13701,
+ #13686, #13665, #13657, #13676, #13667, #13624, #13622)
+ * Fix error message on uninstallation. (Implement #13653)
+ * Fix tabContextMenu_example.xml not being deleted while
+ uninstallation. (Fix #13670)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 20 Jun 2023 18:04:05 -0400
+
notepadpp (8.5.3-1+stackrpms) obs; urgency=medium
* Fix session file data loss issue. (Fix #13514)
bgstack15