mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 04:41:21 +03:00
tweaks: fix two typos in the NEWS file
Also, use single quotes for rcfile options more consistently.
This commit is contained in:
parent
28767d8fec
commit
e75c933cb0
14
NEWS
14
NEWS
@ -8,7 +8,7 @@
|
|||||||
of always per logical line. On an entirely different
|
of always per logical line. On an entirely different
|
||||||
front: nano now makes use of gnulib, to make it build
|
front: nano now makes use of gnulib, to make it build
|
||||||
on more platforms. In short: there were many internal
|
on more platforms. In short: there were many internal
|
||||||
changes, not many user-visible ones (apart form the
|
changes, not many user-visible ones (apart from the
|
||||||
new softwrap navigation). The conversion to gnulib
|
new softwrap navigation). The conversion to gnulib
|
||||||
was done by Mike Frysinger, the softwrap overhaul by
|
was done by Mike Frysinger, the softwrap overhaul by
|
||||||
David Ramsey.
|
David Ramsey.
|
||||||
@ -51,8 +51,8 @@
|
|||||||
related to using line numbers in softwrap mode, allows to
|
related to using line numbers in softwrap mode, allows to
|
||||||
use the PageUp and PageDown keys together with Shift on
|
use the PageUp and PageDown keys together with Shift on
|
||||||
VTE-based terminals, stops the help lines from flickering
|
VTE-based terminals, stops the help lines from flickering
|
||||||
during interactive replacing, makes a "set fill" override
|
during interactive replacing, makes a 'set fill' override
|
||||||
an earlier "set nowrap", properly restores the selected
|
an earlier 'set nowrap', properly restores the selected
|
||||||
region after an external spell check, and improves a few
|
region after an external spell check, and improves a few
|
||||||
other tidbits. If you should find any more bugs, please
|
other tidbits. If you should find any more bugs, please
|
||||||
run 'man nano | grep bugs' and report them there.
|
run 'man nano | grep bugs' and report them there.
|
||||||
@ -293,11 +293,11 @@
|
|||||||
has been added on top of the existing file extension
|
has been added on top of the existing file extension
|
||||||
and header support already available. Secondly, cursor
|
and header support already available. Secondly, cursor
|
||||||
position can be saved between editing sessions with
|
position can be saved between editing sessions with
|
||||||
the -P or --poslog command-line flag, or via "set poslog"
|
the -P or --poslog command-line flag, or via 'set poslog'
|
||||||
in your .nanorc. Also included are some fixes for
|
in your .nanorc. Also included are some fixes for
|
||||||
compilation with g++, and better handling of issues
|
compilation with g++, and better handling of issues
|
||||||
writing the backup file, which should reduce the need
|
writing the backup file, which should reduce the need
|
||||||
for the "set allow_insecure_backup" nanorc option.
|
for the 'set allow_insecure_backup' nanorc option.
|
||||||
Don't stop, get it get it, don't stop, get it get it.
|
Don't stop, get it get it, don't stop, get it get it.
|
||||||
|
|
||||||
|
|
||||||
@ -317,7 +317,7 @@
|
|||||||
being used out of crontab). For very strange situations
|
being used out of crontab). For very strange situations
|
||||||
(such as where you cannot change the permissions on the
|
(such as where you cannot change the permissions on the
|
||||||
file you're writing), there is a new rc file option
|
file you're writing), there is a new rc file option
|
||||||
"allow_insecure_backup" to be even more permissive and
|
'allow_insecure_backup' to be even more permissive and
|
||||||
allow the write to proceed. Also included are some
|
allow the write to proceed. Also included are some
|
||||||
syntax highlighting updates, and that is about it.
|
syntax highlighting updates, and that is about it.
|
||||||
Keep fighting the good fight children.
|
Keep fighting the good fight children.
|
||||||
@ -1237,7 +1237,7 @@
|
|||||||
important being that nano is now officially a GNU
|
important being that nano is now officially a GNU
|
||||||
program. Some changes have been made for GNU
|
program. Some changes have been made for GNU
|
||||||
compatibility (like the default list of shortcuts, "^G
|
compatibility (like the default list of shortcuts, "^G
|
||||||
Get Help" is now Listed and "^_ Goto Line" is not). The
|
Get Help" is now listed and "^_ Goto Line" is not). The
|
||||||
Yes/No/All keys have finally been internationalized
|
Yes/No/All keys have finally been internationalized
|
||||||
also. All in all, quite a few changes, considering nano
|
also. All in all, quite a few changes, considering nano
|
||||||
is supposed to be in a code freeze. But there are the
|
is supposed to be in a code freeze. But there are the
|
||||||
|
Loading…
Reference in New Issue
Block a user