summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-01-22 14:51:04 -0500
committerB. Stack <bgstack15@gmail.com>2024-01-22 14:51:04 -0500
commite54028b7359a4e28ca36b5e8dd8d4f4e7c27dc34 (patch)
tree0859f2e66fc5cbdaff2743f21bb85697ae0473ea /notepadpp
parentffs 13.3 and fix xdg-themes-stackrpms version (diff)
downloadstackrpms-e54028b7359a4e28ca36b5e8dd8d4f4e7c27dc34.tar.gz
stackrpms-e54028b7359a4e28ca36b5e8dd8d4f4e7c27dc34.tar.bz2
stackrpms-e54028b7359a4e28ca36b5e8dd8d4f4e7c27dc34.zip
ffs, notepadpp
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/debian/changelog54
1 files changed, 54 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 50faa62..26d2261 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,57 @@
+notepadpp (8.6.2-1+stackrpms) obs; urgency=medium
+
+ * Fix Shift-DEL, Ctrl-INS and Shift-INS not working regression. (Fix
+ #14470, #14571)
+ * Fix Ctrl+V cannot paste into the text fields of certain plugins
+ regression. (Fix #14568)
+ * Remove option "disableLineCopyCutDelete.xml" (the empty file takes no
+ effect).
+ * Fix a regression: the position in the previous session is now
+ restored correctly in cloned document. (Fix #14164)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 16 Jan 2024 14:12:42 -0500
+
+notepadpp (8.6.1-1+stackrpms) UNRELEASED; urgency=medium
+
+ * Updated to Scintilla 5.4.1 & Lexilla 5.3.0. (Implement #14375)
+ * Fix a regression: the position in the previous session is now
+ restored correctly in cloned document. (Fix #14164)
+ * Fix a regression: customized extension in Style Configurator is now
+ saved correctly. (Fix #14437)
+ * Add an ability (disableLineCopyCutDelete.xml) to disable line
+ copy/cut/delete when no selection is made and also add back Shift-DEL &
+ Ctrl-INS shortcuts. (Fix #14470, ref, ref))
+ * Add an ability (noColumnToMultiSelect.xml) to disable column mode to
+ multi-select mode. (Fix #14464, ref)
+ * Fix deleting in column mode also delete an unexpected EOL. (Fix
+ #14426)
+ * Fix hidden results of long lines for Search results with "Find in..."
+ commands. (Fix #12023)
+ * Enhance Search-results by showing search options for "Find in..."
+ commands. (Fix #14306)
+ * Fix an issue: replacements are no longer duplicated (the 2nd time in
+ cloned document) for "Replace in Opened Docs". (Fix #14505)
+ * Fix a regression to make F3 & Shift-F3 work again in Incremental
+ Search. (Fix #14503)
+ * Add document tab navigation commands: "First tab" & "Last tab". (Fix
+ #14416)
+ * Add document tab commands: "Move to Start" & "Move to End" commands.
+ (Fix #9525, #13982)
+ * 3 RTL new abilities: RTL per document, RTL per document remembered
+ across the sessions & new attribute editZoneRTL="no" in RTL
+ localization files. (Fix #9665, #9950, #14385)
+ * Enhance the "-loadingTime" command line parameter. (Fix #14472)
+ * Enhance the performance: disable undo collection while loading a
+ file. (Fix #14455)
+ * Sort language list in the Preferences dialog. (Fix #14245)
+ * Fix a visual glitch that occurred during multi-paste. (Fix #14410)
+ * Fix confusing memory allocation error message. (Fix #14418)
+ * Fix python wrong decorator attribute color. (Fix #5894)
+ * Fix file status in "other view" is not detected. (Fix #14225)
+ * Fix dropped file being opened in the wrong view. (Fix #14354)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 16 Jan 2024 14:11:40 -0500
+
notepadpp (8.6-1+stackrpms) obs; urgency=medium
* Multi-edit is fully supported in Notepad++. (Fix #14266, #8203)
bgstack15