]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
note the release of 4.8
[nano-editor.git] / news.php
index 984a8ba27d13af55c6dd0b3e362c954ddbd10761..ccbc5810e29b61d17d26d9c21234d00e8d105ff3 100644 (file)
--- a/news.php
+++ b/news.php
 <td>
 <br><br>
 
+2020 February 7 - <b>GNU nano 4.8</b> "Ja&scaron;ka"
+<br>
+<table><tr><td><ul>
+<li>When something is pasted into nano, auto-indentation is suppressed,<br>
+  and the paste can be undone as a whole with a single <tt>M-U</tt>.</li>
+<li>When a lock file is encountered during startup, pressing <tt>^C</tt>/Cancel<br>
+  quits nano.  (Pressing 'No' just skips the file and continues.)</li>
+<li>Shift+Meta+letter key combos can be bound with 'bind Sh-M-letter'.<br>
+  Making any such binding dismisses the default behavior of ignoring<br>
+  Shift for all Meta+letter keystrokes.</li>
+<li>The configuration option <tt>--with-slang</tt> (to be avoided when possible)<br>
+  can now be used only together with <tt>--enable-tiny</tt>.</li>
+<li>A custom nanorc file can be specified on the command line, with<br>
+  <tt>-f filename</tt> or <tt>--rcfile=filename</tt>.</li>
+</ul></td></tr></table>
+<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>