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