summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/README.md2
-rw-r--r--notepadpp/debian/changelog609
-rw-r--r--notepadpp/debian/control2
-rwxr-xr-xnotepadpp/deploy-to-obs.sh3
4 files changed, 595 insertions, 21 deletions
diff --git a/notepadpp/README.md b/notepadpp/README.md
index 32fc233..b1e1ff8 100644
--- a/notepadpp/README.md
+++ b/notepadpp/README.md
@@ -12,7 +12,7 @@ Package `notepadqq` does not accomplish the same effect I wanted.
## Reverse dependency matrix
Distro | notepadpp version
---------- | ----------------
-Devuan | 8.2
+Devuan | 8.4.7
## Additional info
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 0373dd4..92809d0 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,39 +1,610 @@
+notepadpp (8.6.5-1+stackrpms) obs; urgency=medium
+
+ * Fix "Replace All" action not notifying plugins of modification
+ regression by adding NPPN_GLOBALMODIFIED. (Fix #14767, see
+ NPPN_GLOBALMODIFIED how to)
+ * Fix plugins not receiving some Scintilla notification types
+ regression. (Fix issue)
+ * Fix Shortcut Mapper pontential crash problem. (Implement #14880)
+ * Fix period backup pontential crash due to the dead lock. (Fix #14906)
+ * Fix NUL characters file corruption after power outrages. (Fix #6133,
+ implement #14860)
+ * Remedy losing session problem after the power outrages. (Fix #14781,
+ implement #14858)
+ * Fix URLs are not detected after a "Replace All" regression. (Fix
+ #14864)
+ * Notify user while saving failure due to hardware problem. (Implement
+ #14842)
+ * Update to scintilla 5.4.3 (from 5.4.1) & Lexilla 5.3.1. (Implement
+ #14834)
+ * Support template literal (template strings) in JavaScript & make
+ `back-quoted strings` more readable. (Fix #3822)
+ * Add support for Change History in the text, besides in the margin.
+ Also, make Change History color configurable. (Fix #12321, #13915,
+ Implement #14838)
+ * Fix NPPM_RELOADFILE API return wrong result issue. (Fix issue)
+ * Enhance Shortcut Mapper filter to find the command items more easily.
+ (Fix #14743)
+ * Prevent typing control characters into document & make it optional.
+ (Fix #13279)
+ * Fix possible no-GUI state when using systray. (Fix #14777)
+ * Make context menu popup location at current text position when
+ invoked via keyboard. (Fix #14727)
+ * Fix Notepad++ blocked when closed minimized or from systray. (Fix
+ #14718)
+ * Fix Mouse Wheel Scrolling in Shortcut Mapper & reduce also the memory
+ use. (Fix #14895)
+ * Fix Python wrong decorator attribute colors & add "ATTRIBUTE" color
+ in styles.xml.model. (Fix #5894)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 02 Apr 2024 15:15:06 -0400
+
+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
+ #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)
+ * Make multi-select background & caret colours customizable. (Fix
+ #14302)
+ * Make session inaccessible files remembered (empty & read-only
+ document as placeholder). (Fix #12079, #12744, #13696)
+ * Fix missing session invalid error for user session & enhance API
+ NPPM_GETNBSESSIONFILES. (Fix #14228)
+ * Fix network shared files saving regression. (Fix #14300)
+ * Update Scintilla to v5.3.8 & Lexilla to v5.2.8. (Fix #13442, #14188,
+ #14288)
+ * Fix docking panel crash due to messing up config.xml. (Fix bug report
+ * Fix invalid styler.xml making Notepad++ crash issue. (Fix #12101)
+ * Fix tab-closing crash by middle mouse button (unexpected mouse
+ position). (Fix #14328)
+ * Fix 2 performance issues in Style Configurator. (Fix #14321)
+ * Add 3 line operation (delete, copy & cut) shortcuts. (Fix #14296)
+ * Display extra info in the status bar of Find/Replace dialog to avoid
+ PEBKAC. (Fix #14307)
+ * Fix "Hide lines" command hiding unselected lines issue. (Fix #14166)
+ * Fix silent installer mode when Notepad++ is running issue. (Fix
+ #10189, #10277, #22514, #14236, fix partially #8514)
+ * Fix Updater's vulnerability (update cURL in WinGUp for fixing
+ CVE-2023-38545). (Fix WinGUp issue #50)
+ * Fix incoherent behaviour of "Duplicate Current Line" menu command.
+ (Fix #5298)
+ * Fix JSON5 not using JSON keywords. (Fix #14205)
+ * Fix empty message showing while cancelling session file saving
+ dialog. (Fix #14235)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 04 Dec 2023 17:00:45 -0500
+
+notepadpp (8.5.8-1+stackrpms) obs; urgency=medium
+
+ * Fix "Clear Read-Only Flag" command not working immediately
+ regression. (Fix #14138)
+ * Fix saving files losing Alternate Data Stream issue. (Fix #1498,
+ #8451, #8013)
+ * Fix data loss issue due to no room on disk for saving. (Fix #5664,
+ #14089)
+ * Add Win10/Win11 Restart-application feature. (Fix #9722, #11721,
+ #11934)
+ * Fix user created session being modified behaviour on exit. (Implement
+ part 1, part 2, part 3)
+ * Improve document list display performance. (Fix #13479, #12632)
+ * Update Scintilla to v5.3.7 & Lexilla to v5.2.7. (Fix #13991, #14062)
+ * fix unwanted Afrikaans installer language issue. (Fix #3844, #7574)
+ * Fix a crash issue while reading settings from cloud. (Fix #14131)
+ * Fix security issue CVE-2022-31901. (Fix #13520)
+ * Enhance non-saved search text's persistence in Find dialog combobox
+ while pressing arrow key. (Fix #14174)
+ * Make auto-checking of Find InSelection configurable (resizable & can
+ be disabled). (Fix #14108, #13677, #12639)
+ * Perl enhancement: Update Stylers & the keywords for Perl v5.38. (Fix
+ #14192)
+ * Fix "Single Line Uncomment" uncommenting an extra line issue. (Fix
+ #12829)
+ * Fix "Next Bookmark" command not resetting current column issue. (Fix
+ #14137)
+ * Allow menu command Window->Windows to be assigned a shortcut. (Fix
+ #14179)
+ * Fix wrong categories in Shortcuts Mapper. (Fix #13285)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 06 Nov 2023 13:31:47 -0500
+
+notepadpp (8.5.7-1+stackrpms) obs; urgency=medium
+
+ * Fix 4 security issues CVE-2023-40031, CVE-2023-40036, CVE-2023-40164
+ & CVE-2023-40166. (Fix #14073)
+ * Security enhancement: Sign uninstall.exe. (Fix #14099)
+ * Change the slogan in installer. (Fix #14052)
+ * Fix eventual memory leak while reading Utf8-16 files. (Fix #4120,
+ #5806, #4443)
+ * Fix dragging tab performance issue while Document List is displayed.
+ (Fix #13479, #12632)
+ * Add suppress 2GB file warning option for x64. (Fix #14055)
+ * Fix cloned document disassociated issue after Notepad++ being
+ relaunched. (Fix #10266)
+ * Fix session file saving problem if it's read-only. (Fix #14024,
+ #13894, #13859)
+ * Fix activating wrong file(s) issue after loading session file. (Fix
+ #14006)
+ * Fix product version value displayed in file's properties. (Fix
+ #14010, #11886, #11431)
+
+ -- B. Stack <bgstack15@gmail.com> Sun, 08 Oct 2023 16:41:41 -0400
+
+notepadpp (8.5.6-1+stackrpms) UNRELEASED; urgency=medium
+
+ * Fix plugin crash regression due to CET enhancement. (Fix regression
+ due to CET)
+ * Add new API: indicator allocation for plugins. (Fix #5744)
+ * Fix hide lines merging to avoid merging across a visible line. (Fix
+ #12844)
+ * Fix "Clear Change History" issue: cloned document markers are not
+ cleared. (Fix #13877)
+
+ -- B. Stack <bgstack15@gmail.com> Sun, 08 Oct 2023 16:40:47 -0400
+
+notepadpp (8.5.5-1+stackrpms) UNRELEASED; urgency=medium
+
+ * Update to Scintilla 5.3.6 and Lexilla 5.2.6 (Implement #13940, fix
+ #4741, #13901, #13943, #13911)
+ * Add change history navigation commands: Go to next/prev change &
+ Clear change history. (Fix #12248)
+ * Fix Change History incorrect display after "Reload from Disk"
+ command. (Fix #12319, #12261, #13735)
+ * Remember through sessions the directory of "Remember last used
+ directory". (Fix #11326, #10901, #4961, #4119)
+ * Fix regression of double clicking on find result not going to the
+ document. (Fix #13636)
+ * Fix regression of opening file rejection if file name contains dot at
+ the end. (Fix #12849)
+ * Fix error message of opening file with '=' as end of file name. (Fix
+ #13344)
+ * Fix menu Tools contains 2 SHA-256 item while using localization. (Fix
+ #13797)
+ * Fix SHA-1 hash result wrong length bug while "Treat each line as a
+ separate string" enabled. (Fix #13812)
+ * Add SHA-512 hash features (Fix #13805)
+ * Fix normal.xml for Normal text auto-completion not working issue.
+ (Fix #12325)
+ * Fix Korean IME append file extension issue in save dialog. (Fix
+ #11582, #12225, #12366)
+ * Make find/replace in files result more accurate while used RegExpr is
+ invalid. (Fix #13164)
+ * Fix Project panel's inaccurate initialized path in save dialog. (Fix
+ #13086)
+ * Fix wrong syntax highlighting of URLs with quotes in JSON. (Fix
+ #13522)
+ * Fix Clipboard History panel shows corrupted data issue. (Fix #13817,
+ #13844)
+ * Improve lines sorting memory consumption. (Fix #10435)
+ * Enhance "Add new document at startup": add new document only when the
+ session is remembered. (Fix #13796)
+ * Enhance "Convert case to Proper Case" command: fix the error
+ conversion after quote.
+
+ -- B. Stack <bgstack15@gmail.com> Sun, 08 Oct 2023 16:40:09 -0400
+
+notepadpp (8.5.4-1+stackrpms) UNRELEASED; urgency=medium
+
+ * Fix macro recording regression on Unicode character. (Fix #13757)
+ * Fix regression of defective detection for file read-only attribute
+ removal via Explorer. (Fix #13742)
+ * Fix opening multi-files on multi-instance mode regression. (Fix #36,
+ #13778)
+ * Update: Scintilla 5.3.5 Lexilla 5.2.5. (Implement #13729)
+ * Fix Notepad++ hanging issue running macro to EOF. (Fix #13342)
+ * Fix EOL symbol color/appearence being reset issue while changing
+ encoding. (Fix #13728)
+ * Enable code folding in Assembly source files. (Fix #13758, #9888)
+ * Fix document language not remembered through sessions issue. (Fix
+ #13743)
+ * Add SHA-1 hash features. (Fix #13791)
+ * Add "open new blank document in addition on startup" ability. (Fix
+ #11134, #9535, #5527)
+ * Fix lexer plugin is sorted unconventionally in language menu issue
+ (Fix #9516)
+ * Add message NPPM_DARKMODESUBCLASSANDTHEME to allow plugin to use
+ generic dark mode. (Fix #13574)
+ * Add the ability to close multiple files without saving in Document
+ list. (Fix #13768, #13178)
+ * Several GUI Enhancements. (Fix #13764, #10349, #8109, #13703, #13701,
+ #13686, #13665, #13657, #13676, #13667, #13624, #13622)
+ * Fix error message on uninstallation. (Implement #13653)
+ * Fix tabContextMenu_example.xml not being deleted while
+ uninstallation. (Fix #13670)
+
+ -- B. Stack <bgstack15@gmail.com> Sun, 08 Oct 2023 16:39:41 -0400
+
+notepadpp (8.5.3-1+stackrpms) obs; urgency=medium
+
+ * Fix session file data loss issue. (Fix #13514)
+ * Fix Explorer context menu "Edit with Notepad++" needs restarting os
+ to appear issue under Win 8/10. (Fix #13)
+ * Fix Explorer context menu "Edit with Notepad++" not installed for
+ multiple users issue. (Fix #13476)
+ * Fix Explorer context menu "Edit with Notepad++" double entries in
+ some applications (Winzip). (Fix #13499)
+ * Make Explorer context menu "Edit with Notepad++" translatable. (Fix
+ #17)
+ * Add the UTF8 character ability for Run & Macro menu. (Fix #12670,
+ #13221, #13488)
+ * Add hide/show ability of Control Characters (C0 & C1) and Unicode
+ EOL. (Fix #8111)
+ * Fix Change history margin in black color issue. (Fix #12764, #13593)
+ * Improve "Remove consecutive duplicate lines" command performance.
+ (Fix #5538, #12548)
+ * Project Workspace "Save a Copy As" confusion issue. (Fix #13135)
+ * Make "Remove consecutive duplicate lines" support more line break.
+ (Fix #13474)
+ * Fix UDL deletion issue. (Fix #8101)
+ * Fix RTL not working on FindInFiles progress window. (Fix #13458)
+ * Fix search results output alignment for large file searches. (Fix
+ #13481)
+ * Several GUI Enhancements. (Fix #13615, #13601, #12812, #13579,
+ #13577, #13575, #13597, #13524, #13540, #13544, #13315)
+
+ -- B. Stack <bgstack15@gmail.com> Fri, 26 May 2023 11:28:03 -0400
+
+notepadpp (8.5.2-1+stackrpms) obs; urgency=medium
+
+ * Enhance "Edit with Notepad++" context menu and fix several issues.
+ (Fix #13399, #13410, #13425, #13438, #13440, #13446, #13457)
+ * Make Find/Replace dialog swap/copy button usage more explicit. (Fix
+ #13368, #13021)
+ * Fix unexpected caret column jump post brace match. (Fix #13433)
+ * Add hits in-progress increased number to Search Progress dialog. (Fix
+ #13364)
+ * Add HTML Hexadecimal column and more items to ASCII panel. (Fix
+ #13347)
+ * Add ability to do leading spaces with Column Editor. (Fix #11148,
+ #13309)
+ * Add programming language support for Hollywood. (Implement #13417)
+ * Fix dock panels visual glitch while finding in search results. (Fix
+ #13402, #13459)
+ * Fix Mark dialog's Copy Marked Text button is not macro-able issue.
+ (Fix #13405)
+ * Dark mode enhancement: make focused combobox more visible. (Fix
+ #13420)
+ * Fix find dialog flicker issue. (Fix #9536, #13381)
+ * Enhance Notepad++ icon's display in system tray. (Fix #8971)
+ * Fix some options in Mark dialog not remembered though the session
+ issue. (Fix #13277)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 10 Apr 2023 10:00:06 -0400
+
+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
+ regression. (Fix #13032)
+ * Fix regression about visual glitch of Find in Files progress window &
+ Document Switcher.(Fix #13185, #13053)
+ * Update to Scintilla 5.3.3 and Lexilla 5.2.2. (Implement #13082)
+ * Add new explorer context menu entry "Edit with Notepad++" for WINDOWS
+ 11. (Fix #10320, #10565, #4368, #8786, #10640, #10856, #10653, #7747,
+ #6169, #92)
+ * Add show non-printable characters command. (Fix #827, #4731, #8284)
+ * Apply tab colors to document list items, and add groups to document
+ list. (Fix #12155, #12689, #13026)
+ * Add middle mouse click ability to close doc in Document List. (Fix
+ #12949)
+ * Add Begin/End Select in Column Mode command. (Fix #12833, #12832)
+ * Add option to make auto-completion list brief. (Fix #12783)
+ * Remove duplicate items in function/word list of Auto-completion. (Fix
+ #13061)
+ * Fix missing items in word autocomplete. (Fix #13060)
+ * Fix autocomplete to sort case insensitive issue. (Fix #12495)
+ * Change behaviour: make Select and Find (Next/Previous) always in
+ normal search mode. (Fix #3229)
+ * Change behaviour: make volatile Find uses least-strict option
+ settings. (Fix #13145)
+ * Change behaviour: Don't populate in Find what if a stream selection
+ more than 1024 characters. (Fix #12603)
+ * Fix wrong value set in Preferences->Performance->"Define Large File
+ Size".(Fix #13280)
+ * Fix untitled document number jumping or repeated problem. (Fix #8677,
+ #11704, #13194)
+ * Fix dock-able panels not restoring for mono instances when Notepad++
+ is in the tray. (Fix #9454)
+ * Fix panels not restored from systemtray with "Edit with Notepad++" in
+ admin mode. (Fix #13041)
+ * Fix hit text in search results not being scrolled in the view issue.
+ (Fix #13129)
+ * Add new notification NPPN_EXTERNALLEXERBUFFER for lexer plugin with
+ buffer ID when a new lexer is applied to the buffer in question. (Fix
+ #12351)
+ * Fix Synch H/V Scrolling commands not sync with 2 views. (Fix #5250,
+ #13071)
+ * Add several GUI enhancement. (Fix #11695, #13176, #13187, #13162)
+ * Make several GUI items translatable. (Fix #13175, #8020, #8858,
+ #13088, #8927, #10876, #9343, #8004)
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 08 Mar 2023 11:04:30 -0500
+
+notepadpp (8.4.9-1+stackrpms) obs; urgency=medium
+
+ * Fix saving 4GB+ files file size cutting off issue. (Fix #12526)
+ * Fix v8.4.8 hanging while opening some Pascal files. (Fix #12822)
+ * Add JSON5 support, only JSONC currently (with js comment supported).
+ (Fix #11676, #11713)
+ * Add configuration for panels to ignore '-nosession'. (Fix #9710)
+ * Fix Notepad Replacement display 'Cannot open file " "' regression in
+ v8.4.8. (Fix #12775)
+ * Fix Notpad++ hangs while deleting search results results. (Fix #12555)
+ * Fix XML tag-matching not be case-sensitive. (Fix #10011)
+ * Add support selection for "EOL to Space" commands, "TAB and Space
+ conversion" commands & trim operations.(Fix #12720, #12745, #12702,
+ #12602, #12658)
+ * Improve Pascal/Delphi function list performance. (Fix #12693, #12687,
+ #12808)
+ * Fix exclude functions in comment zones in C++, PHP, JavaScript and
+ Pascal. (Fix #12759)
+ * Use stable sort algorithm instead of standard sort one. (Fix #12678)
+ * Fix doc switcher not using alternate icon sets. (Fix #12242)
+ * Enhance dark mode. (Fix #12713, #12737)
+ * Fix hand cursor on URL too small display under high DPI issue. (Fix
+ #12772)
+ * Fix docking GUI regression for plugin in light mode. (Fix #12007)
+ * Fix cannot undo "Block Uncomment" & "Insert Date/Time" commands in
+ one shot. (Fix #12830, #12831)
+ * Fix sub-menu folder display mess in non-western languages under
+ Macro/Run menu. (Fix #12670)
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 08 Feb 2023 10:36:04 -0500
+
+notepadpp (8.4.8-1+devuan) obs; urgency=medium
+
+ * Update to Scintilla 5.3.2 and Lexilla 5.2.1. (implement #12624)
+ * Dark mode: Add "Follow Windows dark/light mode" feature, and toolbar,
+ tabbar and theme choices are remembered for 2 modes separately. (Fix
+ #9183, #9992, #10153, #10239, #10544, #11867, #10644)
+ * Fix inconsistencies at OS-forced Notepad++ v8.4.8 exit. (Fix #12541)
+ * Make tab context menu customizable. (Fix #12170)
+ * Make Macro & Run menu organizable with submenu by modifying
+ shortcuts.xml. (Fix #5349, implement #12617)
+ * Fix crash on Win32 Namespace prefixed file name. (Fix #12453)
+ * Fix delimiter selection crash issue. (Fix #12384)
+ * Improve performance for the "Remove Empty Lines" command. (Fix
+ #12462, implement #12544)
+ * Fix theme not working in cloud mode and portable mode issue. (Fix
+ #6092, #10801, #12296)
+ * Fix autocomplete/calltip colors not applied when changing themes.
+ (Fix #12514)
+ * Add dark autocompletion icons for dark themes. (Fix #12549)
+ * Fix search result not applying new theme. (Fix #12588)
+ * Fix sorting failure in zero-length column mode selection. (Fix #12299)
+ * Fix Default Language not working for the 1st empty file with empty
+ session. (Fix #12586)
+ * Enhance "Go to settings" in Style Configurator. (Implement #12650,
+ #12634)
+ * Fix themes' inconsistent behaviour. (Fix #12642, #12508)
+ * Fix incorrect plugin architecture reports partially. (Fix partially
+ #12565)
+ * Enhance Properties file: add/improve the syntax folding/highlighting.
+ (Implementation)
+ * Add vertical scroll bar on all combobox in Find Replace dialog. (Fix
+ #12459)
+ * Function List: Add Pascal/Delphi & NppExec plugin's scripting,
+ enhance SQL. (Fix #3664, #12517, implemnt #12625)
+ * Autocompletion: add PowerShell, fix some entries in PHP, update for
+ Lua. (Fix #12492, implement #12641, #12657)
+ * Update CPP & PowerShell keywords. (Fix #11936, #5004)
+ * Fix the tab context menu reload command's state not synchronized.
+ (Fix #12579)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 02 Jan 2023 09:38:30 -0500
+
+notepadpp (8.4.7-1+devuan) obs; urgency=medium
+
+ * Fix empty session issue due to forced Windows update restart. (Fix
+ #9850, #12389, #5737, #4148, #2730... and much more)
+ * Fix printing with extra background colors issue due to Change
+ History. (Fix #12281)
+ * Update to scintilla 5.3.1 and lexilla 5.2.0. (Implement #12327)
+ * Updated nlohmann json to 3.11.2 and boost to 1.80.0. (Implement
+ #12271, #12273)
+ * Make large file restriction configurable. (Fix #11389, #12260, #11670)
+ * Optimize open/save large files time. ( Commit)
+ * Remember Column Editor settings through the sessions. (Implement
+ #12386)
+ * Fix plugin admin search issue. (Fix #12375)
+ * Installer enhancement: prevent arm64 installer from installing on non
+ ARM64 system. (Fix #12320)
+ * Installer enhancement: remember "Don't use_%APPDATA%" option. (Fix
+ #12202)
+ * Add new API NPPM_GETBOOKMARKID for getting bookmark ID. (Fix Commit)
+ * Enhance "Go To" dialog: update line/position data dynamically. (Fix
+ #12284)
+ * Fix lines hiding issue. (Fix #12184, #8149)
+ * Fix language detected from content not applied if default language is
+ set. (Fix #11504)
+ * Fix long filters get truncated in Find in Files feature. (Fix #12041)
+ * Add ESC Key for aborting "Move to Recycle Bin" confirmation prompt.
+ (Fix #12117)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 22 Nov 2022 10:19:16 -0500
+
+notepadpp (8.4.6-1+devuan) UNRELEASED; urgency=medium
+
+ * Add Change History markers for document saved/unsaved/undone
+ modification. (Fix #12164, #12046)
+ * Add setting tab color ability. (Fix #2271)
+ * Update to Scintilla 5.3.0 and Lexilla 5.1.9 (Implement #12045)
+ * Fix "Never" button not showing on Updater dialog regression.
+ (Implement 9c86a33)
+ * Fix a printing selection regression. (Fix #11826, #12033, #11638)
+ * Revamp tab context menu: make it less cluttered by adding sub-menu.
+ (Fix #12147)
+ * Fix a security vulnerability. (Fix #12113)
+ * Add dark mode support to Choose Color dialog. (Fix #12148)
+ * Add a page (tab) for incompatible (unloaded) plugins in Plugin Admin.
+ (Fix #12069)
+ * Add Plugin list repository link and its version in PluginAdmin dialog.
+ * Fix horizontal bar showing issue while resizing document list's
+ height. (Fix #12191)
+ * Fix NPPN_DARKMODECHANGED wrong return value to plugins. (Fix #12144).
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 22 Nov 2022 10:19:08 -0500
+
+notepadpp (8.4.5-1+devuan) UNRELEASED; urgency=medium
+
+ * Add reduce mode in Find/Replace dialog. (Implement #11780)
+ * Update to Scintilla 5.2.4 and Lexilla 5.1.8. (Implement #12022)
+ * Enhance very long line's performance. (Fix #11942)
+ * Fix crash on Wine. (Fix #11941)
+ * Fix Notepad++ crash due to calling NPPM_GETLANGUAGENAME with -1
+ (WPARAM). (Fix #12009)
+ * Improve performance for "Find in Files" and ""Find all in...". (Fix
+ #11878)
+ * Add option to turn off selecting text when Field dialog is invoked.
+ (Implement #11988)
+ * Fix drag n drop documents crash between 2 instances. (Fix #11976)
+ * Fix erasing part of content make hanging issue. (Fix #10193)
+ * Add an option for hiding the + v x from the menu bar. (Implement
+ #11945)
+ * Add cycling function hints ability by ALT-UP/DOWN shortcuts.
+ (Implement #11950)
+ * Add carret block after option. (Implement #11944)
+ * Fix detected language not being applied if Default languge is set in
+ Document settings. (Fix #11504)
+ * Fix dark mode visual glichy in explorer panel under Windows 8.1. (Fix
+ #11898)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 22 Nov 2022 10:19:00 -0500
+
notepadpp (8.4.4-1+devuan) obs; urgency=medium
* Crash/regression-fixes & new enhancement:
- * Fix Find in Files crash & syntax highlighting regression. (Fix
+ * Fix Find in Files crash & syntax highlighting regression. (Fix
#11910, #11883 & #11920)
- * Add shortcuts toward the settings of preferences dialog into Styler
+ * Add shortcuts toward the settings of preferences dialog into Styler
Configurator. (Implement #11890)
-- B. Stack <bgstack15@gmail.com> Wed, 03 Aug 2022 14:18:46 -0400
notepadpp (8.4.3-1+devuan) obs; urgency=medium
- * Add an option which allows to show only 1 entry per found line in
+ * Add an option which allows to show only 1 entry per found line in
search result. (Fix #2481, #1499, #5547, #2987, #4525, #3224)
- * Make EOL (CRLF) display customizable (via Editing section of
+ * Make EOL (CRLF) display customizable (via Editing section of
Preferences dialog). (Fix #11413)
- * Add 2 more shortcuts "plus" (new file) and "arrow" (drop down list of
+ * Add 2 more shortcuts "plus" (new file) and "arrow" (drop down list of
opened files) buttons on menu bar. (Fix #11229)
- * Update Lexilla to 5.1.7 & Scintilla to 5.2.3 and use new API for
+ * Update Lexilla to 5.1.7 & Scintilla to 5.2.3 and use new API for
large files. (Implement #11734)
- * Fix Find in files performance regression since updating Scintilla 5.
+ * Fix Find in files performance regression since updating Scintilla 5.
(Fix #11814)
- * Add dark mode support for plugins - support dark mode for plugins
+ * Add dark mode support for plugins - support dark mode for plugins
with docking GUI. (Fix #11710, implement #11767)
* Fix a crash issue due to opening an empty .NFO file. (Fix #11820)
- * Fix language fonts regression in Style Configurator (make font
+ * Fix language fonts regression in Style Configurator (make font
definition possible again). (Fix #11786)
- * Add NPPM_CREATELEXER message for plugins to instantiate lexers. (Fix
+ * Add NPPM_CREATELEXER message for plugins to instantiate lexers. (Fix
#11789)
* Enhance dark mode (edge colors). (Fix #11207, #11376)
* Fix "CMD Here" command open Explorer issue. (Fix #11818)
- * Fix crash issue of "Style Configurator…" command if "stylers.xml"
+ * Fix crash issue of "Style Configurator…" command if "stylers.xml"
is absent. (Fix #11812)
- * Fix Selected text changes color issue when editor window loses focus.
+ * Fix Selected text changes color issue when editor window loses focus.
(Fix #11743)
- * Skip save all warning dialog if only current editing file is dirty.
+ * Skip save all warning dialog if only current editing file is dirty.
(Fix #10995)
* Fix a small regression in DebugInfo dialog. (Fix #11752)
@@ -41,19 +612,19 @@ notepadpp (8.4.3-1+devuan) obs; urgency=medium
notepadpp (8.4.2-1+devuan) obs; urgency=medium
- * Fix crash on "Copy Binary Content" command without selection on edit
+ * Fix crash on "Copy Binary Content" command without selection on edit
zone. (Fix #11639, #11671)
- * Fix crashes by re-invoking with command line argument "-udl". (Fix
+ * Fix crashes by re-invoking with command line argument "-udl". (Fix
#11633)
* Make toolbar icons customizable. (Fix #9913)
- * Make fold/unfold current level commands toggleable. (Fix #11529,
+ * Make fold/unfold current level commands toggleable. (Fix #11529,
#9196)
- * Add command line argument for plugin, a related notification and an
+ * Add command line argument for plugin, a related notification and an
API. (Fix #11576)
- * Fix horizontal scrolling with scroll wheel on Logitech MX issue. (Fix
+ * Fix horizontal scrolling with scroll wheel on Logitech MX issue. (Fix
#10490)
* Enhance dark mode. (Fix #11642, #11693, #11683, #11530, #10159)
- * Add encoding context menu via right/double click on status bar. (Fix
+ * Add encoding context menu via right/double click on status bar. (Fix
#9998, #400, #756)
* Add gui4cli keywords and fix its style IDs in stylers.model.xml.
* Display installed plugin versions in Debug Info dialog. (Fix #11284)
diff --git a/notepadpp/debian/control b/notepadpp/debian/control
index 01b2734..6fe286f 100644
--- a/notepadpp/debian/control
+++ b/notepadpp/debian/control
@@ -1,7 +1,7 @@
Source: notepadpp
Section: editors
Priority: optional
-Maintainer: B Stack <bgstack15@gmail.com>
+Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.1.4
Homepage: https://notepad-plus-plus.org/
diff --git a/notepadpp/deploy-to-obs.sh b/notepadpp/deploy-to-obs.sh
index 5c9863f..25a2879 100755
--- a/notepadpp/deploy-to-obs.sh
+++ b/notepadpp/deploy-to-obs.sh
@@ -18,6 +18,9 @@ tf="$( find . -maxdepth 1 -name 'notepadpp*orig*z' -printf '%T@ %f\n' | sort -n
tar -zxf "${tf}"
cd "$( tar -zvtf "${tf}" | awk '/^d/{print $NF}' | head -n1 )"
cp -pr "${gitdir}/debian" .
+pwd
+ls -altr
+ls -altrd ../*notepadpp*
debuild -us -uc # depends on dpkg-dev=1.19.7 and not 1.20.5 which is still broken in Ceres as of 2020-11-04
test $? -eq 0 || { "debuild failed. Cannot continue. Aborted." ; exit 1 ; }
cd "${devdir}"
bgstack15