]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
note the release of 2.9.4
[nano-editor.git] / news.php
index 5609d1e0a85f609459924e7f27d2f59eb5af2212..b4ab6328033e26b8499d3fc71fd672b70008254f 100644 (file)
--- a/news.php
+++ b/news.php
 <br>
 <pre>
 
+2018 March 8
+
+GNU nano 2.9.4 "Isabel" allows binding a key to a string
+(any piece of text and/or commands), permits customizing
+the color of error messages with 'set errorcolor', colors
+those error messages by default in bright white on red,
+makes <Enter> at the bottom of the screen scroll just one
+row when --smooth is used, does not fail when redoing a
+file insertion, and cancels a Shift-selection when any
+cursor key is pressed without Shift even when the cursor
+cannot move.  Further, it treats tabs fully the same as
+spaces when doing automatic hard-wrapping, allows syntax
+names to be unquoted, and removes two deprecated options
+and six deprecated bindable function names.
+
+
+
+2018 January 29
+
+GNU nano 2.9.3 "C&oacute;rdoba" fixes a segfault with trimblanks
+that could occur when a typed space caused the word after
+it to be pushed to the next line.  It further makes macros
+work also when your keyboard still emits escape sequences,
+adds the options -M and --trimblanks for the command line,
+recognizes key combos with Shift on a few more terminals,
+no longer shows dots in certain prompt texts when visible
+whitespace is turned on, fixes two corner cases when doing
+replacements in a marked region, allows to open a named
+pipe again when using --noread, and accurately detects
+a needed color change when a line contains a start match
+but not a corresponding end match any more.  Plus some
+other small fry.
+
+
+
 2018 January 2
 
 GNU nano 2.9.2 "Pussy Riot" correctly displays the Modified
@@ -27,7 +62,7 @@ the option 'justifytrim' to 'trimblanks' because it will
 now snip trailing whitespace also while you are typing
 (and hard-wrapping is enabled), continues pushing words
 to the next line much longer (when hard-wrapping), makes
-<Tab> and <Shift+Tab> indent and unindent a marked region,
+&lt;Tab&gt; and &lt;Shift+Tab&gt; indent and unindent a marked region,
 allows unindenting when not all lines are indented, lets a
 region marked with Shift persist when indenting/unindenting
 or commenting/uncommenting it, and in those cases excludes
@@ -142,7 +177,7 @@ translation updates for fifteen languages.
 GNU nano 2.8.1 "Ellert" fixes build failures on MacOS and
 on musl, fixes scrolling problems in softwrap mode when
 double-width characters on row boundaries are involved,
-shows double-width characters as ">" and "<" when split
+shows double-width characters as "&gt;" and "&lt;" when split
 across two rows, moves the cursor more predictably (at
 the cost of sometimes putting it on the second "half"
 of a character), avoids creating lines that consist of
@@ -196,7 +231,7 @@ sets the preferred x position for vertical movements
 more consistently, avoids some scrolling problems in
 softwrap mode, installs the Info manual also when your
 system lacks 'makeinfo', and corrects the behavior of
-the beginning-of-word anchor (\<) in regex searches.
+the beginning-of-word anchor (\&lt;) in regex searches.