summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-03-28 09:41:19 -0400
committerB. Stack <bgstack15@gmail.com>2023-03-28 09:41:19 -0400
commit7567c10387507002a8fd0f939b998fadc0d9874e (patch)
tree55e7f58225588952d1df0d99abcb152296a45de5 /notepadpp
parentMerge branch 'waterfox-bump' (diff)
downloadstackrpms-7567c10387507002a8fd0f939b998fadc0d9874e.tar.gz
stackrpms-7567c10387507002a8fd0f939b998fadc0d9874e.tar.bz2
stackrpms-7567c10387507002a8fd0f939b998fadc0d9874e.zip
notepadpp 8.5.1
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/debian/changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index df6986a..8f0ab52 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,24 @@
+notepadpp (8.5.1-1+stackrpms) obs; urgency=medium
+
+ * Use new modern shell "Edit with Notepad++" of Windows 11 instead of
+ hijacking "Pin to Quick access".(Fix #13320, implement #13330)
+ * Update scintilla to 5.3.4 and lexilla to 5.2.4. (Implement #13338)
+ * Add MS Transact-SQL support. (Fix #5940, #7988, #11718, #12610,
+ #13160)
+ * Add GDScript language support with autocomplete & functionlist. (Fix
+ #13329)
+ * Fix UDL empty button regression after changing localization. (Fix
+ #13228)
+ * Add ability to copy "Find what" to "Replace with" and vice versa in
+ Find Replace dialog. (Fix #12122)
+ * Fix DocSwitcher RTL problem, and use edit field instead of a small
+ popup value dialog. (Fix #13244, #13248)
+ * GUI visual enhancement: Fix whole dialog items blink when a item
+ value changed. (Fix #13230)
+ * Make tray icon context menu translatable. (Fix #11628)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 28 Mar 2023 09:33:35 -0400
+
notepadpp (8.5-1+stackrpms) obs; urgency=medium
* Fix notepad replacement opening file name containing white space
bgstack15