summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-06-17 13:34:27 -0400
committerB Stack <bgstack15@gmail.com>2020-06-17 13:34:27 -0400
commit90f5587037e29073e9dd094529795a5fac9cbeb5 (patch)
tree3c665156b3d8eec944fdc2201db4a5c847708e21 /notepadpp
parentMerge branch 'palemoon-bump' into 'master' (diff)
downloadstackrpms-90f5587037e29073e9dd094529795a5fac9cbeb5.tar.gz
stackrpms-90f5587037e29073e9dd094529795a5fac9cbeb5.tar.bz2
stackrpms-90f5587037e29073e9dd094529795a5fac9cbeb5.zip
notepad++ 7.8.7
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/debian/changelog26
1 files changed, 25 insertions, 1 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index ea0ad1b..61d8857 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,7 +1,31 @@
+notepadpp (7.8.7-1+devuan) obs; urgency=medium
+
+ - Enhancements and bug-fixes
+ * Fix new style save dialog by selecting right file filter and adding extension automatically.
+ * Add right-click context menu to bookmark margin.
+ * Add sub-menu bullets for cascaded Encoding and Language menus.
+ * Display file name as root of workspace instead of "Workspace".
+ * Add file extension automatically for session files and workspace files while saving in new style dialog.
+ * Fix file reading failure (network problem) not detected issue.
+ * Improve Document Map precision.
+ * Fix clickable links break syntax highlighting issue.
+ * Fix current range detached from Document Map issue.
+ * Disallow backward regex searches due to sometimes surprising results ([an non-UI option is available to enable it](https://npp-user-manual.org/docs/preferences/#preferences-for-advanced-users)).
+ * Fix wrong project panel at start by opening a project via command line.
+ * Allow user to skip *.* when adding only excluding Filters for Find/Replace In Files.
+ * Fix Doc switcher icon state update issue for cloned documents.
+ * Assign CTRL-M as default shortcut for invoking mark dialog.
+ * Fix also a folding visual glitch in Find result.
+ * Add count of files searched to "Find result" output.
+ * Fix Find/Replace history lost issue.
+ * Fix bug of Mark clearing in selection mode.
+ * Fix auto-completion suggest the same word while the word being modified.
+
+ -- Ben Stack <bgstack15@gmail.com> Wed, 17 Jun 2020 13:28:48 -0400
+
notepadpp (7.8.6-1+devuan) obs; urgency=medium
- Bug-fixes and enhancements
-
* Add multi-column marker (multi-line edge) feature.
* Add dynamical sorting feature for Folder as Workspace.
* Make MRU tab activate instead of rightmost tab while tab closure (if MRU enabled).
bgstack15