summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-02-16 19:55:54 -0500
committerB. Stack <bgstack15@gmail.com>2023-02-16 19:56:46 -0500
commitc747630f16181d71ce2d7fb5b31f164062c17d5d (patch)
tree2e031de9e39e3f0aa431807dba8206c202636c54 /notepadpp
parentMerge branch 'scite-bump' into 'master' (diff)
downloadstackrpms-c747630f16181d71ce2d7fb5b31f164062c17d5d.tar.gz
stackrpms-c747630f16181d71ce2d7fb5b31f164062c17d5d.tar.bz2
stackrpms-c747630f16181d71ce2d7fb5b31f164062c17d5d.zip
nm 32.0.0 rc1
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/debian/changelog31
1 files changed, 31 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 2e64aae..fc54b88 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,34 @@
+notepadpp (8.4.9-1+stackrpms) obs; urgency=medium
+
+ * Fix saving 4GB+ files file size cutting off issue. (Fix #12526)
+ * Fix v8.4.8 hanging while opening some Pascal files. (Fix #12822)
+ * Add JSON5 support, only JSONC currently (with js comment supported).
+ (Fix #11676, #11713)
+ * Add configuration for panels to ignore '-nosession'. (Fix #9710)
+ * Fix Notepad Replacement display 'Cannot open file " "' regression in
+ v8.4.8. (Fix #12775)
+ * Fix Notpad++ hangs while deleting search results results. (Fix #12555)
+ * Fix XML tag-matching not be case-sensitive. (Fix #10011)
+ * Add support selection for "EOL to Space" commands, "TAB and Space
+ conversion" commands & trim operations.(Fix #12720, #12745, #12702,
+ #12602, #12658)
+ * Improve Pascal/Delphi function list performance. (Fix #12693, #12687,
+ #12808)
+ * Fix exclude functions in comment zones in C++, PHP, JavaScript and
+ Pascal. (Fix #12759)
+ * Use stable sort algorithm instead of standard sort one. (Fix #12678)
+ * Fix doc switcher not using alternate icon sets. (Fix #12242)
+ * Enhance dark mode. (Fix #12713, #12737)
+ * Fix hand cursor on URL too small display under high DPI issue. (Fix
+ #12772)
+ * Fix docking GUI regression for plugin in light mode. (Fix #12007)
+ * Fix cannot undo "Block Uncomment" & "Insert Date/Time" commands in
+ one shot. (Fix #12830, #12831)
+ * Fix sub-menu folder display mess in non-western languages under
+ Macro/Run menu. (Fix #12670)
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 08 Feb 2023 10:36:04 -0500
+
notepadpp (8.4.8-1+devuan) obs; urgency=medium
* Update to Scintilla 5.3.2 and Lexilla 5.2.1. (implement #12624)
bgstack15