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.