]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
note the release of 4.2
[nano-editor.git] / news.php
index 5014b8b8b25404516bb1661ad7bd1e43d48fc6fb..42deb93978303bf14446279b64fd1fb40a5cc42e 100644 (file)
--- a/news.php
+++ b/news.php
 <td>
 <br><br>
 
+2019 April 24 - GNU nano 4.2 "Tax the rich, pay the teachers"
+<br><br>
+<table><tr><td><ul>
+<li>The integrated spell checker does not crash when 'spell' is missing.</li>
+<li>Option --breaklonglines works also when --ignorercfiles is used.</li>
+<li>Automatic hard-wrapping is more persistent in pushing words to the<br>
+  same overflow line.</li>
+</ul></td></tr></table>
+<br><br><br>
+
+2019 April 15 - GNU nano 4.1 "Qu&eacute; corchos ser&aacute; eso?"
+<br><br>
+<table><tr><td><ul>
+<li>By default, a newline character is again automatically added at the</li>
+  end of a buffer, to produce valid POSIX text files by default, but<br>
+  also to get back the easy adding of text at the bottom.<br>
+<li>The now unneeded option --finalnewline (-f) has been removed.</li>
+<li>Syntax files are read in alphabetical order when globbing, so that<br>
+  the precedence of syntaxes becomes predictable.</li>
+<li>In the C syntax, preprocessor directives are highlighted differently.</li>
+<li>M-S now toggles soft wrapping, and M-N toggles line numbers.</li>
+<li>The jumpy-scrolling toggle has been removed.</li>
+<li>The legacy keystrokes ^W^Y and ^W^V are recognized again.</li>
+<li>Executing an external command is disallowed when in view mode.</li>
+<li>Problems with resizing during external or speller commands were fixed.</li>
+</ul></td></tr></table>
+<br><br><br>
+
 2019 March 24 - GNU nano 4.0 "Thy Rope of Sands"
 <br><br>
 <table><tr><td><ul>
@@ -32,7 +60,7 @@
 <li>Option --guidestripe=&lt;number&gt; draws a vertical bar at the given column.</li>
 <li>Option --fill=&lt;number&gt; no longer turns on automatic hard-wrapping.</li>
 <li>When a line continues offscreen, it now ends with a highlighted "&gt;".</li>
-<li>The halfs of a split two-column character are shown as "[" and "]".</li>
+<li>The halves of a split two-column character are shown as "[" and "]".</li>
 <li>A line now scrolls horizontally one column earlier.</li>
 <li>The bindable functions 'cutwordleft' and 'cutwordright' were renamed<br>
   to 'chopwordleft' and 'chopwordright' as they don't use the cutbuffer.</li>