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