From df81f659b402dac6187ef18579125f7fc6fcbdf4 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 10 Sep 2021 21:06:18 -0400 Subject: notepadpp 8.1.4 Updates this package to dpkg-dev 1.20.1 standard where conffiles entries must be absolute paths. Also fixed some lintian warnings. --- notepadpp/debian/app64/session.xml | 6 ++ notepadpp/debian/changelog | 119 +++++++++++++++------ notepadpp/debian/notepadpp-bin32.conffiles | 8 +- notepadpp/debian/notepadpp-bin32.lintian-overrides | 4 + notepadpp/debian/notepadpp-bin64.conffiles | 8 +- notepadpp/debian/notepadpp-bin64.lintian-overrides | 4 + .../debian/notepadpp-common.lintian-overrides | 1 + 7 files changed, 110 insertions(+), 40 deletions(-) create mode 100644 notepadpp/debian/app64/session.xml (limited to 'notepadpp') diff --git a/notepadpp/debian/app64/session.xml b/notepadpp/debian/app64/session.xml new file mode 100644 index 0000000..80c8575 --- /dev/null +++ b/notepadpp/debian/app64/session.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index ca9f1f7..261e693 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,17 +1,72 @@ +notepadpp (8.1.4-1+devuan) obs; urgency=medium + + - Bug-fixes and improvement: + * Fix regression of find/replace and file open performance issue. (Fix + #10398, #10296, #10260) + * Make dark mode compatible with Windows 11. (Fix #10299) + * Make current existing plugins' toolbar icons display in both light + and dark mode. (Fix #9959, #10388, #9809) + * Support TypeScript language (syntax highlighting, auto-completion & + function list). (Implement #10353) + * Fix security flaw issue in uninstaller. (Fix #10191, #6165) + * Add Insert Date Time commands for both short & long format. + (Implement #497, #2821, #8184, #8302) + * Fix file dialog append extension issue with RTL languages. (Fix + #10397) + * Fix Find-in-Files "Follow current doc" not working issue when Default + Directory is set. (Fix #8045) + * Enhance dialogs visual look & feel. (Fix #10384) + * Fix LICENSE text display problem in installer. (Fix #10370) + + -- B. Stack Fri, 10 Sep 2021 20:32:03 -0400 + +notepadpp (8.1.3-1+devuan) obs; urgency=medium + + - Bug-fixes and improvement: + * Dark mode enhancement: 95.427% dialogs are dark-modable. (Implement + #10061, #10287, #10285, #10283, #10275, #10273, #10269, #10049, #10196, + #10066, #10264, #10242, #10255, #10253, #10210, #10251, #10249, #10247, + #10245, #10236, #10233, #10178, #10069, #10205, #10027, #10221, #10230, + #10226) + * Improve GUI display under high DPI. + * Add Markdown UDL of dark mode in release packages. (Fix #10196) + * Fix crash issue when several instances of the save dialogs are shown. + (Fix #10290) + * Fix save dialog not working on Windows Vista. (Fix #10238) + * Add the capacity to switch among Find/Replace/FiF/Mark via their + shortcuts. (Implement #10019) + * Make Document List Panel togglable via View menu and shortcutable in + shortcut mapper. (Implement #3526, #9015) + * Fix Function list current empty lost issue while + Sort/Unsort/Save/Reload. (Fix #8819, #10280, #10294) + * Fix Functions list scrolling to the top on file save issue. (Fix + #9659) + * Fix wrong path in tooltip of tab in RTL mode. (Fix #8520) + * Fix the file drag and drop bug in RTL mode. (Fix #8730) + * Add filter capacity in Shortcut mapper by shortcut key combination + (Implement #5616, #9316) + * Add copy file names capacity from Windows dialog. (Implement #10123) + * Fix shortcut conflict detection error in Shortcut mapper while + filtering. (Fix #5374) + * Increase macro, user command and plugin command number capacity. (Fix + #10263) + + -- B. Stack Mon, 23 Aug 2021 10:35:48 -0400 + notepadpp (8.1.2-1+devuan) obs; urgency=medium - Bug-fixes and improvement: * Make dark mode restartless. (Fix #10121) * Activate dark mode in Windows 11. (Fix #10136) - * Make Notepad++ dark mode colors customizable: add 6 more color tone + * Make Notepad++ dark mode colors customizable: add 6 more color tone choices. (Implement #10128) - * Add customizing dynamically dark mode colors capacity (Implement + * Add customizing dynamically dark mode colors capacity (Implement #10145) - * Add command line flag -udl="UDL name" to open a file by applying an + * Add command line flag -udl="UDL name" to open a file by applying an existent UDL via its name. (Implement #10102) * Use always current file directory in File Rename dialog. (Fix #10095) * Fix "Remember last used directory" unexpected behaviour. (Fix #10115) - * Fix corrupted encoding text on status bar if shortcut assigned to + * Fix corrupted encoding text on status bar if shortcut assigned to encode command. (Fix #10146) * Add a Save all confirm dialog. (Fix #2124, #9931) * Improve JavaScript auto-completion. (Fix #9858) @@ -35,62 +90,62 @@ notepadpp (8.0-1+devuan) obs; urgency=medium * Add Dark Mode. (Implement #9183 & #7692) * ARM64 build is available. (Implement #5158) - * One button to build them all - build Notepad++ with Scintilla static + * One button to build them all - build Notepad++ with Scintilla static lib and Boost RegExpr headers. (Implement #9594) * Add new Fluent UI icons for toolbar. (Implement #9742) - * Add new feature "Distraction Free Mode" (Menu "View->Distraction Free + * Add new feature "Distraction Free Mode" (Menu "View->Distraction Free Mode"). - * Add new API NPPM_ADDTOOLBARICON_FORDARKMODE for dark mode (Implement + * Add new API NPPM_ADDTOOLBARICON_FORDARKMODE for dark mode (Implement #9928). - * Add 1 click action (SHIFT-click) on close button to close all tabs in + * Add 1 click action (SHIFT-click) on close button to close all tabs in dockable panel (Implement #8922. - * Add ability of changing select text foreground color (optional). (Fix + * Add ability of changing select text foreground color (optional). (Fix #3397 & #1314) * Allow Replace to stop after replacement (optional). (Implement #4437) * Fix append extension feature not working in save dialog. (Fix #9939) * Add ability to reverse line order. (Implement #9837) * Add ability to style only current instance of text. (Fix #9263) * Fix duplicated entries in Auto-Completion pop-up window. (Fix #9711) - * Fix Python Function List not showing functions in some circumstance. + * Fix Python Function List not showing functions in some circumstance. (Fix #9844) - * Enhance Folder as Workspace performance while adding/removing files + * Enhance Folder as Workspace performance while adding/removing files in bulk. (Fix #9203) * Add Ada, Fortran, Fortran77 & Haskell in function lists. (Fix #9698) - * Improve performance of "Open all" command in Search results. (Fix + * Improve performance of "Open all" command in Search results. (Fix #9819) - * Add "Copy Pathnames" command to Search results context menu. (Fix + * Add "Copy Pathnames" command to Search results context menu. (Fix #9821) * Catch regex search exceptions and show exception message. (Fix #9565) * Add MarkAll Preference settings for case and word. (Fix #9751 & #5148) - * Fix regression: Handle "Default Directory" setting correctly in + * Fix regression: Handle "Default Directory" setting correctly in Open/Save File Dialog. (Fix #9767) - * Fix a special character in UTF16 file crash issue (regression). (Fix + * Fix a special character in UTF16 file crash issue (regression). (Fix #9797) * Add "Append extension" checkbox to Save As dialog. (Implement #9515) - * Fix Copy command in Search result is available as there's no + * Fix Copy command in Search result is available as there's no selection. (Fix #9757) * Add padding ability in the edit zone. (Fix #2323) * Make new tab name translatable. (Fix #2837) * Improve character case handling in RegEx. (Fix #9636) - * Fix dragged out UDL file is not applied to UDL in the new instance. + * Fix dragged out UDL file is not applied to UDL in the new instance. (Fix #3451) - * Add command line parameter for adding specified string to app title + * Add command line parameter for adding specified string to app title bar. (Implement #9539) * Fix Auto-Completion ignoring case issue. (Fix #3997, #4833 & #4998) - * Fix "Match Whole Word" option being enabled in RegEx Search. (Fix + * Fix "Match Whole Word" option being enabled in RegEx Search. (Fix #9766) - * Fix sort with column key selection that appears after tab characters. + * Fix sort with column key selection that appears after tab characters. (Fix #9682) * Fix "Reload Workspace" menu command not working issue. (Fix #9350) - * Fix view file in Edge browser failure issue if name contains spaces. + * Fix view file in Edge browser failure issue if name contains spaces. (Fix #9313) * Add ability to avoid accumulating multiple search results. (Fix #8777) - * Fix UTF-16 decoding/encoding for code points above U+FFFF. (Fix + * Fix UTF-16 decoding/encoding for code points above U+FFFF. (Fix #9597, #3747 & #5754) - * Fix "Save As" command removing original path from recent files + * Fix "Save As" command removing original path from recent files history issue. (Fix #9673) * Fix function List button tool tips mixed up issue. (Fix #9804) - * Remove Microsoft Bing from Notepad++ for Search on Internet command, + * Remove Microsoft Bing from Notepad++ for Search on Internet command, due to its poor reliability. (Ref) -- B. Stack Mon, 07 Jun 2021 14:25:58 -0400 @@ -98,11 +153,11 @@ notepadpp (8.0-1+devuan) obs; urgency=medium notepadpp (7.9.5-1+devuan) obs; urgency=medium - Enhancements and bug-fixes: - * Fix Notepad++ not starting up due to SaveAsAdmin plugin (for - installer package). (Fix + * Fix Notepad++ not starting up due to SaveAsAdmin plugin (for + installer package). (Fix [#9514](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/95 14)) - * Fix UNC path with quotes handling in folder & file Open/Save + * Fix UNC path with quotes handling in folder & file Open/Save dialog. (Fix #9582) * Fix file doesn't save as extension type on Windows 7. (Fix #9657) @@ -112,16 +167,16 @@ notepadpp (7.9.4-1+devuan) UNRELEASED; urgency=medium - Enhancements and bug-fixes: * Upgrade Scintilla from v4.2.0 to v4.4.6. (Implement #9550) - * Fix DPI scaling broken while dragging Notepad++ into the 2nd + * Fix DPI scaling broken while dragging Notepad++ into the 2nd monitor regression. (Fix #9513, #9579) * Add "Find in Projects" feature. (Implement #8125) - * Fix project workspace changes lost on save cancel issue. (Fix + * Fix project workspace changes lost on save cancel issue. (Fix #9605) - * Fix folder picker not being launched issue because provided + * Fix folder picker not being launched issue because provided directory is invalid. (Fix #9569) - * Fix network path (UNC path) not working in file dialog. (Fix + * Fix network path (UNC path) not working in file dialog. (Fix #9527) - * Fix shortcut name more than 64 characters makes a menu entry + * Fix shortcut name more than 64 characters makes a menu entry empty name issue. (Fix #9556) * Fix extension appending issue in file dialog. (Fix #9510) * Fix file not turning to modified state (with Session Manager plugin) bug after its content being changed. (Fix #9475) diff --git a/notepadpp/debian/notepadpp-bin32.conffiles b/notepadpp/debian/notepadpp-bin32.conffiles index 91060d0..e6dae7b 100644 --- a/notepadpp/debian/notepadpp-bin32.conffiles +++ b/notepadpp/debian/notepadpp-bin32.conffiles @@ -1,4 +1,4 @@ -debian/app32/config.xml usr/share/notepadpp32/ -debian/app32/session.xml usr/share/notepadpp32/ -debian/app32/shortcuts.xml usr/share/notepadpp32/ -debian/app32/stylers.xml usr/share/notepadpp32/ +/usr/share/notepadpp32/config.xml +/usr/share/notepadpp32/session.xml +/usr/share/notepadpp32/shortcuts.xml +/usr/share/notepadpp32/stylers.xml diff --git a/notepadpp/debian/notepadpp-bin32.lintian-overrides b/notepadpp/debian/notepadpp-bin32.lintian-overrides index 18a8ab3..38a7b72 100644 --- a/notepadpp/debian/notepadpp-bin32.lintian-overrides +++ b/notepadpp/debian/notepadpp-bin32.lintian-overrides @@ -4,3 +4,7 @@ debian-changelog-line-too-long non-standard-dir-perm non-standard-file-perm portable-executable-missing-security-features +file-in-usr-marked-as-conffile usr/share/notepadpp32/config.xml +file-in-usr-marked-as-conffile usr/share/notepadpp32/session.xml +file-in-usr-marked-as-conffile usr/share/notepadpp32/shortcuts.xml +file-in-usr-marked-as-conffile usr/share/notepadpp32/stylers.xml diff --git a/notepadpp/debian/notepadpp-bin64.conffiles b/notepadpp/debian/notepadpp-bin64.conffiles index 463ef92..1048935 100644 --- a/notepadpp/debian/notepadpp-bin64.conffiles +++ b/notepadpp/debian/notepadpp-bin64.conffiles @@ -1,4 +1,4 @@ -debian/app64/config.xml usr/share/notepadpp64/ -debian/app64/session.xml usr/share/notepadpp64/ -debian/app64/shortcuts.xml usr/share/notepadpp64/ -debian/app64/stylers.xml usr/share/notepadpp64/ +/usr/share/notepadpp64/config.xml +/usr/share/notepadpp64/session.xml +/usr/share/notepadpp64/shortcuts.xml +/usr/share/notepadpp64/stylers.xml diff --git a/notepadpp/debian/notepadpp-bin64.lintian-overrides b/notepadpp/debian/notepadpp-bin64.lintian-overrides index 18a8ab3..e0a411d 100644 --- a/notepadpp/debian/notepadpp-bin64.lintian-overrides +++ b/notepadpp/debian/notepadpp-bin64.lintian-overrides @@ -4,3 +4,7 @@ debian-changelog-line-too-long non-standard-dir-perm non-standard-file-perm portable-executable-missing-security-features +file-in-usr-marked-as-conffile usr/share/notepadpp64/config.xml +file-in-usr-marked-as-conffile usr/share/notepadpp64/session.xml +file-in-usr-marked-as-conffile usr/share/notepadpp64/shortcuts.xml +file-in-usr-marked-as-conffile usr/share/notepadpp64/stylers.xml diff --git a/notepadpp/debian/notepadpp-common.lintian-overrides b/notepadpp/debian/notepadpp-common.lintian-overrides index 19a7126..2466ebc 100644 --- a/notepadpp/debian/notepadpp-common.lintian-overrides +++ b/notepadpp/debian/notepadpp-common.lintian-overrides @@ -3,3 +3,4 @@ copyright-has-url-from-dh_make-boilerplate debian-changelog-line-too-long non-standard-dir-perm non-standard-file-perm +desktop-command-not-in-package usr/share/applications/notepadpp.desktop usr/bin/notepadpp -- cgit