summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-03-20 15:42:51 -0400
committerB. Stack <bgstack15@gmail.com>2024-03-20 15:42:51 -0400
commit816310bf6245ec2c13e37b21c6c969ce9a3be98b (patch)
tree278004677c8564877d670a16522568cb2c1d416e
parentscite 5.4.3 rc1 (diff)
downloadstackrpms-816310bf6245ec2c13e37b21c6c969ce9a3be98b.tar.gz
stackrpms-816310bf6245ec2c13e37b21c6c969ce9a3be98b.tar.bz2
stackrpms-816310bf6245ec2c13e37b21c6c969ce9a3be98b.zip
notepadpp 8.6.4
-rw-r--r--notepadpp/debian/changelog27
1 files changed, 27 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 26d2261..75bfcf9 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,30 @@
+notepadpp (8.6.4-1+stackrpms) obs; urgency=medium
+
+ * Fix regression that the view cannot be activated by mouse clicking.
+ (Fix regression)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 20 Mar 2024 15:39:34 -0400
+
+notepadpp (8.6.3-1+stackrpms) UNRELEASED; urgency=medium
+
+ * Restore multi-editing option & add "Column To Multi-editing" option
+ on GUI. (Fix #14645)
+ * Make "copy/cut line while no selection" optional. (Fix #14638)
+ * Fix all open files lost after restarting as Admin to save a file.
+ (Fix #14694)
+ * Fix "Replace All" crash & performance issue. (Fix #14630)
+ * Fix calltip crash due to the division by zero. (Fix #14664)
+ * Enhance Function List for Python to support "async def" & colons in
+ argument list. (Fix #13908)
+ * Fix Copy/Cut/Paste issue in Vertical Edge text field in preferences
+ dialog. (Fix #13874)
+ * Fix macro recording twice for some commands. (Fix #5217, #14634)
+ * Fix "Open File" command not working with TAB preceded. (Fix #14543)
+ * Add auto-completion keywords for PHP, JavaScript and CSS. (Fix
+ #14635, #14705)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 20 Mar 2024 15:38:39 -0400
+
notepadpp (8.6.2-1+stackrpms) obs; urgency=medium
* Fix Shift-DEL, Ctrl-INS and Shift-INS not working regression. (Fix
bgstack15