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
b40520b5
Commit
b40520b5
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.6.2
parent
992533b9
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
+4
-0
IMPROVEMENTS
NEWS
+13
-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
IMPROVEMENTS
View file @
b40520b5
...
...
@@ -2,6 +2,10 @@ Improvements in nano
====================
Since 2.6.0:
- Ctrl+Up and Ctrl+Down jump to previous or next block of text.
- Feedback during Unicode Input (M-V followed by six digits).
- The option 'wordchars' for specifying extra word characters.
- Hi-bit control characters are shown in a more readable manner.
- The ability to use negative numbers at the Go To Line prompt.
Noteworthy changes since 2.2
...
...
This diff is collapsed.
Click to expand it.
NEWS
View file @
b40520b5
2016.07.28 - nano 2.6.2 "Le vent nous portera" adds two new features: the
keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
of text, and the option 'wordchars' for specifying which
characters (beside alphanumeric ones) should be considered
word-forming. Further, it provides feedback during Unicode
input (M-V followed by a six-digit hexadecimal number which
must start with 0 or 10), avoids a crash when resizing the
window during Verbatim input, doesn't drop a keystroke after
having been suspended, and replaces the beginning-of-line
anchor (^) just once per line. There are also several tiny
improvements in screen rendering and key handling. Come get
your hair tousled!
2016.06.27 - nano 2.6.1 "Stampede" is chiefly a translation update, but also
adds one little feature (the ability to use negative numbers
with Go To Line: -1 meaning the first line from the bottom),
...
...
This diff is collapsed.
Click to expand it.
configure.ac
View file @
b40520b5
...
...
@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
# USA.
AC_INIT([nano], [2.6.
1
], [nano-devel@gnu.org], [nano])
AC_INIT([nano], [2.6.
2
], [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 @
b40520b5
...
...
@@ -17,7 +17,7 @@
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
.TH NANO 1 "version 2.6.
1
" "Ju
ne
2016"
.TH NANO 1 "version 2.6.
2
" "Ju
ly
2016"
.\" Please adjust this date whenever revising the manpage.
.\"
...
...
This diff is collapsed.
Click to expand it.
doc/man/nanorc.5
View file @
b40520b5
...
...
@@ -17,7 +17,7 @@
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
.TH NANORC 5 "version 2.6.
1
" "Ju
ne
2016"
.TH NANORC 5 "version 2.6.
2
" "Ju
ly
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 @
b40520b5
...
...
@@ -16,7 +16,7 @@
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\"
.TH RNANO 1 "version 2.6.
1
" "Ju
ne
2016"
.TH RNANO 1 "version 2.6.
2
" "Ju
ly
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 @
b40520b5
...
...
@@ -6,8 +6,8 @@
@smallbook
@set EDITION 0.4
@set VERSION 2.6.
1
@set UPDATED Ju
ne
2016
@set VERSION 2.6.
2
@set UPDATED Ju
ly
2016
@dircategory Editors
@direntry
...
...
@@ -21,7 +21,7 @@
@titlepage
@title @code
{
nano
}
@subtitle a small and friendly text editor.
@subtitle version 2.6.
1
@subtitle version 2.6.
2
@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