]> git.wh0rd.org - nano-editor.git/blame - overview2.2.php
add an overview of the 2.4 release
[nano-editor.git] / overview2.2.php
CommitLineData
3ad3051b
BS
1<?php include "top.php"; ?>
2<title>nano: Overview</title>
3<body>
4&nbsp;
5<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%" NOSAVE >
6<tr VALIGN=TOP NOSAVE>
7<td NOSAVE>
8<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
9<tr NOSAVE>
10<td NOSAVE>
11<center><b>Overview</b></center><br>
12<center>
13(<A HREF="overview2.4.php">2.4 release</A>)
14(<A HREF="overview2.2.php"><b>2.2 release</b></A>)
15(<A HREF="overview2.0.php">2.0 release</A>)
16(<A HREF="overview1.2.php">1.2 release</A>)
17(<A HREF="overview1.0.php">1.0 release</A>)
18</center>
19</td>
20</tr>
21</table></center>
22
23<blockquote>The 2.2 release of GNU nano continues to add some features
24while attempting to provide continuity to users of previous versions.
25When possible we have elected to make new features disabled by default,
26as .nanorc and aliasing allows one to easily enable desired settings permanently.
27<br><br>
28The following improvements and features are available in version 2.2:
29<br>&nbsp;
30<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
31<tr NOSAVE>
32<td NOSAVE>
33<UL>
34<li>
35<font>Customizable key bindings.</font></li>
36
37<li>
38<font>"Soft" line wrapping (i.e. display of complete lines).</font></li>
39
40<li>
41<font>Partial undo/redo support [EXPERIMENTAL].</font></li>
42
43<li>
44<font>Pager support (i.e. reading from stdin).</font></li>
45
46</td>
47</UL>
48<td NOSAVE>
49<UL>
50
51<li>
52<font>Warnings for unwritable files and for external modification since opening.</font></li>
53
54<li>
55<font>Abortable searching (^C after ^W).</font></li>
56
57<li>
58<font>More syntax highlighting examples (Fortran, objC, OCaml, Makefiles).</font></li>
59
60<li>
61<font>Faster syntax higlighting for complicated regexes.</font></li>
62
63</UL>
64</td>
65</tr>
66</table>
67
68</blockquote>
69</td>
70</tr>
71</table>
72<?php include "bottom.php"; ?>
73