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
b2e2c89b
Commit
b2e2c89b
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.3
parent
290d278f
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
+9
-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
17 additions
and
7 deletions
+17
-7
IMPROVEMENTS
View file @
b2e2c89b
...
@@ -2,6 +2,7 @@ Improvements in nano
...
@@ -2,6 +2,7 @@ Improvements in nano
====================
====================
Since 2.6.0:
Since 2.6.0:
- Ctrl+Arrow should now work also on a Linux virtual console.
- Ctrl+Up and Ctrl+Down jump to previous or next block of text.
- Ctrl+Up and Ctrl+Down jump to previous or next block of text.
- Feedback during Unicode Input (M-V followed by six digits).
- Feedback during Unicode Input (M-V followed by six digits).
- The option 'wordchars' for specifying extra word characters.
- The option 'wordchars' for specifying extra word characters.
...
...
This diff is collapsed.
Click to expand it.
NEWS
View file @
b2e2c89b
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
holds when dying, doesn't abort when a word contains digits
(when using the default speller), fixes a small sorting bug
in the file browser, makes searching case-insensitively in
a UTF-8 locale a little faster, and doesn't enter invalid
bytes when holding down both Alt keys. Santé!
2016.07.28 - nano 2.6.2 "Le vent nous portera" adds two new features: the
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
keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
of text, and the option 'wordchars' for specifying which
of text, and the option 'wordchars' for specifying which
...
...
This diff is collapsed.
Click to expand it.
configure.ac
View file @
b2e2c89b
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
# USA.
# USA.
AC_INIT([nano], [2.6.
2
], [nano-devel@gnu.org], [nano])
AC_INIT([nano], [2.6.
3
], [nano-devel@gnu.org], [nano])
AC_CONFIG_SRCDIR([src/nano.c])
AC_CONFIG_SRCDIR([src/nano.c])
AC_CANONICAL_HOST
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE
...
...
This diff is collapsed.
Click to expand it.
doc/man/nano.1
View file @
b2e2c89b
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
.\" Documentation License along with this program. If not, see
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\" <http://www.gnu.org/licenses/>.
.\"
.\"
.TH NANO 1 "version 2.6.
2
" "
July
2016"
.TH NANO 1 "version 2.6.
3
" "
August
2016"
.\" Please adjust this date whenever revising the manpage.
.\" Please adjust this date whenever revising the manpage.
.\"
.\"
...
...
This diff is collapsed.
Click to expand it.
doc/man/nanorc.5
View file @
b2e2c89b
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
.\" Documentation License along with this program. If not, see
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\" <http://www.gnu.org/licenses/>.
.\"
.\"
.TH NANORC 5 "version 2.6.
2
" "
July
2016"
.TH NANORC 5 "version 2.6.
3
" "
August
2016"
.\" Please adjust this date whenever revising the manpage.
.\" Please adjust this date whenever revising the manpage.
.\"
.\"
.SH NAME
.SH NAME
...
...
This diff is collapsed.
Click to expand it.
doc/man/rnano.1
View file @
b2e2c89b
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
.\" Documentation License along with this program. If not, see
.\" Documentation License along with this program. If not, see
.\" <http://www.gnu.org/licenses/>.
.\" <http://www.gnu.org/licenses/>.
.\"
.\"
.TH RNANO 1 "version 2.6.
2
" "
July
2016"
.TH RNANO 1 "version 2.6.
3
" "
August
2016"
.\" Please adjust this date whenever revising the manpage.
.\" Please adjust this date whenever revising the manpage.
.\"
.\"
.SH NAME
.SH NAME
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/nano.texi
View file @
b2e2c89b
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
@smallbook
@smallbook
@set EDITION 0.4
@set EDITION 0.4
@set VERSION 2.6.
2
@set VERSION 2.6.
3
@set UPDATED
July
2016
@set UPDATED
August
2016
@dircategory Editors
@dircategory Editors
@direntry
@direntry
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
@titlepage
@titlepage
@title @code
{
nano
}
@title @code
{
nano
}
@subtitle a small and friendly text editor.
@subtitle a small and friendly text editor.
@subtitle version 2.6.
2
@subtitle version 2.6.
3
@author Chris Allegretta
@author Chris Allegretta
@page
@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