summaryrefslogtreecommitdiff
path: root/notepadpp/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'notepadpp/debian/changelog')
-rw-r--r--notepadpp/debian/changelog32
1 files changed, 32 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index bf93c6a..b14c98f 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,35 @@
+notepadpp (7.9-1+devuan) obs; urgency=medium
+
+ Add the ability to open the target file of a Shortcut (*.lnk).
+ Enhance side panels behaviour: close a single panel instead of the entire stack.
+ Fix Monitoring & document auto-update not scrolling to the end of the file with Word wrap enabled issue.
+ Fix mouse cursor flicker while hovering URLs.
+ Add back hovered blue underlined URLs.
+ Enhance C++, Perl, Python parsers and add VHDL in Function List.
+ Improve some ambiguous commands naming in Shortcut Mapper.
+ Add an option to prevent right click from canceling selection.
+ Add ability to sort lines randomly.
+ Fix "Close All BUT this" looses current document data issue.
+ Allow user to start making a stream selection and then change to column block (by pressing ALT key).
+ Add word wrap option to find results context menu.
+ Add keyboard navigation ability to Column Editor.
+ Add keyboard shortcut ability to Projects, Folder as Workspace and Function List for switching among these panels.
+ Enable project panels toggle from menu.
+ Enhance Folder as Workspace to restore latest selected item of last session on Notepad++ startup.
+ Fix inaccurate line margin update with word wrap enabled.
+ Fix Find previous/next commands not scroll vertically to show match result issue (with word wrap disabled).
+ Fix column key sort with col block starting in col1 bug.
+ Add confirmation preference for Replace All in All Opened Documents operation.
+ Add Escape keypress in functionlist searchbox to clear its text.
+ Add RTL capability to localized messageboxes.
+ Make (Find) dlgAlwaysVisible a true Preference setting.
+ Fix sorting by column key using incorrect key values.
+ Add search scope to Find window status bar output.
+ Fix false hit result in Find in Finder.
+ Prevent redundant line data copy in Finder.
+
+ -- Ben Stack <bgstack15@gmail.com> Mon, 05 Oct 2020 09:39:43 -0400
+
notepadpp (7.8.9-1+devuan) obs; urgency=medium
- Bug-fixes
bgstack15