]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
import screenshots from checkout
[nano-editor.git] / news.php
index 984a8ba27d13af55c6dd0b3e362c954ddbd10761..996b6d2327324bf9af1e1e3d1416347864bb7d3d 100644 (file)
--- a/news.php
+++ b/news.php
 <td>
 <br><br>
 
+2019 December 23 - <b>GNU nano 4.7</b> "Havikskruid"
+<br>
+<table><tr><td><ul>
+<li>A &lt;Tab&gt; will indent a marked region only when mark and cursor are<br>
+  on different lines.</li>
+<li>Two indentations (any mix of tabs and spaces) are considered the<br>
+  same when they look the same (that is: indent to the same level).</li>
+<li>When using <tt>--breaklonglines</tt> or <tt>^J</tt>, a line will never be broken in<br>
+  its leading whitespace or quoting.</li>
+<li>The keywords in nanorc files must be in lowercase.</li>
+</ul></td></tr></table>
+<br><br>
+
 2019 November 29 - <b>GNU nano 4.6</b> "And don't you eat that yellow snow"
 <br>
 <table><tr><td><ul>
 <li>The 'formatter' command has returned, bound by default to <tt>M-F</tt>.<br>
   It allows running a syntax-specific command on the contents of<br>
   the buffer.</li>
-<li>^T will try to run 'hunspell' before 'spell', because it checks<br>
+<li><tt>^T</tt> will try to run 'hunspell' before 'spell', because it checks<br>
   spellling for the locale's language and understands UTF-8.</li>
 <li>Multiple errors or warnings on startup will no longer slow nano<br>
   down but will be indicated on the status bar with trailing dots.</li>