From 9f9514129e1392d0adf401cac46d626947ac8075 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 24 Sep 2024 19:57:49 -0400 Subject: npp --- notepadpp/debian/changelog | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'notepadpp/debian/changelog') diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index ed236ac..167058e 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,52 @@ +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 Wed, 18 Sep 2024 11:46:13 -0400 + notepadpp (8.6.9-1+stackrpms) obs; urgency=medium * Upstream updates -- cgit