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
293423bd
Commit
293423bd
authored
8 years ago
by
Benno Schulenberg
Browse files
Options
Download
Email Patches
Plain Diff
bump version numbers and add a news item for the 2.7.3 release
parent
32719d64
master
feature/match-parens
refactor/readbility
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
NEWS
+12
-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
+2
-2
doc/texinfo/nano.texi
with
18 additions
and
6 deletions
+18
-6
NEWS
View file @
293423bd
2016.12.28 - GNU nano 2.7.3 "Ontbijtkoek" wipes away a handful of bugs:
your editor is now able to handle filenames that contain
newlines, avoids a brief flash of color when switching
between buffers that are governed by different syntaxes,
makes the Shift+Ctrl+Arrow keys select text again on a
Linux console, is more resistant against malformations
in the positionlog file, and does not crash when ^C is
typed on systems where it produces the code KEY_CANCEL.
Oh, and it no longer mistakenly warns about editing an
unlocked file just after saving a new one. That's it.
Tastes great with thick butter.
2016.12.12 - GNU nano 2.7.2 "Shemesh! Shemesh!" brings another feature:
2016.12.12 - GNU nano 2.7.2 "Shemesh! Shemesh!" brings another feature:
the ability to complete with one keystroke (^] by default)
the ability to complete with one keystroke (^] by default)
a fragment of a word to a full word existing elsewhere in
a fragment of a word to a full word existing elsewhere in
...
...
This diff is collapsed.
Click to expand it.
configure.ac
View file @
293423bd
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
# along with this program. If not, see http://www.gnu.org/licenses/.
AC_INIT([GNU nano], [2.7.
2
], [nano-devel@gnu.org], [nano])
AC_INIT([GNU nano], [2.7.
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 @
293423bd
...
@@ -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.7.
2
" "December 2016"
.TH NANO 1 "version 2.7.
3
" "December 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/nanorc.5
View file @
293423bd
...
@@ -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.7.
2
" "December 2016"
.TH NANORC 5 "version 2.7.
3
" "December 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 @
293423bd
...
@@ -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.7.
2
" "December 2016"
.TH RNANO 1 "version 2.7.
3
" "December 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 @
293423bd
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
@smallbook
@smallbook
@set EDITION 0.4
@set EDITION 0.4
@set VERSION 2.7.
2
@set VERSION 2.7.
3
@set UPDATED December 2016
@set UPDATED December 2016
@dircategory Editors
@dircategory Editors
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
@titlepage
@titlepage
@title GNU @code
{
nano
}
@title GNU @code
{
nano
}
@subtitle a small and friendly text editor.
@subtitle a small and friendly text editor.
@subtitle version 2.7.
2
@subtitle version 2.7.
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