summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/README.md3
-rw-r--r--notepadpp/debian/changelog102
2 files changed, 104 insertions, 1 deletions
diff --git a/notepadpp/README.md b/notepadpp/README.md
index b1e1ff8..fb6b95d 100644
--- a/notepadpp/README.md
+++ b/notepadpp/README.md
@@ -12,9 +12,10 @@ Package `notepadqq` does not accomplish the same effect I wanted.
## Reverse dependency matrix
Distro | notepadpp version
---------- | ----------------
-Devuan | 8.4.7
+Devuan | 8.6.9
## Additional info
+To run `osc` on Devuan as of 2024-07, you have to install `python3-zombie-imp`.
## Differences from upstream
None
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 56ec59e..167058e 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,3 +1,105 @@
+notepadpp (8.7-1+stackrpms) obs; urgency=medium
+
+ * Upstream updates
+ * Update to scintilla 5.5.2 & Lexilla 5.4.0. (Implement #15564)
+ * Fix monitoring large files with frequent writes freezing the UI
+ issue. (Fix #9661, #15611)
+ * Fix regression of multiple selections in comboboxes of Find dialog.
+ (Fix #15583)
+ * Fix a single undo reverting many changes issue. (Fix #9426)
+ * Improve Styler Configurator performance considerably. (Fix #12436,
+ implement #15565)
+ * Fix CVE-2014-9456 (but CVE-2014-9456 is not a "Security
+ Vulnerability"). (Fix #12669)
+ * Make find dialog status messages color customizable via Style
+ Configurator. (Fix #5087)
+ * Make individual tab color customizable via Style Configurator. (Fix
+ #12156)
+ * Add new plugin command NPPM_GETNATIVELANGFILENAME & notification
+ NPPN_NATIVELANGCHANGED for native language being changed. (Fix #15513)
+ * Fix Folder as Workspace sorting problem for network storage (Samba,
+ WebDAV, WSL, etc.). (Fix #10557, #15397)
+ * Fix closing unsaved clone document causing periodic backup loss
+ issue. (Fix #8227)
+ * Fix Style Config's "User-defined keywords" not being saved properly
+ after emptying it. (Fix #15543, #14303)
+ * Add user-defined keyword ability for some supported programming
+ languages (ActionScript, ASP, Bash, C, C++, C#, GDScript, Go, HTML,
+ Java, JS, JSP, Lua, PHP, Python, RC, Swift, TypeScript, & XML). (Fix
+ #15520)
+ * Add Fluent Icons for enhancing FunctionList, Folder as Workspace &
+ project panels' icons in lite mode. (Implement #15541, #15532)
+ * Fix Python smart indent issue when a string or comment line ends with
+ a colon. (Fix #15528, #15534)
+ * Add file type filters for UDL in Save dialogs. (Fix #8083, #11096)
+ * Add TOML language (TOML format) support. (Fix #5631)
+ * Add function list for TeX/LaTeX. (Implement #15595)
+ * Recognize Cython files as Python. (Fix 3069#, #3767)
+ * Fix edit zone not getting focus while clicking the active tab. (Fix
+ #8446)
+ * Add the ability to open the copy automatically after the "Save a
+ Copy" command. (Fix #11861)
+ * Fix inability to paste after removing read-only via menu. (Fix issue)
+ * Add one more option for auto-indent so C-Like language indent can be
+ disabled. (Fix #15396)
+ * Fix Style Configurator regression: "URL hovered"'s "Go to Settings"
+ not working. (Fix #15493)
+
+ -- B. Stack <bgstack15@gmail.com> Wed, 18 Sep 2024 11:46:13 -0400
+
+notepadpp (8.6.9-1+stackrpms) obs; urgency=medium
+
+ * Upstream updates
+ * Make installation and updates easy & quiet by adding "Yes (Silent)"
+ button. (Fix #8514)
+ * Add new options '/closeRunningNpp' & '/runNppAfterSilentInstall' in
+ the installer. (Implement #15230, implement #15280)
+ * Fix crash of "Next Search Result" command on the empty search result.
+ (Fix #15247)
+ * Fix the regression where the Find dialog size is not remembered
+ across sessions. (Fix #15294)
+ * Fix the regression of content lost by using Encoding "Convert to..."
+ commands. (Fix #15324, #15271, #3054, possibly #9426)
+ * Fix the regression of exception/crash on Windows Server Core 2022.
+ (Fix #15313)
+ * Prevent DirectWrite from being enabled under Windows Sever. (commit)
+ * Enhance the quality of Fluent toolbar icon sets for different DPI
+ settings. (Fix #15253)
+ * Improve the look & feel of tabbar close button in dark mode. (Fix
+ #15321, implement #15326)
+ * Improve the dark mode tab bar icon in the search results panel.
+ (Implement #15286)
+ * Add ability to pre-populate the predefined color sets for custom
+ tones. (Fix #15055)
+ * Add "Show All Character" popup menu on toolbar button. (Fix #14832)
+ * Fix the rectangular selection copy-paste bug. (Fix #15139, #15151)
+ * Allow opening shortcut files (*.lnk) directly if the file extension
+ is changed. (Fix #9643, #11089, #10139)
+ * Fix the lost panels issue. (Fix #13084)
+ * Add Backspace unindent option. (Fix #15180)
+ * Fix CSS more indentation bug. (Fix #14962)
+ * Include F13-F24 keys in Shortcut Mapper. (Fix #11975)
+ * Fix the problem where the last empty clean untitled tab cannot be
+ closed after renaming. (Fix #15306)
+ * Add plugin a command (NPPM_SETUNTITLEDNAME) to rename untitled tab.
+ (Fix #8916)
+ * Display a message box with information about disabled backward regex
+ searching. (Fix #15239)
+ * Fix the display glitch for unsaved tabs containing tab characters.
+ (Fix #15202)
+ * Fix status bar and tab bar flicker during the GUI updated (fixed only
+ for dark mode). (Fix #15260)
+ * Fix the issue with "Begin/End Select" command after deletion. (Fix
+ #15221)
+ * Resolve the integer overflow problem in the Column Editor. (Fix
+ #15167)
+ * Adjust the position of hits text in the File Progress dialog. (Fix
+ #13426, #15244)
+ * Fix the deployment of other software blocked due to NppShell. (Fix
+ #62)
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 16 Jul 2024 09:52:52 -0400
+
notepadpp (8.6.8-1+stackrpms) obs; urgency=medium
* Upstream updates
bgstack15