diff options
author | B. Stack <bgstack15@gmail.com> | 2022-07-11 16:31:54 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-07-11 16:31:54 -0400 |
commit | 8c18aa7ce2a38542696dee52e9fcb32b1107082c (patch) | |
tree | f65a88c9eb87853a403dba1bb177cea1aec994bb /notepadpp | |
parent | Merge branch 'librewolf-bump' into 'master' (diff) | |
download | stackrpms-8c18aa7ce2a38542696dee52e9fcb32b1107082c.tar.gz stackrpms-8c18aa7ce2a38542696dee52e9fcb32b1107082c.tar.bz2 stackrpms-8c18aa7ce2a38542696dee52e9fcb32b1107082c.zip |
notepadpp 8.4.3
Diffstat (limited to 'notepadpp')
-rw-r--r-- | notepadpp/debian/changelog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index ed7a1b3..e46ca74 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,34 @@ +notepadpp (8.4.3-1+devuan) obs; urgency=medium + + * Add an option which allows to show only 1 entry per found line in + search result. (Fix #2481, #1499, #5547, #2987, #4525, #3224) + * Make EOL (CRLF) display customizable (via Editing section of + Preferences dialog). (Fix #11413) + * Add 2 more shortcuts "plus" (new file) and "arrow" (drop down list of + opened files) buttons on menu bar. (Fix #11229) + * Update Lexilla to 5.1.7 & Scintilla to 5.2.3 and use new API for + large files. (Implement #11734) + * Fix Find in files performance regression since updating Scintilla 5. + (Fix #11814) + * Add dark mode support for plugins - support dark mode for plugins + with docking GUI. (Fix #11710, implement #11767) + * Fix a crash issue due to opening an empty .NFO file. (Fix #11820) + * Fix language fonts regression in Style Configurator (make font + definition possible again). (Fix #11786) + * Add NPPM_CREATELEXER message for plugins to instantiate lexers. (Fix + #11789) + * Enhance dark mode (edge colors). (Fix #11207, #11376) + * Fix "CMD Here" command open Explorer issue. (Fix #11818) + * Fix crash issue of "Style Configurator…" command if "stylers.xml" + is absent. (Fix #11812) + * Fix Selected text changes color issue when editor window loses focus. + (Fix #11743) + * Skip save all warning dialog if only current editing file is dirty. + (Fix #10995) + * Fix a small regression in DebugInfo dialog. (Fix #11752) + + -- B. Stack <bgstack15@gmail.com> Mon, 11 Jul 2022 15:48:41 -0400 + notepadpp (8.4.2-1+devuan) obs; urgency=medium * Fix crash on "Copy Binary Content" command without selection on edit |