]> git.wh0rd.org - nano-editor.git/blame_incremental - news.php
some edits that were made on the server to get the release out
[nano-editor.git] / news.php
... / ...
CommitLineData
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>
182016 June 17
19
20nano 2.6.0 "Rubicon" fixes more than fifty little bugs -- and
21some of them not so little. It improves moving about in
22the file browser, corrects failings of the internal spell
23checker, adds a new feature (comment/uncomment lines, with
24default binding M-3), makes some error messages clearer,
25shows more of a file when positionlog is used and the cursor
26is near the end, displays all error messages at startup if
27there are multiple ones, does not misinterpret keystrokes
28when typing very fast, is less eager to trim the filename
29on narrow terminals, speeds up case-insensitive searches,
30and allows to abort re-searches. Among bunches of other
31things. It is worth the trouble to upgrade.
32
33And, with this release, we take leave of the herd...
34Bye! 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>
42news section to obtain the most recent nano news and information.
43-->
44
45</td>
46</tr>
47</table>
48<?php include "bottom.php"; ?>
49