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