Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Commits
e75c933c
Commit
e75c933c
authored
8 years ago
by
Benno Schulenberg
Browse files
Options
Download
Email Patches
Plain Diff
tweaks: fix two typos in the NEWS file
Also, use single quotes for rcfile options more consistently.
parent
28767d8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEWS
+7
-7
NEWS
with
7 additions
and
7 deletions
+7
-7
NEWS
View file @
e75c933c
...
@@ -8,7 +8,7 @@
...
@@ -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 f
o
rm the
changes, not many user-visible ones (apart fr
o
m 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 @@
...
@@ -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 @@
...
@@ -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 @@
...
@@ -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 @@
...
@@ -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
L
isted and "^_ Goto Line" is not). The
Get Help" is now
l
isted 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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment