fix more info page inaccuracies

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1728 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-05-07 18:00:20 +00:00
parent 5aa39834aa
commit 2c4c788477
2 changed files with 23 additions and 19 deletions

View File

@ -120,17 +120,20 @@ CVS code -
- Use napms() instead of nanosleep(), as it does the same thing - Use napms() instead of nanosleep(), as it does the same thing
(aside from taking an argument in milliseconds instead of (aside from taking an argument in milliseconds instead of
microseconds) and curses includes it. (DLR) microseconds) and curses includes it. (DLR)
- faq.html:
- Removed question about the NumLock glitch, as it's no longer
needed. (DLR)
- nano.1: - nano.1:
- Document restricted mode. (IO ERROR) DLR: Add minor - Document restricted mode. (IO ERROR) DLR: Add minor
modifications to account for the above changes. modifications to account for the above changes.
- nano.texi: - nano.texi:
- Fix inaccuracies: Meta-L now toggles line wrapping, and Meta-< - Fix toggle inaccuracies: Meta-L now toggles line wrapping, and
and Meta-> aren't toggles. (DLR) Meta-< and Meta-> aren't toggles. (DLR)
- Document restricted mode. (IO ERROR) DLR: Add minor - Document restricted mode. (IO ERROR) DLR: Add minor
modifications to account for the above changes. modifications to account for the above changes.
- faq.html: - Fix version number inaccuracies: Search/replace history and
- Removed question about the NumLock glitch, as it's no longer sorting/uniqueness filtering for the internal spell chacker
needed. (DLR) were added in nano 1.1.99pre1. (DLR)
GNU nano 1.3.2 - 2004.03.31 GNU nano 1.3.2 - 2004.03.31
- General: - General:

View File

@ -395,17 +395,18 @@ are certain differences between the editors:
@table @code @table @code
@item Search and Replace History @item Search and Replace History
As of version 1.2.2 of @code{nano}, text entered as search or replace As of version 1.1.99pre1 of @code{nano}, text entered as search or
strings will be stored and can be accessed with the up/down arrow keys. replace strings will be stored and can be accessed with the up/down
Previously, @code{nano} offered a more consistent, but incompatible with arrow keys. Previously, @code{nano} offered a more consistent, but
Pico, method for entering search and replace strings. In the old incompatible with Pico, method for entering search and replace strings.
method, previous entries would be displayed by default as editable text In the old method, previous entries would be displayed by default as
in front of the cursor, as opposed to being bracketed and uneditable as editable text in front of the cursor, as opposed to being bracketed and
it is in Pico. The old behavior could be made compatible with Pico via uneditable as it is in Pico. The old behavior could be made compatible
the @code{-p} flag, but recent versions of Pico use the @code{-p} flag with Pico via the @code{-p} flag, but recent versions of Pico use the
to preserve the XON and XOFF sequences within the editor. Since with @code{-p} flag to preserve the XON and XOFF sequences within the editor.
the new method search and replace strings can still be edited by simply Since with the new method search and replace strings can still be edited
hitting the up arrow key once, the old method was removed completely. by simply hitting the up arrow key once, the old method was removed
completely.
@item Writing or Appending Selected Text to Files @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 string found and query whether to replace this instance or not. The
internal spell checker operates similarly. Note that these is no way to internal spell checker operates similarly. Note that these is no way to
force these functions to behave in the Pico fashion. As of version 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 1.1.99pre1, misspelled words are sorted and trimmed for uniqueness in
internal spell checker such that the words 'apple' and 'Apple' will be the internal spell checker such that the words 'apple' and 'Apple' will
prompted for correction separately. be prompted for correction separately.
@end table @end table
@node Building and Configure Options, , Pico Compatibility, Top @node Building and Configure Options, , Pico Compatibility, Top