nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit bfcb4cd415e167e7e37155e66717bc8f935b7ca2
parent 8fef94cd7d12e666b495e1c9087d24f93d514e0a
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Mon, 27 Jun 2016 09:04:37 +0200

bump version numbers and add a news item for 2.6.1

Diffstat:
MIMPROVEMENTS | 3+++
MNEWS | 7+++++++
Mconfigure.ac | 2+-
Mdoc/man/nano.1 | 2+-
Mdoc/man/nanorc.5 | 2+-
Mdoc/man/rnano.1 | 2+-
Mdoc/texinfo/nano.texi | 4++--
7 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/IMPROVEMENTS b/IMPROVEMENTS @@ -1,6 +1,9 @@ Improvements in nano ==================== +Since 2.6.0: + - The ability to use negative numbers at the Go To Line prompt. + Noteworthy changes since 2.2 ---------------------------- - The ability to comment/uncomment lines with a single keystroke (M-3). diff --git a/NEWS b/NEWS @@ -1,3 +1,10 @@ +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), + includes syntax highlighting for Rust, and fixes three tiny + bugs (but in such far corners of the editor that they aren't + even worth mentioning). + 2016.06.17 - nano 2.6.0 "Rubicon" fixes more than fifty little bugs -- and some of them not so little. It improves moving about in the file browser, corrects failings of the internal spell diff --git a/configure.ac b/configure.ac @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, # USA. -AC_INIT([nano], [2.6.0], [nano-devel@gnu.org], [nano]) +AC_INIT([nano], [2.6.1], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_HOST AM_INIT_AUTOMAKE diff --git a/doc/man/nano.1 b/doc/man/nano.1 @@ -17,7 +17,7 @@ .\" Documentation License along with this program. If not, see .\" <http://www.gnu.org/licenses/>. .\" -.TH NANO 1 "version 2.6.0" "June 2016" +.TH NANO 1 "version 2.6.1" "June 2016" .\" Please adjust this date whenever revising the manpage. .\" diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 @@ -17,7 +17,7 @@ .\" Documentation License along with this program. If not, see .\" <http://www.gnu.org/licenses/>. .\" -.TH NANORC 5 "version 2.6.0" "June 2016" +.TH NANORC 5 "version 2.6.1" "June 2016" .\" Please adjust this date whenever revising the manpage. .\" .SH NAME diff --git a/doc/man/rnano.1 b/doc/man/rnano.1 @@ -16,7 +16,7 @@ .\" Documentation License along with this program. If not, see .\" <http://www.gnu.org/licenses/>. .\" -.TH RNANO 1 "version 2.6.0" "June 2016" +.TH RNANO 1 "version 2.6.1" "June 2016" .\" Please adjust this date whenever revising the manpage. .\" .SH NAME diff --git a/doc/texinfo/nano.texi b/doc/texinfo/nano.texi @@ -6,7 +6,7 @@ @smallbook @set EDITION 0.4 -@set VERSION 2.6.0 +@set VERSION 2.6.1 @set UPDATED June 2016 @dircategory Editors @@ -21,7 +21,7 @@ @titlepage @title @code{nano} @subtitle a small and friendly text editor. -@subtitle version 2.6.0 +@subtitle version 2.6.1 @author Chris Allegretta @page