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
04aab233
Commit
04aab233
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.1
parent
33bc848c
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
AUTHORS
+3
-0
AUTHORS
IMPROVEMENTS
+3
-0
IMPROVEMENTS
NEWS
+11
-0
NEWS
configure.ac
+1
-1
configure.ac
doc/man/nano.1
+1
-1
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
24 additions
and
7 deletions
+24
-7
AUTHORS
View file @
04aab233
...
...
@@ -50,6 +50,9 @@ Mahyar Abbaspour <mahyar.abaspour@gmail.com>
Mike Scalora <mike@scalora.org>
* The comment/uncomment feature.
Faissal Bensefia <faissaloo@gmail.com>
* Line numbers.
Benno Schulenberg <bensberg@justemail.net>
* An array of small bug fixes, the cut-word and block-jump
routines, text selection by holding Shift, and some extra
...
...
This diff is collapsed.
Click to expand it.
IMPROVEMENTS
View file @
04aab233
Improvements in GNU nano
========================
Since 2.7.0:
- The ability to display line numbers in front of the text.
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.
...
...
This diff is collapsed.
Click to expand it.
NEWS
View file @
04aab233
2016.10.29 - GNU nano 2.7.1 "Leuven" adds an often-asked-for feature: the
ability to display line numbers beside the text. This can
be activated with -l or --linenumbers on the command line,
or with 'set linenumbers' in your nanorc, or toggled with
M-#. The coloring of these numbers can be chosen via the
option 'set numbercolor'. This release furthermore fixes
some bugs with scrolling in softwrap mode, is more strict
in the parsing of key rebindings, and marks a new buffer
as modified when the output of a command (^R ^X) has been
read into it. Come and check it out!
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
...
...
This diff is collapsed.
Click to expand it.
configure.ac
View file @
04aab233
...
...
@@ -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.7.
0
], [nano-devel@gnu.org], [nano])
AC_INIT([GNU nano], [2.7.
1
], [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 @
04aab233
...
...
@@ -17,7 +17,7 @@
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
.TH NANO 1 "version 2.7.
0
" "
Septem
ber 2016"
.TH NANO 1 "version 2.7.
1
" "
Octo
ber 2016"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
...
...
This diff is collapsed.
Click to expand it.
doc/man/nanorc.5
View file @
04aab233
...
...
@@ -17,7 +17,7 @@
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
.TH NANORC 5 "version 2.7.
0
" "
Septem
ber 2016"
.TH NANORC 5 "version 2.7.
1
" "
Octo
ber 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 @
04aab233
...
...
@@ -16,7 +16,7 @@
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
.TH RNANO 1 "version 2.7.
0
" "
Septem
ber 2016"
.TH RNANO 1 "version 2.7.
1
" "
Octo
ber 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 @
04aab233
...
...
@@ -6,8 +6,8 @@
@smallbook
@set EDITION 0.4
@set VERSION 2.7.
0
@set UPDATED
Septem
ber 2016
@set VERSION 2.7.
1
@set UPDATED
Octo
ber 2016
@dircategory Editors
@direntry
...
...
@@ -21,7 +21,7 @@
@titlepage
@title GNU @code
{
nano
}
@subtitle a small and friendly text editor.
@subtitle version 2.7.
0
@subtitle version 2.7.
1
@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