]> git.wh0rd.org - nano-editor.git/blob - news.php
tweaks and rearrangement of items
[nano-editor.git] / news.php
1 <?php include "top.php"; ?>
2 <title>nano: News</title>
3 <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
4 <tr VALIGN=TOP NOSAVE>
5 <td HEIGHT="70%" NOSAVE>
6 <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
7 <tr NOSAVE>
8 <td NOSAVE>
9
10 <center><b>News</b></center>
11 </td>
12 </tr>
13
14 <tr align="center">
15 <td>
16 <br>
17 <pre>
18 2016 June 17
19
20 nano 2.6.0 "Rubicon" fixes more than fifty little bugs -- and
21 some of them not so little. It improves moving about in
22 the file browser, corrects failings of the internal spell
23 checker, adds a new feature (comment/uncomment lines, with
24 default binding M-3), makes some error messages clearer,
25 shows more of a file when positionlog is used and the cursor
26 is near the end, displays all error messages at startup if
27 there are multiple ones, does not misinterpret keystrokes
28 when typing very fast, is less eager to trim the filename
29 on narrow terminals, speeds up case-insensitive searches,
30 and allows to abort re-searches. Among bunches of other
31 things. It is worth the trouble to upgrade.
32
33 And, with this release, we take leave of the herd...
34 Bye! And thanks for all the grass!
35
36 </pre>
37 </td>
38 </tr>
39 </table>
40
41 <!--Please see the <A HREF="https://savannah.gnu.org/news/?group=nano">Savannah project's</A>
42 news section to obtain the most recent nano news and information.
43 -->
44
45 </td>
46 </tr>
47 </table>
48 <?php include "bottom.php"; ?>
49