1 <?php include "top.php"; ?>
3 <title>GNU nano: Overview</title>
7 <table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%">
11 <center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
14 <center><b>Overview</b></center><br>
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>)
29 The following improvements and features are available in GNU nano version 2.4:
32 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
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>
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,
46 json, PO files, postgresql, texinfo).</li>
57 <?php include "bottom.php"; ?>