summaryrefslogtreecommitdiff
path: root/notepadpp
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-11-08 11:09:05 -0500
committerB. Stack <bgstack15@gmail.com>2021-11-08 11:09:05 -0500
commit04e0443f02ddcf47a45eb8968233a50c469d1617 (patch)
tree81045d74b98d3fa3578e84c0e13211dade59ba5d /notepadpp
parentMerge branch 'notepadpp-bump' into 'master' (diff)
downloadstackrpms-04e0443f02ddcf47a45eb8968233a50c469d1617.tar.gz
stackrpms-04e0443f02ddcf47a45eb8968233a50c469d1617.tar.bz2
stackrpms-04e0443f02ddcf47a45eb8968233a50c469d1617.zip
notepadpp 8.1.9
Diffstat (limited to 'notepadpp')
-rw-r--r--notepadpp/debian/changelog44
1 files changed, 27 insertions, 17 deletions
diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog
index 8989fcb..0c969e3 100644
--- a/notepadpp/debian/changelog
+++ b/notepadpp/debian/changelog
@@ -1,33 +1,43 @@
+notepadpp (8.1.9-1+devuan) obs; urgency=medium
+
+ - Bug-fixes:
+ * Fix empty file with non-Unicode encoding cannot be saved issue. (Fix
+ #10699)
+ * Fix language list in Style Configurator not being reloaded issue.
+ (Fix #9512)
+
+ -- B. Stack <bgstack15@gmail.com> Mon, 08 Nov 2021 11:05:45 -0500
+
notepadpp (8.1.8-1+devuan) obs; urgency=medium
- Bug-fixes and improvement, version 8.1.8:
- * Fix config files (XML) saving performance regression. (Fix #10678,
+ * Fix config files (XML) saving performance regression. (Fix #10678,
#10674)
* Workaround Microsoft dark mode API bug of Windows 11. (Fix #10510)
- Bug-fixes and improvement, version 8.1.7:
* Fix empty file not being saved regression. (Fix #10667)
- * Fix white flash in dark mode on CMD launch with position parameters.
+ * Fix white flash in dark mode on CMD launch with position parameters.
(Fix #10657)
- * Enhance dark themes for some programming languages (JSON, Python &
+ * Enhance dark themes for some programming languages (JSON, Python &
Makefile). (Fix #10648)
- * Fix "Run macro until the end of file" command skipping the last line
+ * Fix "Run macro until the end of file" command skipping the last line
issue. (Fix #10441)
* Fix tooltip layout and position in RTL mode. (Fix #10646)
* Fix docking problem for dockable panel in RTL mode. (Fix #10641)
- Bug-fixes and improvement, version 8.1.6:
- * Fix NUL file-corruption issue after system shutting down brutally.
+ * Fix NUL file-corruption issue after system shutting down brutally.
(Fix #6133)
- * Fix session lost issue after MS update restarting Windows. (Fix
+ * Fix session lost issue after MS update restarting Windows. (Fix
#10402)
* Make Markdown UDL work in every dark theme. (Fix #10593)
- * Fix file can be marked as saved even it's been deleted outside. (Fix
+ * Fix file can be marked as saved even it's been deleted outside. (Fix
#10401)
* Fix status bar text display glitchy in dark mode. (Fix #10564)
* Fix white flash on Notepad++ startup in dark mode issue. (Fix #10601)
* Fix docked window sizing direction problem in RTL mode. (Fix #10536)
* Fix floating panel movement issue in RTL mode. (Fix #10579)
* Fix Print GUI bug in Preferences dialog. (Fix #10552)
-
+
-- B. Stack <bgstack15@gmail.com> Thu, 21 Oct 2021 13:31:39 -0400
notepadpp (8.1.5-1+devuan) obs; urgency=medium
@@ -35,27 +45,27 @@ notepadpp (8.1.5-1+devuan) obs; urgency=medium
- Bug-fixes and improvement:
* Make Insert date time customizable. (Fix #10467)
* Make date time order reversible for short & long format. (Fix #10445)
- * Add Insert Date/Time commands shortcut & macro capacities. (Fix
+ * Add Insert Date/Time commands shortcut & macro capacities. (Fix
#10567)
- * Fix regression: no error message when locked file could not be saved
+ * Fix regression: no error message when locked file could not be saved
- Show file locked warning now. (Fix #9994)
- * Make "Confirm Save All" dialog more clear: use "Always Yes" button
+ * Make "Confirm Save All" dialog more clear: use "Always Yes" button
instead of "Cancel". (Fix #10339)
- * Improve JSON, PHP, PYTHON, CSS, BANNC and VHDL syntax highlighting in
+ * Improve JSON, PHP, PYTHON, CSS, BANNC and VHDL syntax highlighting in
dark mode. (Fix #10502, #10425, commit)
* Fix inconsistency of Document List context menu. (Fix #10463)
- * Enable/disable ext column via Document list context menu directly.
+ * Enable/disable ext column via Document list context menu directly.
(Fix #10468)
* Add path column in Document list panel. (Fix #9679)
* Allow custom color for Document Map. (Fix #10052)
* Fix docked/float panels in RTL layout issue. (Fix #10488)
- * Fix CSS pseudo-elements not recognized issue. Update CSS keywords and
+ * Fix CSS pseudo-elements not recognized issue. Update CSS keywords and
add new styles. (Fix #10425)
- * Fix issue that current directory not been applied after changing
+ * Fix issue that current directory not been applied after changing
current directory option in preferences. (Fix #10396)
- * Sort Default language combobox of "New Document" section in
+ * Sort Default language combobox of "New Document" section in
Preferences. (Fix #10513)
-
+
-- B. Stack <bgstack15@gmail.com> Thu, 30 Sep 2021 07:51:57 -0400
notepadpp (8.1.4-1+devuan) obs; urgency=medium
bgstack15