]> git.wh0rd.org - nano-editor.git/blame_incremental - overview2.4.php
encode more of those pointy brackets
[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.6.php">2.6 release</A>)
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
27<blockquote>
28<br>
29The following improvements and features are available in GNU nano version 2.4:
30<br><br>
31
32<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
33<tr NOSAVE>
34<td NOSAVE>
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"; ?>