From 8c81d23a7e26ef8717e9b56600190aca2121fe44 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Wed, 16 Aug 2000 02:52:44 +0000 Subject: [PATCH] Doc updates git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@184 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- TODO | 1 + faq.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 345cb582..e6137be5 100644 --- a/TODO +++ b/TODO @@ -11,6 +11,7 @@ Current Version: - Rewrite edit_refresh, if at all possible [DONE] - Implement justify function [DONE] - Cut to end of line [DONE] +- Unjustify command (^U after ^J) For Next Version: - Undo/Redo key? diff --git a/faq.html b/faq.html index 4d67ad76..8c32ef2c 100644 --- a/faq.html +++ b/faq.html @@ -300,7 +300,7 @@ isn't hard.  Unpack the nano source with a command like:

tar -zxvf nano-x.y.z.tar.gz

If you get error messages about the -z option, try this: -

gunzip -d nano-x.y.z.tar.gz | tar xvf - +

gzip -dc nano-x.y.z.tar.gz | tar xvf -

(again, where x.y.z is the version number in question).  Then you need to run configure with any options you might want (if any).

The average case is this: @@ -473,7 +473,7 @@ also licensed under the GPL. their license?

You're really not asking the right person -here.  I (Chris) waited along time to see if UW would change their +here.  I (Chris) waited a long time to see if UW would change their license because of the amount of high quality software being released and developed under the GPL without being taken advantage of by malicious corporate entities or other baddies, but no such luck so far.