]> git.wh0rd.org - nano-editor.git/blame_incremental - overview2.4.php
add an overview of the 2.4 release
[nano-editor.git] / overview2.4.php
... / ...
CommitLineData
1<?php include "top.php"; ?>
2
3<title>GNU nano: Overview</title>
4
5<body>
6&nbsp;
7<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%" NOSAVE>
8<tr VALIGN=TOP NOSAVE>
9<td NOSAVE>
10
11<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE>
12<tr NOSAVE>
13<td NOSAVE>
14<center><b>Overview</b></center><br>
15<center>
16(<A HREF="overview2.4.php"><b>2.4 release</b></A>)
17(<A HREF="overview2.2.php">2.2 release</A>)
18(<A HREF="overview2.0.php">2.0 release</A>)
19(<A HREF="overview1.2.php">1.2 release</A>)
20(<A HREF="overview1.0.php">1.0 release</A>)
21</center>
22</td>
23</tr>
24</table></center>
25
26<blockquote>The 2.4 release of GNU nano is another step forward in usability.
27<br><br>
28The following improvements and features are available in version 2.4:
29<br>
30
31<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
32<tr NOSAVE>
33<td NOSAVE>
34
35<UL>
36<li>The ability to give different colours to titlebar, statusbar and help lines.</li>
37<li>Linter support, for automatically putting the cursor on syntax errors.</li>
38<li>Formatter support, for normalizing the layout of a text instead of the spelling.</li>
39<li>The undo/redo system has reached a usable state and is enabled by default.</li>
40<br>
41<li>No longer finds "ghosts" of certain UTF-8 characters.</li>
42<li>Makes the mouse usable again for clicking on shortcuts.</li>
43<li>Fixes several syntax colouring issues.</li>
44<li>Adds more syntax highlighting examples (autoconf, changelogs, elisp, Go, guile, javascript,
45json, PO files, postgresql, texinfo).</li>
46</UL>
47
48</td>
49</tr>
50</table>
51
52</blockquote>
53</td>
54</tr>
55</table>
56<?php include "bottom.php"; ?>