]> git.wh0rd.org - nano-editor.git/blame - news.php
insert a blank line, and update the date
[nano-editor.git] / news.php
CommitLineData
1b1bdcd3 1<?php include "top.php"; ?>
f6fee683 2<title>nano: News</title>
1b1bdcd3
MF
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>
50070c05
BS
9
10<center><b>News</b></center>
11</td>
12</tr>
13
14<tr align="center">
15<td>
16<br>
17<pre>
9d17e2b8
BS
182016 June 27
19
20nano 2.6.1 "Stampede" is chiefly a translation update, but also
21adds one little feature (the ability to use negative numbers
22with Go To Line: -1 meaning the first line from the bottom),
23includes syntax highlighting for Rust, and fixes three tiny
24bugs (but in such far corners of the editor that they aren't
25even worth mentioning).
26
27
28
50070c05
BS
292016 June 17
30
31nano 2.6.0 "Rubicon" fixes more than fifty little bugs -- and
32some of them not so little. It improves moving about in
33the file browser, corrects failings of the internal spell
34checker, adds a new feature (comment/uncomment lines, with
35default binding M-3), makes some error messages clearer,
36shows more of a file when positionlog is used and the cursor
37is near the end, displays all error messages at startup if
38there are multiple ones, does not misinterpret keystrokes
39when typing very fast, is less eager to trim the filename
40on narrow terminals, speeds up case-insensitive searches,
41and allows to abort re-searches. Among bunches of other
42things. It is worth the trouble to upgrade.
43
44And, with this release, we take leave of the herd...
45Bye! And thanks for all the grass!
46
47</pre>
1b1bdcd3
MF
48</td>
49</tr>
50</table>
50070c05
BS
51
52<!--Please see the <A HREF="https://savannah.gnu.org/news/?group=nano">Savannah project's</A>
53news section to obtain the most recent nano news and information.
54-->
55
1b1bdcd3
MF
56</td>
57</tr>
58</table>
59<?php include "bottom.php"; ?>
60