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