]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
you must be kidding me... I can't read any more :|
[nano-editor.git] / news.php
index 2663e3502c516daff2724b4301e1178f54d25521..6dac93c1aa97073bad917981d52a60a7c15a43a7 100644 (file)
--- a/news.php
+++ b/news.php
@@ -1,8 +1,5 @@
 <?php $title="News";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
 <td>
 <td>
 <br><br>
 
+2021 October 6 - <b>GNU nano 5.9</b> "El manicomio ha decidido: ma&ntilde;ana sol!"
+<br>
+<table><tr><td><ul>
+<li>The extension of a filename is added to the name of a corresponding<br>
+    temporary file, so that spell checking a C file, for example, will check<br>
+    only the comments and strings (when using 'aspell').</li>
+<li>The process number is added to the name of an emergency save file,<br>
+    so that when multiple nanos die they will not fight over a filename.</li>
+<li>Undoing a cutting operation will restore an anchor that was located<br>
+    in the cut area to its original line.</li>
+<li>When using <tt>--locking</tt>, saving a new buffer will create a lock file.</li>
+<li>Syntax highlighting for YAML files has been added.</li>
+</ul></td></tr></table>
+<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 the<br>
-    cursor at the end of the corresponding buffer.</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>
@@ -821,8 +833,4 @@ Bye!  And thanks for all the grass!
 </tr>
 </table>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>