summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-02-19 20:41:04 -0500
committerB. Stack <bgstack15@gmail.com>2022-02-19 20:41:29 -0500
commitbd8f0a18d586f29b703869cd8f9ff4a8f11b0cb1 (patch)
treefac916a4416c9bb6493a50a82a219a7e05af6d9c /notepadpp
parentMerge branch 'scite-bump' into 'master' (diff)
downloadstackrpms-bd8f0a18d586f29b703869cd8f9ff4a8f11b0cb1.tar.gz
stackrpms-bd8f0a18d586f29b703869cd8f9ff4a8f11b0cb1.tar.bz2
stackrpms-bd8f0a18d586f29b703869cd8f9ff4a8f11b0cb1.zip
add notepadpp 8.3
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/debian/changelog30
1 files changed, 30 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 66322ff..024aa86 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,33 @@
+notepadpp (8.3-1+devuan) obs; urgency=medium
+
+ - New features and bug-fixes:
+ * Remove 2GB file open restriction for x64 binary.
+ * Improve large files (200MB) loading speed and editing/browsing
+ performance.
+ * Fix Find in Files crash issue.
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 10 Feb 2022 19:34:50 -0500
+
+notepadpp (8.2.1-1+devuan) UNRELEASED; urgency=low
+
+ * Fix regression of loaded session being empty on exit. (Fix #10986)
+ * Add Find/Replace text swap button in Find replace dialog. (Fix #6010)
+ * Add an option for inserting auto-completion selection to fix hitting
+ twice ENTER to go to next line. (Fix #4799, #4631, #8389, #10915)
+ * Fix installer x64 not detected the previous installation location.
+ (Fix #7946)
+ * Add copy name/path commands to DocList and Edit menu. (Fix #10394)
+ * Fix Recent Files List not revised issue after "Save As" command. (Fix
+ #10946)
+ * Fix Windows 11 detected wrongly issue in "Debug information". (Fix
+ #11011)
+ * Fix "Save As" command cannot be used as "Save" issue. (Fix #10965)
+ * Fix visual glitch regression of fg/bg color disabling. (Fix #11051)
+ * Fix wrong keywords (of preprocessor in C) highlighting in Java. (Fix
+ #11026)
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 10 Feb 2022 19:33:43 -0500
+
notepadpp (8.2-1+devuan) obs; urgency=medium
- New features and bug-fixes:
bgstack15