]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
remove some unneeded enveloping tables
[nano-editor.git] / news.php
index 4750ed3aa98341ce7229e319aaea6836cd6dd325..21a8786a95728300d599699b8f3157a3e75f0ae5 100644 (file)
--- a/news.php
+++ b/news.php
@@ -1,10 +1,5 @@
-<?php include "top.php"; ?>
+<?php $title="News";  include "top.php"; ?>
 
-<title>GNU nano: News</title>
-
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
-<tr VALIGN=TOP>
-<td>
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
 <td>
 <td>
 <br><br>
 
+2021 June 15 - <b>GNU nano 5.8</b> "Why is it necessary to be special?"
+<br>
+<table><tr><td><ul>
+<li>After a search, the spotlighting is dropped after 1.5 seconds (0.8<br>
+    seconds with <tt>--quick</tt>) to avoid the idea that the text is selected.</li>
+<li>A <tt>+</tt> and a space before a filename on the command line will put<br>
+    the cursor at the end of the corresponding buffer.</li>
+<li>Linter messages no longer include filename and line/column numbers.</li>
+<li>Color name "grey" or "gray" can be used instead of "lightblack".</li>
+<li>The color of the minibar can be chosen with 'set minicolor'.</li>
+</ul></td></tr></table>
+<br><br>
+
 2021 April 29 - <b>GNU nano 5.7</b> "To&#x21B;i ceilal&#x21B;i arau c&acirc;mpurile"
 <br>
 <table><tr><td><ul>
 <br>
 <table><tr><td><ul>
 <li>The ability to read from and write to a FIFO has been regained.</li>
+<li>Opening a file no longer triggers an inotify CLOSE_WRITE event.</li>
 <li>Startup time is reduced by fully parsing a syntax only when needed.</li>
 <li>Asking for help (<tt>^G</tt>) when using <tt>--operatingdir</tt> does not crash.</li>
 <li>The reading of a huge or slow file can be stopped with <tt>^C</tt>.</li>
@@ -809,8 +818,4 @@ Bye!  And thanks for all the grass!
 </tr>
 </table>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>