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