From dc501e2f3d5715d7461ebaa3a7338d6e532e7293 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 1 Jun 2022 11:32:03 -0400 Subject: npp 8.4.1 --- notepadpp/debian/changelog | 64 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'notepadpp') diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index 211bc9a..6ddf0a8 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,67 @@ +notepadpp (8.4.1-1+devuan) obs; urgency=medium + + * Regression fixes, bug-fixes, and new enhancements: + * Fix HTML syntax highlighting in PHP files regression. (Fix #11585, + #11602) + * Fix "Reload from disk" loosing syntax highlighting regression. (Fix + #11606) + * Fix unfocused selected text background color changed regression. (Fix + #11595) + * Update Scintilla from 5.2.1 to 5.2.2 and Lexilla from 5.1.5 to 5.1.6. + (Implement #11537) + * Fix multi-part keyword in prefix mode freezes Notepad++ in UDL. (Fix + #11434) + * Add several dark mode enhancement. (Fix #11574, #11622, #10054, + #11546, #11544) + * Add DarkMode usage detection support for plugins. (Implement #11546) + * Add "Framed current line" option beside of "Highlight current line + background". (Implement #11501) + * Add file monitoring command line argument [-monitor]. (Implement + #10562) + * File Dialog enhancement. (Fix #11630, #11517) + * Add a new format argument/option "ADD_ZERO_PADDING" to + NPPM_GETNPPVERSION. (Implement #11535) + * Restore auto-completion & calltip default fg/bg colors when no theme + is applied. (Fix #11637) + * Sort "Search result" to the bottom in language list of Style + Configurator. (Fix #11337) + + -- B. Stack Wed, 01 Jun 2022 10:47:01 -0400 + +notepadpp (8.4-1+devuan) UNRELEASED; urgency=medium + + * New features, enhancements, and bug-fixes: + * Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5. (Fix + #10504) + * Enhance dark mode support (Shortcut Mapper, autocompletion, calltip, + Column Editor and Style configurator, Preferences dialog, etc...) (Fix + #11530, #11522, #11407, #11514, #11506, #11497) + * Fix lossing characters issue after case-conversion (UPPER/lower). + (Fix #11463) + * Fix "Sort Lines as Integer" not considering negative number issue. + (Fix #11023, #2025) + * Sort languages alphabetically automatically in Style Configurator. + (Fix #11337) + * Fix flashing box (autocompletion empty list) appears while typing + issue. (Fix #9433) + * Scrolling Document List automatically to make the selected tab item + visible. (Fix #11204) + * Make Find in Files search result line number aligned. (Fix #11119) + * Add default A-Z sorting ability in Function list. (Fix #11446) + * Add virtual space ability. (Fix #11443, #11444) + * Fix document being wronly marked as saved bug after converting its + encoding. (Fix #11436) + * Fix Document list not sync with tab order after sorting. (Fix #11272) + * Fix file saving critical bug under Symantec encryption desktop. (Fix + #11339) + * Fix cropped text in Shortcut mapper's status area issue. (Fix #10358) + * Enhance installer: Remember the chosen language in the previous + installation. (Implement #10582) + * Improve Find/Replace Dialog layout. (Fix #11318) + * Update NSIS & Inno Setup keyword lists. + + -- B. Stack Wed, 01 Jun 2022 10:46:17 -0400 + notepadpp (8.3.3-1+devuan) obs; urgency=medium * Regression-fix, bug-fixes and enhancement: -- cgit