]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
encode literal angle brackets for HTML
[nano-editor.git] / news.php
index 4f3c00364e7cdfa087b1da6826d27a3e19741b95..bd11e1beb6ce5d8945b2c0fdabb0b5c9e70f72bb 100644 (file)
--- a/news.php
+++ b/news.php
 <br>
 <pre>
 
 <br>
 <pre>
 
+2018 January 2
+
+GNU nano 2.9.2 "Pussy Riot" correctly displays the Modified
+state when undoing/redoing (also when the file was saved
+somewhere midway), improves the undoing of an automatic
+linefeed at EOF, fixes a build issue on the BSDs, shows
+the cursor again when compiled with --withslang, renames
+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
+&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
+the last line of the region when it is not visibly marked
+(which makes for a more intuitive behavior).
+
+
+
 2017 November 27
 
 GNU nano 2.9.1 "Damyatta" fixes a bug where, when the mark
 2017 November 27
 
 GNU nano 2.9.1 "Damyatta" fixes a bug where, when the mark
@@ -122,7 +142,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,
 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
 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
@@ -176,7 +196,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
 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.