]> git.wh0rd.org - nano-editor.git/blame - overview1.2.php
textual tweaks of two overviews
[nano-editor.git] / overview1.2.php
CommitLineData
1b1bdcd3
MF
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>
964fbe52
BS
11<center><b>Overview</b></center><br>
12<center>
3ad3051b
BS
13(<A HREF="overview2.4.php">2.4 release</A>)
14(<A HREF="overview2.2.php">2.2 release</A>)
1b1bdcd3 15(<A HREF="overview2.0.php">2.0 release</A>)
964fbe52 16(<A HREF="overview1.2.php"><b>1.2 release</b></A>)
1b1bdcd3
MF
17(<A HREF="overview1.0.php">1.0 release</A>)
18</center>
19</td>
20</tr>
21</table></center>
22
23<blockquote>The 1.2 release of GNU nano attempts to move even closer to
0155b4cd
BS
24the goal of a 'compatible but enhanced' Pico clone.
25<br><br>
26The following new and changed features are available in version 1.2:
1b1bdcd3
MF
27<br>&nbsp;
28<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
29<tr NOSAVE>
30<td NOSAVE>
31<li>
32<font>More Pico compatible by default.</font></li>
33
34<li>
35<font>Smooth scrolling (-S flag).</font></li>
36
37<li>
38<font>Bracket matching (Meta-]).</font></li>
39
40<li>
41<font>.nanorc support.</font></li>
42
43<li>
44<font>Color syntax highlighting.</font></li>
45
46<li>
47<font>Search and replace history editing.</font></li>
48
49<li>
0155b4cd 50<font>Customizable quoting string (-Q flag).</font></li>
1b1bdcd3
MF
51
52</td>
53
54<td NOSAVE>
55<li>
56<font>Append/prepend from write file menu.</font></li>
57
58<li>
59<font>Write selected text to file (^O after ^^).</font></li>
60
61<li>
62<font>Multiple file buffers (-F flag).</font></li>
63
64<li>
0155b4cd 65<font>Mac/Dos/NoConvert file format (-M, -D, -N).</font></li>
1b1bdcd3
MF
66
67<li>
68<font>Saved search/replace history (-H flag).</font></li>
69
70<li>
71<font>Backup files (-B flag).</font></li>
0155b4cd 72
1b1bdcd3 73<li>
0155b4cd 74<font>Insert output of command (^X after ^R).</font></li>
1b1bdcd3
MF
75</td>
76</tr>
77</table>
78
79</blockquote>
80</td>
81</tr>
82</table>
83<?php include "bottom.php"; ?>
84