diff options
author | B Stack <bgstack15@gmail.com> | 2020-07-23 20:14:32 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-07-23 20:14:32 -0400 |
commit | c65f305d04cbba31a94355e2103b0a2e9a7fd052 (patch) | |
tree | b9e49f54bdade776629e891171be5e0b5dbe24d9 /notepadpp | |
parent | Merge branch 'scite-bump' into 'master' (diff) | |
download | stackrpms-c65f305d04cbba31a94355e2103b0a2e9a7fd052.tar.gz stackrpms-c65f305d04cbba31a94355e2103b0a2e9a7fd052.tar.bz2 stackrpms-c65f305d04cbba31a94355e2103b0a2e9a7fd052.zip |
notepadpp 7.8.9
Diffstat (limited to 'notepadpp')
-rw-r--r-- | notepadpp/debian/changelog | 43 |
1 files changed, 38 insertions, 5 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index 61d8857..bf93c6a 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,36 @@ +notepadpp (7.8.9-1+devuan) obs; urgency=medium + + - Bug-fixes + * Fix Line operations (join lines, split lines, remove duplicate lines and sort lines) doing one too many lines issue. + * Fix the regression of jump line failure via command line (-n). + * Fix URL Hovered colour disappears after modifying any Clickable Link Settings regression. + * Fix URL is not clickable in certain stuation while wrapped is enabled. + * Fix "Save" not working in Windows dialog. + * Fix Flickering cursor after double clicking a found line in find results. + * Fix Found line may not be centered by double clicking in find results, if word wrap is on. + * Fix wrong horizontal scroll bar position after restoring Window position. + * Fix Find result window output TAB-width incoherent issue. + + -- Ben Stack <bgstack15@gmail.com> Thu, 23 Jul 2020 18:23:11 -0400 + +notepadpp (7.8.8-1+devuan) UNRELEASED; urgency=medium + + - Enhancements and bug-fixes + * Fix accented characters in ANSI files not found in "find in files" and "replace in files" commands issues. + * Add an option to improve rendering special Unicode characters by using Scintilla's DirectWrite technology. + * Fix URL invisible issue in dark themes. + * Fix the focus not on the opening new file issue. + * Fix Workspace (Project panel), Folder As Workspace and function list keep focus issue after double clicking an item. + * Add Ctrl+Backspace ability to delete word for comboboxes in Find/Replace dialog. + * Add ability to find-all in selected text. + * Fix wrong treatment of backslashes as escape sequences in autocompletion. + * Enhance "Remove Empty Lines" command: Allow scope to be limited by an active selection. + * Fix loading of project & session files by drag & drop not working issue. + * Fix block selection cursor wrong positions after typing TAB. + * Add confirmation prompt to "Replace all in all opened documents" command to avoid PBKAC. + + -- Ben Stack <bgstack15@gmail.com> Wed, 22 Jul 2020 00:00:00 -0400 + notepadpp (7.8.7-1+devuan) obs; urgency=medium - Enhancements and bug-fixes @@ -87,14 +120,14 @@ notepadpp (7.8.2-1+devuan) obs; urgency=low - Enhancements and bug-fixes * Add key shortcuts in Save or not dialog. * Add find in files filter excluding ability. - * Add “Open UDL folder” command. + * Add "Open UDL folder" command. * Fix issue of showing save dialog twice while cloned file is dirty. - * Enhance “Open Explorer” command in Folder as workspace with expected path. + * Enhance "Open Explorer" command in Folder as workspace with expected path. * Fix tab dragging issues. - * Enhance “Close all but This” and “Close all to the left/right” commands while files are dirty. - * Enhance “In Selection” option in Find dialog. + * Enhance "Close all but This" and "Close all to the left/right" commands while files are dirty. + * Enhance "In Selection" option in Find dialog. * Fix Notepad++ blocked in notification zone issue. * Make end-of-line conversion operations macroable. - * Fix “View Current File In” commands disabled problem in some situations. + * Fix "View Current File In" commands disabled problem in some situations. -- B Stack <bgstack15@gmail.com> Fri, 27 Dec 2019 13:49:15 -0500 |