]> git.wh0rd.org Git - nano.git/commitdiff
fix more info page inaccuracies
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 7 May 2004 18:00:20 +0000 (18:00 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 7 May 2004 18:00:20 +0000 (18:00 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1728 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/texinfo/nano.texi

index 5c323c8952d9863a1df041c850471e5caa51440c..250d53fec249d61d5bcf28aea4c3dc4bedd17a97 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -120,17 +120,20 @@ CVS code -
        - Use napms() instead of nanosleep(), as it does the same thing
          (aside from taking an argument in milliseconds instead of
          microseconds) and curses includes it. (DLR)
+- faq.html:
+       - Removed question about the NumLock glitch, as it's no longer
+         needed. (DLR)
 - nano.1:
        - Document restricted mode. (IO ERROR)  DLR: Add minor
          modifications to account for the above changes.
 - nano.texi:
-       - Fix inaccuracies: Meta-L now toggles line wrapping, and Meta-<
-         and Meta-> aren't toggles. (DLR)
+       - Fix toggle inaccuracies: Meta-L now toggles line wrapping, and
+         Meta-< and Meta-> aren't toggles. (DLR)
        - Document restricted mode. (IO ERROR)  DLR: Add minor
          modifications to account for the above changes.
-- faq.html:
-       - Removed question about the NumLock glitch, as it's no longer
-         needed. (DLR)
+       - Fix version number inaccuracies: Search/replace history and
+         sorting/uniqueness filtering for the internal spell chacker
+         were added in nano 1.1.99pre1. (DLR)
 
 GNU nano 1.3.2 - 2004.03.31
 - General:
index a7cfdf35c170d141ed57f41770d4ad54b49a66f9..f0084e656648278135c9ce5842769907cd38eeb7 100644 (file)
@@ -395,17 +395,18 @@ are certain differences between the editors:
 
 @table @code
 @item Search and Replace History
-As of version 1.2.2 of @code{nano}, text entered as search or replace
-strings will be stored and can be accessed with the up/down arrow keys.
-Previously, @code{nano} offered a more consistent, but incompatible with
-Pico, method for entering search and replace strings.  In the old
-method, previous entries would be displayed by default as editable text
-in front of the cursor, as opposed to being bracketed and uneditable as
-it is in Pico.  The old behavior could be made compatible with Pico via
-the @code{-p} flag, but recent versions of Pico use the @code{-p} flag
-to preserve the XON and XOFF sequences within the editor.  Since with
-the new method search and replace strings can still be edited by simply
-hitting the up arrow key once, the old method was removed completely.
+As of version 1.1.99pre1 of @code{nano}, text entered as search or
+replace strings will be stored and can be accessed with the up/down
+arrow keys.  Previously, @code{nano} offered a more consistent, but
+incompatible with Pico, method for entering search and replace strings.
+In the old method, previous entries would be displayed by default as
+editable text in front of the cursor, as opposed to being bracketed and
+uneditable as it is in Pico.  The old behavior could be made compatible
+with Pico via the @code{-p} flag, but recent versions of Pico use the
+@code{-p} flag to preserve the XON and XOFF sequences within the editor.
+Since with the new method search and replace strings can still be edited
+by simply hitting the up arrow key once, the old method was removed
+completely.
 
 
 @item Writing or Appending Selected Text to Files
@@ -432,9 +433,9 @@ replace it.  The @code{nano} implementation will stop at each search
 string found and query whether to replace this instance or not.  The
 internal spell checker operates similarly.  Note that these is no way to
 force these functions to behave in the Pico fashion.  As of version
-1.2.2, misspelled words are sorted and trimmed for uniqueness in the
-internal spell checker such that the words 'apple' and 'Apple' will be
-prompted for correction separately.
+1.1.99pre1, misspelled words are sorted and trimmed for uniqueness in
+the internal spell checker such that the words 'apple' and 'Apple' will
+be prompted for correction separately.
 @end table
 
 @node Building and Configure Options, , Pico Compatibility, Top