Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
002652d2
Commit
002652d2
authored
8 years ago
by
Benno Schulenberg
Browse files
Options
Download
Email Patches
Plain Diff
bump version numbers and add a news item for 2.7.0
parent
08b770d4
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
IMPROVEMENTS
+1
-0
IMPROVEMENTS
NEWS
+8
-0
NEWS
configure.ac
+1
-1
configure.ac
doc/man/nano.1
+6
-2
doc/man/nano.1
doc/man/nanorc.5
+1
-1
doc/man/nanorc.5
doc/man/rnano.1
+1
-1
doc/man/rnano.1
doc/texinfo/nano.texi
+3
-3
doc/texinfo/nano.texi
with
21 additions
and
8 deletions
+21
-8
IMPROVEMENTS
View file @
002652d2
...
...
@@ -2,6 +2,7 @@ Improvements in GNU nano
========================
Since 2.6.0:
- Shift plus the cursor keys can be used for selecting text.
- Ctrl+Arrow should now work also on a Linux virtual console.
- Ctrl+Up and Ctrl+Down jump to previous or next block of text.
- Feedback during Unicode Input (M-V followed by six digits).
...
...
This diff is collapsed.
Click to expand it.
NEWS
View file @
002652d2
2016.09.01 - GNU nano 2.7.0 "Suni" adds a new feature: allowing text to be
selected by holding Shift together with the cursor keys.
Besides that, nano now works also when run in very tiny
terminals (down to one line, one column), and improves
the handling of the prompt in cramped spaces. Not much,
but it's time to get it out there.
2016.08.10 - nano 2.6.3 "Marika" makes the Ctrl+Arrow keys work also on
a Linux virtual console, takes as verbatim only the very
first keystroke after M-V, removes any lock files that it
...
...
This diff is collapsed.
Click to expand it.
configure.ac
View file @
002652d2
...
...
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
AC_INIT([GNU nano], [2.
6.3
], [nano-devel@gnu.org], [nano])
AC_INIT([GNU nano], [2.
7.0
], [nano-devel@gnu.org], [nano])
AC_CONFIG_SRCDIR([src/nano.c])
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE
...
...
This diff is collapsed.
Click to expand it.
doc/man/nano.1
View file @
002652d2
...
...
@@ -17,7 +17,7 @@
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
.TH NANO 1 "version 2.
6.3" "August
2016"
.TH NANO 1 "version 2.
7.0" "September
2016"
.\" Please adjust this date whenever revising the manpage.
.\"
...
...
@@ -48,9 +48,13 @@ contents of the cutbuffer at the current cursor position.
When a more precise piece of text needs to be cut or copied, one can mark
its start with \fB^6\fR, move the cursor to its end (the marked text will be
highlighted), and then use \fB^K\fR to cut it, or \fBM-6\fR to copy it to the
cutbuffer. One can also save the marked text to a file with \fB^O\fR, or
cutbuffer.
One can also save the marked text to a file with \fB^O\fR, or
spell check it with \fB^T\fR.
.PP
Since nano-2.7.0, text can also be selected by holding Shift and moving the
cursor with the arrow keys. Holding down the Alt key too will increase the
stride.
.PP
The two lines at the bottom of the screen show the most important commands;
the built-in help (\fB^G\fR) lists all the available ones.
The default key bindings can be changed via the .nanorc file -- see
...
...
This diff is collapsed.
Click to expand it.
doc/man/nanorc.5
View file @
002652d2
...
...
@@ -17,7 +17,7 @@
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
.TH NANORC 5 "version 2.
6.3" "August
2016"
.TH NANORC 5 "version 2.
7.0" "September
2016"
.\" Please adjust this date whenever revising the manpage.
.\"
.SH NAME
...
...
This diff is collapsed.
Click to expand it.
doc/man/rnano.1
View file @
002652d2
...
...
@@ -16,7 +16,7 @@
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
.TH RNANO 1 "version 2.
6.3" "August
2016"
.TH RNANO 1 "version 2.
7.0" "September
2016"
.\" Please adjust this date whenever revising the manpage.
.\"
.SH NAME
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/nano.texi
View file @
002652d2
...
...
@@ -6,8 +6,8 @@
@smallbook
@set EDITION 0.4
@set VERSION 2.
6.3
@set UPDATED
August
2016
@set VERSION 2.
7.0
@set UPDATED
September
2016
@dircategory Editors
@direntry
...
...
@@ -21,7 +21,7 @@
@titlepage
@title GNU @code
{
nano
}
@subtitle a small and friendly text editor.
@subtitle version 2.
6.3
@subtitle version 2.
7.0
@author Chris Allegretta
@page
...
...
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
Menu
Projects
Groups
Snippets
Help