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