From c747630f16181d71ce2d7fb5b31f164062c17d5d Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 16 Feb 2023 19:55:54 -0500 Subject: nm 32.0.0 rc1 --- notepadpp/debian/changelog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'notepadpp') 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 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) -- cgit