]> git.wh0rd.org - nano-editor.git/blobdiff - overview2.4.php
add an overview of the 2.4 release
[nano-editor.git] / overview2.4.php
diff --git a/overview2.4.php b/overview2.4.php
new file mode 100644 (file)
index 0000000..e220f55
--- /dev/null
@@ -0,0 +1,56 @@
+<?php include "top.php"; ?>
+
+<title>GNU nano: Overview</title>
+
+<body>
+&nbsp;
+<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%" NOSAVE>
+<tr VALIGN=TOP NOSAVE>
+<td NOSAVE>
+
+<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE>
+<tr NOSAVE>
+<td NOSAVE>
+<center><b>Overview</b></center><br>
+<center>
+(<A HREF="overview2.4.php"><b>2.4 release</b></A>)
+(<A HREF="overview2.2.php">2.2 release</A>)
+(<A HREF="overview2.0.php">2.0 release</A>)
+(<A HREF="overview1.2.php">1.2 release</A>)
+(<A HREF="overview1.0.php">1.0 release</A>)
+</center>
+</td>
+</tr>
+</table></center>
+
+<blockquote>The 2.4 release of GNU nano is another step forward in usability.
+<br><br>
+The following improvements and features are available in version 2.4:
+<br>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
+<tr NOSAVE>
+<td NOSAVE>
+
+<UL>
+<li>The ability to give different colours to titlebar, statusbar and help lines.</li>
+<li>Linter support, for automatically putting the cursor on syntax errors.</li>
+<li>Formatter support, for normalizing the layout of a text instead of the spelling.</li>
+<li>The undo/redo system has reached a usable state and is enabled by default.</li>
+<br>
+<li>No longer finds "ghosts" of certain UTF-8 characters.</li>
+<li>Makes the mouse usable again for clicking on shortcuts.</li>
+<li>Fixes several syntax colouring issues.</li>
+<li>Adds more syntax highlighting examples (autoconf, changelogs, elisp, Go, guile, javascript,
+json, PO files, postgresql, texinfo).</li>
+</UL>
+
+</td>
+</tr>
+</table>
+
+</blockquote>
+</td>
+</tr>
+</table>
+<?php include "bottom.php"; ?>