]> git.wh0rd.org Git - nano.git/commitdiff
miscellaneous documentation updates
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 19 Mar 2005 21:33:13 +0000 (21:33 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 19 Mar 2005 21:33:13 +0000 (21:33 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2397 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
README
README.CVS

index 47b40b1f55a3aeda1f1a142c99d4e151487ccb78..c83230904e2eb6cc094e1ab7db8ea247e3d44105 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -341,6 +341,11 @@ CVS code -
        - Typo fixes. (DLR)
        - Add checks for isascii(), iswalnum(), iswblank() or
          iswspace(), mblen(), and wctype.h. (DLR)
+- README:
+       - Updated for the 1.3 branch. (DLR)
+- README.CVS:
+       - Updated to mention the need for a wide character-supporting
+         version of curses or slang if UTF-8 support is desired. (DLR)
 - doc/faq.html:
        - Remove now-inaccurate note about verbatim input's not working
          at prompts, and update its description to mention that it
diff --git a/README b/README
index 9650c4a84f649ee7c85c64dc6db33546eeef1ba5..82af8bfcf006e5df4f0ff2746949d59c31058577 100644 (file)
--- a/README
+++ b/README
@@ -35,7 +35,7 @@ How to compile and install nano
 
 Web Page
 
-       http://www.nano-editor.org
+       http://www.nano-editor.org/
 
 Mailing List and Bug Reports
 
@@ -60,10 +60,9 @@ Mailing List and Bug Reports
 
 Current Status
 
-       GNU nano has reached its second major milestone, 1.2.x.
-       Development of new features will continue in the 1.3.x branch,
-       while 1.2.x versions will be dedicated to bugfixing and
-       polishing.
+       GNU nano has reached its second stable milestone, 1.2.x.
+       Development of new features continues in the 1.3.x branch, while
+       1.2.x versions are dedicated to bug-fixing and polishing.
 
    Chris Allegretta (chrisa@asty.org)
 
index 1662f5bf371d5e0d9b354c37e1f6c7ca67f73c32..408da7bdae7b192d23712a12ee11081d4b52f234 100644 (file)
@@ -15,9 +15,11 @@ packages:
 - cvs
 - ssh (with support for the SSH version 2 protocol)
 - glib 2.x (if your system doesn't have snprintf() and/or vsnprintf())
-- make, gcc and the normal development libraries (ncurses, etc.)
+- make, gcc and the normal development libraries (curses or slang, etc.)
 
-These should be available on your GNU mirror.
+These should be available on your GNU mirror.  Note that you'll need a
+version of curses or slang with wide character support if you want nano
+to use UTF-8.
 
 First, you need to set up cvs to download the CVS tree using ssh.  If
 you're using a Bourne shell (e.g. bash or sh), do